![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/GridDensityVertexFinder.hpp>
Collaboration diagram for Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::State:Public Attributes | |
| MainGridVector | mainGrid = MainGridVector::Zero() |
| std::map< const InputTrack_t *, std::pair< int, TrackGridVector > > | binAndTrackGridMap |
| std::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 81 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 81 of file GridDensityVertexFinder.hpp
| std::map<const InputTrack_t*, std::pair<int, TrackGridVector> > Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::State::binAndTrackGridMap |
Definition at line 87 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 87 of file GridDensityVertexFinder.hpp
| bool Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::State::isInitialized = false |
Definition at line 96 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 96 of file GridDensityVertexFinder.hpp
| MainGridVector Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::State::mainGrid = MainGridVector::Zero() |
Definition at line 83 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 83 of file GridDensityVertexFinder.hpp
| std::map<const InputTrack_t*, bool> Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::State::trackSelectionMap |
Definition at line 90 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 90 of file GridDensityVertexFinder.hpp
| std::vector<const InputTrack_t*> Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::State::tracksToRemove |
Definition at line 94 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 94 of file GridDensityVertexFinder.hpp