Analysis Software
Documentation for sPHENIX simulation software
|
The nested configuration struct. More...
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootTrajectorySummaryReader.hpp>
Public Attributes | |
std::string | outputTracks = "outputTracks" |
track collection to read | |
std::string | outputParticles |
particle collection to read | |
std::string | treeName = "tracksummary" |
name of the input tree | |
std::string | filePath |
The name of the input file. | |
bool | orderedEvents = true |
Whether the events are ordered or not. | |
The nested configuration struct.
Definition at line 40 of file RootTrajectorySummaryReader.hpp.
View newest version in sPHENIX GitHub at line 40 of file RootTrajectorySummaryReader.hpp
std::string ActsExamples::RootTrajectorySummaryReader::Config::filePath |
The name of the input file.
Definition at line 45 of file RootTrajectorySummaryReader.hpp.
View newest version in sPHENIX GitHub at line 45 of file RootTrajectorySummaryReader.hpp
Referenced by main().
bool ActsExamples::RootTrajectorySummaryReader::Config::orderedEvents = true |
Whether the events are ordered or not.
Definition at line 48 of file RootTrajectorySummaryReader.hpp.
View newest version in sPHENIX GitHub at line 48 of file RootTrajectorySummaryReader.hpp
std::string ActsExamples::RootTrajectorySummaryReader::Config::outputParticles |
particle collection to read
Definition at line 42 of file RootTrajectorySummaryReader.hpp.
View newest version in sPHENIX GitHub at line 42 of file RootTrajectorySummaryReader.hpp
Referenced by main().
std::string ActsExamples::RootTrajectorySummaryReader::Config::outputTracks = "outputTracks" |
track collection to read
Definition at line 41 of file RootTrajectorySummaryReader.hpp.
View newest version in sPHENIX GitHub at line 41 of file RootTrajectorySummaryReader.hpp
Referenced by main().
std::string ActsExamples::RootTrajectorySummaryReader::Config::treeName = "tracksummary" |
name of the input tree
Definition at line 44 of file RootTrajectorySummaryReader.hpp.
View newest version in sPHENIX GitHub at line 44 of file RootTrajectorySummaryReader.hpp