Analysis Software
Documentation for sPHENIX simulation software
|
The nested configuration struct. More...
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootParticleReader.hpp>
Public Attributes | |
std::string | particleCollection |
particle collection to read | |
std::string | vertexPrimaryCollection |
primary vertex collection to read | |
std::string | vertexSecondaryCollection |
secondary vertex collection to read | |
std::string | treeName = "particles" |
name of the output tree | |
std::string | filePath |
bool | orderedEvents = true |
Whether the events are ordered or not. | |
The nested configuration struct.
Definition at line 38 of file RootParticleReader.hpp.
View newest version in sPHENIX GitHub at line 38 of file RootParticleReader.hpp
std::string ActsExamples::RootParticleReader::Config::filePath |
The name of the input file
Definition at line 45 of file RootParticleReader.hpp.
View newest version in sPHENIX GitHub at line 45 of file RootParticleReader.hpp
Referenced by main(), and ActsExamples::RootParticleReader::RootParticleReader().
bool ActsExamples::RootParticleReader::Config::orderedEvents = true |
Whether the events are ordered or not.
Definition at line 47 of file RootParticleReader.hpp.
View newest version in sPHENIX GitHub at line 47 of file RootParticleReader.hpp
Referenced by ActsExamples::RootParticleReader::RootParticleReader().
std::string ActsExamples::RootParticleReader::Config::particleCollection |
particle collection to read
Definition at line 39 of file RootParticleReader.hpp.
View newest version in sPHENIX GitHub at line 39 of file RootParticleReader.hpp
Referenced by main(), and ActsExamples::RootParticleReader::RootParticleReader().
std::string ActsExamples::RootParticleReader::Config::treeName = "particles" |
name of the output tree
Definition at line 44 of file RootParticleReader.hpp.
View newest version in sPHENIX GitHub at line 44 of file RootParticleReader.hpp
Referenced by main(), and ActsExamples::RootParticleReader::RootParticleReader().
std::string ActsExamples::RootParticleReader::Config::vertexPrimaryCollection |
primary vertex collection to read
Definition at line 41 of file RootParticleReader.hpp.
View newest version in sPHENIX GitHub at line 41 of file RootParticleReader.hpp
Referenced by ActsExamples::RootParticleReader::RootParticleReader().
std::string ActsExamples::RootParticleReader::Config::vertexSecondaryCollection |
secondary vertex collection to read
Definition at line 43 of file RootParticleReader.hpp.
View newest version in sPHENIX GitHub at line 43 of file RootParticleReader.hpp
Referenced by ActsExamples::RootParticleReader::RootParticleReader().