EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Io/Csv/include/ActsExamples/Io/Csv/CsvParticleReader.hpp>
Public Attributes | |
std::string | inputDir |
Where to read input files from. | |
std::string | inputStem = "particles" |
Input filename stem. | |
std::string | outputParticles |
Which particle collection to read into. | |
Definition at line 31 of file CsvParticleReader.hpp.
View newest version in sPHENIX GitHub at line 31 of file CsvParticleReader.hpp
std::string ActsExamples::CsvParticleReader::Config::inputDir |
Where to read input files from.
Definition at line 33 of file CsvParticleReader.hpp.
View newest version in sPHENIX GitHub at line 33 of file CsvParticleReader.hpp
Referenced by ActsExamples::Options::readCsvParticleReaderConfig().
std::string ActsExamples::CsvParticleReader::Config::inputStem = "particles" |
Input filename stem.
Definition at line 35 of file CsvParticleReader.hpp.
View newest version in sPHENIX GitHub at line 35 of file CsvParticleReader.hpp
Referenced by ActsExamples::CsvParticleReader::CsvParticleReader().
std::string ActsExamples::CsvParticleReader::Config::outputParticles |
Which particle collection to read into.
Definition at line 37 of file CsvParticleReader.hpp.
View newest version in sPHENIX GitHub at line 37 of file CsvParticleReader.hpp
Referenced by ActsExamples::CsvParticleReader::CsvParticleReader(), and main().