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

#include <acts/blob/sPHENIX/Examples/Io/Csv/include/ActsExamples/Io/Csv/CsvPlanarClusterReader.hpp>

+ Collaboration diagram for ActsExamples::CsvPlanarClusterReader::Config:

Public Attributes

std::string inputDir
 Where to read input files from.
 
std::string outputClusters
 Output cluster collection.
 
std::string outputHitIds
 For each cluster/ hit index the original hit id stored on file.
 
std::string outputHitParticlesMap
 Output hit-particles mapping collection.
 
std::string outputSimulatedHits
 Output simulated (truth) hits collection.
 
std::shared_ptr< const
Acts::TrackingGeometry
trackingGeometry
 Tracking geometry required to access global-to-local transforms.
 

Detailed Description

Definition at line 41 of file CsvPlanarClusterReader.hpp.

View newest version in sPHENIX GitHub at line 41 of file CsvPlanarClusterReader.hpp

Member Data Documentation

std::string ActsExamples::CsvPlanarClusterReader::Config::inputDir

Where to read input files from.

Definition at line 43 of file CsvPlanarClusterReader.hpp.

View newest version in sPHENIX GitHub at line 43 of file CsvPlanarClusterReader.hpp

Referenced by ActsExamples::Options::readCsvPlanarClusterReaderConfig().

std::string ActsExamples::CsvPlanarClusterReader::Config::outputClusters

Output cluster collection.

Definition at line 45 of file CsvPlanarClusterReader.hpp.

View newest version in sPHENIX GitHub at line 45 of file CsvPlanarClusterReader.hpp

Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader().

std::string ActsExamples::CsvPlanarClusterReader::Config::outputHitIds

For each cluster/ hit index the original hit id stored on file.

Definition at line 47 of file CsvPlanarClusterReader.hpp.

View newest version in sPHENIX GitHub at line 47 of file CsvPlanarClusterReader.hpp

Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader().

std::string ActsExamples::CsvPlanarClusterReader::Config::outputHitParticlesMap

Output hit-particles mapping collection.

Definition at line 49 of file CsvPlanarClusterReader.hpp.

View newest version in sPHENIX GitHub at line 49 of file CsvPlanarClusterReader.hpp

Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader().

std::string ActsExamples::CsvPlanarClusterReader::Config::outputSimulatedHits

Output simulated (truth) hits collection.

Definition at line 51 of file CsvPlanarClusterReader.hpp.

View newest version in sPHENIX GitHub at line 51 of file CsvPlanarClusterReader.hpp

Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader().

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

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

Definition at line 53 of file CsvPlanarClusterReader.hpp.

View newest version in sPHENIX GitHub at line 53 of file CsvPlanarClusterReader.hpp

Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader().


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