External event reading parameters class. More...
#include <EventReadingAlgorithm.h>
Public Attributes | |
std::string | m_geometryFileName |
Name of the file containing geometry information. More... | |
std::string | m_eventFileNameList |
Colon-separated list of file names to be processed. More... | |
pandora::InputUInt | m_skipToEvent |
Index of first event to consider in input file. More... | |
External event reading parameters class.
Definition at line 46 of file EventReadingAlgorithm.h.
std::string lar_content::EventReadingAlgorithm::ExternalEventReadingParameters::m_eventFileNameList |
Colon-separated list of file names to be processed.
Definition at line 50 of file EventReadingAlgorithm.h.
std::string lar_content::EventReadingAlgorithm::ExternalEventReadingParameters::m_geometryFileName |
Name of the file containing geometry information.
Definition at line 49 of file EventReadingAlgorithm.h.
pandora::InputUInt lar_content::EventReadingAlgorithm::ExternalEventReadingParameters::m_skipToEvent |
Index of first event to consider in input file.
Definition at line 51 of file EventReadingAlgorithm.h.