Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::PlanarSteppingAlgorithm::Config Struct Reference

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

+ Collaboration diagram for ActsExamples::PlanarSteppingAlgorithm::Config:

Public Attributes

std::string inputSimHits
 Input collection of simulated hits.
 
std::string outputClusters
 Output collection of clusters.
 
std::string outputSourceLinks
 Output source links collection.
 
std::string outputDigiSourceLinks
 Output digitization source links collection.
 
std::string outputMeasurements
 Output measurements collection.
 
std::string outputMeasurementParticlesMap
 Output collection to map measured hits to contributing particles.
 
std::string outputMeasurementSimHitsMap
 Output collection to map measured hits to simulated hits.
 
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 54 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 54 of file PlanarSteppingAlgorithm.hpp

Member Data Documentation

std::string ActsExamples::PlanarSteppingAlgorithm::Config::inputSimHits

Input collection of simulated hits.

Definition at line 56 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 56 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().

std::string ActsExamples::PlanarSteppingAlgorithm::Config::outputClusters

Output collection of clusters.

Definition at line 58 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 58 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().

std::string ActsExamples::PlanarSteppingAlgorithm::Config::outputDigiSourceLinks

Output digitization source links collection.

Definition at line 62 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 62 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().

std::string ActsExamples::PlanarSteppingAlgorithm::Config::outputMeasurementParticlesMap

Output collection to map measured hits to contributing particles.

Definition at line 66 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 66 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().

std::string ActsExamples::PlanarSteppingAlgorithm::Config::outputMeasurements

Output measurements collection.

Definition at line 64 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 64 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().

std::string ActsExamples::PlanarSteppingAlgorithm::Config::outputMeasurementSimHitsMap

Output collection to map measured hits to simulated hits.

Definition at line 68 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 68 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().

std::string ActsExamples::PlanarSteppingAlgorithm::Config::outputSourceLinks

Output source links collection.

Definition at line 60 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 60 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().

std::shared_ptr<const Acts::PlanarModuleStepper> ActsExamples::PlanarSteppingAlgorithm::Config::planarModuleStepper

Module stepper for geometric clustering.

Definition at line 72 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 72 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().

std::shared_ptr<const RandomNumbers> ActsExamples::PlanarSteppingAlgorithm::Config::randomNumbers

Random numbers tool.

Definition at line 74 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 74 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().

std::shared_ptr<const Acts::TrackingGeometry> ActsExamples::PlanarSteppingAlgorithm::Config::trackingGeometry

Tracking geometry required to access global-to-local transforms.

Definition at line 70 of file PlanarSteppingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 70 of file PlanarSteppingAlgorithm.hpp

Referenced by ActsExamples::PlanarSteppingAlgorithm::PlanarSteppingAlgorithm().


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