ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::DigitizationAlgorithm::Config Struct Reference

#include <acts/blob/master/Examples/Algorithms/Digitization/include/ACTFW/Digitization/DigitizationAlgorithm.hpp>

+ 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.
 

Detailed Description

Definition at line 32 of file DigitizationAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 32 of file DigitizationAlgorithm.hpp

Member Data Documentation

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().


The documentation for this struct was generated from the following file: