ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
The nested configuration struct. More...
#include <acts/blob/master/Examples/Io/Root/include/ACTFW/Io/Root/RootVertexAndTracksReader.hpp>
Public Attributes | |
std::string | outputCollection = "vertexAndTracksCollection" |
std::string | treeName = "event" |
name of the output tree | |
std::vector< std::string > | fileList |
The name of the input file. | |
unsigned int | batchSize = 1 |
The nested configuration struct.
Definition at line 32 of file RootVertexAndTracksReader.hpp.
View newest version in sPHENIX GitHub at line 32 of file RootVertexAndTracksReader.hpp
unsigned int FW::RootVertexAndTracksReader::Config::batchSize = 1 |
Definition at line 36 of file RootVertexAndTracksReader.hpp.
View newest version in sPHENIX GitHub at line 36 of file RootVertexAndTracksReader.hpp
std::vector<std::string> FW::RootVertexAndTracksReader::Config::fileList |
The name of the input file.
Definition at line 35 of file RootVertexAndTracksReader.hpp.
View newest version in sPHENIX GitHub at line 35 of file RootVertexAndTracksReader.hpp
Referenced by main(), and FW::RootVertexAndTracksReader::RootVertexAndTracksReader().
std::string FW::RootVertexAndTracksReader::Config::outputCollection = "vertexAndTracksCollection" |
Definition at line 33 of file RootVertexAndTracksReader.hpp.
View newest version in sPHENIX GitHub at line 33 of file RootVertexAndTracksReader.hpp
std::string FW::RootVertexAndTracksReader::Config::treeName = "event" |
name of the output tree
Definition at line 34 of file RootVertexAndTracksReader.hpp.
View newest version in sPHENIX GitHub at line 34 of file RootVertexAndTracksReader.hpp
Referenced by FW::RootVertexAndTracksReader::RootVertexAndTracksReader().