Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/AdaptiveGridDensityVertexFinder.hpp>
Public Attributes | |
DensityMap | mainDensityMap |
std::unordered_map< const InputTrack_t *, DensityMap > | trackDensities |
std::unordered_map< const InputTrack_t *, bool > | trackSelectionMap |
std::vector< const InputTrack_t * > | tracksToRemove |
bool | isInitialized = false |
The State struct.
Only needed if cacheGridStateForTrackRemoval == true
Definition at line 79 of file AdaptiveGridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 79 of file AdaptiveGridDensityVertexFinder.hpp
bool Acts::AdaptiveGridDensityVertexFinder< trkGridSize, vfitter_t >::State::isInitialized = false |
Definition at line 93 of file AdaptiveGridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 93 of file AdaptiveGridDensityVertexFinder.hpp
DensityMap Acts::AdaptiveGridDensityVertexFinder< trkGridSize, vfitter_t >::State::mainDensityMap |
Definition at line 81 of file AdaptiveGridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 81 of file AdaptiveGridDensityVertexFinder.hpp
std::unordered_map<const InputTrack_t*, DensityMap> Acts::AdaptiveGridDensityVertexFinder< trkGridSize, vfitter_t >::State::trackDensities |
Definition at line 84 of file AdaptiveGridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 84 of file AdaptiveGridDensityVertexFinder.hpp
std::unordered_map<const InputTrack_t*, bool> Acts::AdaptiveGridDensityVertexFinder< trkGridSize, vfitter_t >::State::trackSelectionMap |
Definition at line 87 of file AdaptiveGridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 87 of file AdaptiveGridDensityVertexFinder.hpp
std::vector<const InputTrack_t*> Acts::AdaptiveGridDensityVertexFinder< trkGridSize, vfitter_t >::State::tracksToRemove |
Definition at line 91 of file AdaptiveGridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 91 of file AdaptiveGridDensityVertexFinder.hpp