EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Printers/ActsExamples/Printers/PrintHits.hpp>
Public Attributes | |
std::string | inputClusters |
Input cluster collection. | |
std::string | inputHitParticlesMap |
Input hit-particles map. | |
std::string | inputHitIds |
Input hit id collection. | |
size_t | hitIdStart = 0u |
Hit id range which should be printed. | |
size_t | hitIdLength = 0u |
size_t | volumeId = 0u |
Detector selection for which input will be printed. | |
size_t | layerId = 0u |
size_t | moduleId = 0u |
Definition at line 21 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 21 of file PrintHits.hpp
size_t ActsExamples::PrintHits::Config::hitIdLength = 0u |
Definition at line 31 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 31 of file PrintHits.hpp
Referenced by main().
size_t ActsExamples::PrintHits::Config::hitIdStart = 0u |
Hit id range which should be printed.
Definition at line 30 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 30 of file PrintHits.hpp
Referenced by main().
std::string ActsExamples::PrintHits::Config::inputClusters |
Input cluster collection.
Definition at line 23 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 23 of file PrintHits.hpp
Referenced by main().
std::string ActsExamples::PrintHits::Config::inputHitIds |
Input hit id collection.
Definition at line 27 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 27 of file PrintHits.hpp
Referenced by main().
std::string ActsExamples::PrintHits::Config::inputHitParticlesMap |
Input hit-particles map.
Definition at line 25 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 25 of file PrintHits.hpp
Referenced by main().
size_t ActsExamples::PrintHits::Config::layerId = 0u |
Definition at line 34 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 34 of file PrintHits.hpp
Referenced by main().
size_t ActsExamples::PrintHits::Config::moduleId = 0u |
Definition at line 35 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 35 of file PrintHits.hpp
Referenced by main().
size_t ActsExamples::PrintHits::Config::volumeId = 0u |
Detector selection for which input will be printed.
Definition at line 33 of file PrintHits.hpp.
View newest version in sPHENIX GitHub at line 33 of file PrintHits.hpp
Referenced by main().