![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Collaboration diagram for FW::DigitizationAlgorithm::Config: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 FW::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 FW::DigitizationAlgorithm::DigitizationAlgorithm().
| std::string FW::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 FW::DigitizationAlgorithm::DigitizationAlgorithm().
| std::shared_ptr<const Acts::PlanarModuleStepper> FW::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 FW::DigitizationAlgorithm::DigitizationAlgorithm().
| std::shared_ptr<const RandomNumbers> FW::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 FW::DigitizationAlgorithm::DigitizationAlgorithm().
| std::shared_ptr<const Acts::TrackingGeometry> FW::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 FW::DigitizationAlgorithm::DigitizationAlgorithm().