Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Csv/include/ActsExamples/Io/Csv/CsvPlanarClusterReader.hpp>
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 | outputMeasurementParticlesMap |
Output hit-particles mapping collection. | |
std::string | outputSimHits |
Output simulated (truth) hits collection. | |
std::shared_ptr< const Acts::TrackingGeometry > | trackingGeometry |
Tracking geometry required to access global-to-local transforms. | |
Definition at line 58 of file CsvPlanarClusterReader.hpp.
View newest version in sPHENIX GitHub at line 58 of file CsvPlanarClusterReader.hpp
std::string ActsExamples::CsvPlanarClusterReader::Config::inputDir |
Where to read input files from.
Definition at line 60 of file CsvPlanarClusterReader.hpp.
View newest version in sPHENIX GitHub at line 60 of file CsvPlanarClusterReader.hpp
Referenced by main(), and ActsExamples::Options::readCsvPlanarClusterReaderConfig().
std::string ActsExamples::CsvPlanarClusterReader::Config::outputClusters |
Output cluster collection.
Definition at line 62 of file CsvPlanarClusterReader.hpp.
View newest version in sPHENIX GitHub at line 62 of file CsvPlanarClusterReader.hpp
Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader(), and main().
std::string ActsExamples::CsvPlanarClusterReader::Config::outputHitIds |
For each cluster/ hit index the original hit id stored on file.
Definition at line 64 of file CsvPlanarClusterReader.hpp.
View newest version in sPHENIX GitHub at line 64 of file CsvPlanarClusterReader.hpp
Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader(), and main().
std::string ActsExamples::CsvPlanarClusterReader::Config::outputMeasurementParticlesMap |
Output hit-particles mapping collection.
Definition at line 66 of file CsvPlanarClusterReader.hpp.
View newest version in sPHENIX GitHub at line 66 of file CsvPlanarClusterReader.hpp
Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader(), and main().
std::string ActsExamples::CsvPlanarClusterReader::Config::outputSimHits |
Output simulated (truth) hits collection.
Definition at line 68 of file CsvPlanarClusterReader.hpp.
View newest version in sPHENIX GitHub at line 68 of file CsvPlanarClusterReader.hpp
Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader(), and main().
std::shared_ptr<const Acts::TrackingGeometry> ActsExamples::CsvPlanarClusterReader::Config::trackingGeometry |
Tracking geometry required to access global-to-local transforms.
Definition at line 70 of file CsvPlanarClusterReader.hpp.
View newest version in sPHENIX GitHub at line 70 of file CsvPlanarClusterReader.hpp
Referenced by ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader(), and main().