ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Io/Csv/include/ACTFW/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 | 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. | |
Definition at line 41 of file CsvPlanarClusterReader.hpp.
View newest version in sPHENIX GitHub at line 41 of file CsvPlanarClusterReader.hpp
std::string FW::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 FW::Options::readCsvPlanarClusterReaderConfig().
std::string FW::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 FW::CsvPlanarClusterReader::CsvPlanarClusterReader().
std::string FW::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 FW::CsvPlanarClusterReader::CsvPlanarClusterReader().
std::string FW::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 FW::CsvPlanarClusterReader::CsvPlanarClusterReader().
std::string FW::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 FW::CsvPlanarClusterReader::CsvPlanarClusterReader().
std::shared_ptr<const Acts::TrackingGeometry> FW::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 FW::CsvPlanarClusterReader::CsvPlanarClusterReader().