EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Public Attributes | |
std::string | inputSimulatedHits |
Input collection of simulated hits. | |
std::string | outputClusters |
Output collection of clusters. | |
std::shared_ptr< const Acts::TrackingGeometry > | trackingGeometry |
Tracking geometry required to access global-to-local transforms. | |
std::shared_ptr< const Acts::PlanarModuleStepper > | planarModuleStepper |
Module stepper for geometric clustering. | |
std::shared_ptr< const RandomNumbers > | randomNumbers |
Random numbers tool. | |
Definition at line 32 of file DigitizationAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 32 of file DigitizationAlgorithm.hpp
std::string ActsExamples::DigitizationAlgorithm::Config::inputSimulatedHits |
Input collection of simulated hits.
Definition at line 34 of file DigitizationAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 34 of file DigitizationAlgorithm.hpp
Referenced by ActsExamples::DigitizationAlgorithm::DigitizationAlgorithm().
std::string ActsExamples::DigitizationAlgorithm::Config::outputClusters |
Output collection of clusters.
Definition at line 36 of file DigitizationAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 36 of file DigitizationAlgorithm.hpp
Referenced by ActsExamples::DigitizationAlgorithm::DigitizationAlgorithm().
std::shared_ptr<const Acts::PlanarModuleStepper> ActsExamples::DigitizationAlgorithm::Config::planarModuleStepper |
Module stepper for geometric clustering.
Definition at line 40 of file DigitizationAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 40 of file DigitizationAlgorithm.hpp
Referenced by ActsExamples::DigitizationAlgorithm::DigitizationAlgorithm().
std::shared_ptr<const RandomNumbers> ActsExamples::DigitizationAlgorithm::Config::randomNumbers |
Random numbers tool.
Definition at line 42 of file DigitizationAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 42 of file DigitizationAlgorithm.hpp
Referenced by ActsExamples::DigitizationAlgorithm::DigitizationAlgorithm().
std::shared_ptr<const Acts::TrackingGeometry> ActsExamples::DigitizationAlgorithm::Config::trackingGeometry |
Tracking geometry required to access global-to-local transforms.
Definition at line 38 of file DigitizationAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 38 of file DigitizationAlgorithm.hpp
Referenced by ActsExamples::DigitizationAlgorithm::DigitizationAlgorithm().