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

#include <acts/blob/sPHENIX/Examples/Algorithms/Digitization/include/ActsExamples/Digitization/DigitizationAlgorithm.hpp>

+ Collaboration diagram for ActsExamples::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 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().


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