Pandora
Pandora source code navigator
|
External event reading parameters class. More...
#include "EventReadingAlgorithm.h"
Public Attributes | |
std::string | m_geometryFileName |
Name of the file containing geometry information. | |
std::string | m_eventFileNameList |
Colon-separated list of file names to be processed. | |
pandora::InputUInt | m_skipToEvent |
Index of first event to consider in input file. | |
Private Member Functions | |
void | RegisterParameterAccessAttempt () |
Register an attempt to access the external parameters during algorithm configuration. | |
Private Attributes | |
unsigned int | m_nParameterAccessAttempts |
The number of attempts made to access the external parameters. | |
External event reading parameters class.
Definition at line 49 of file EventReadingAlgorithm.h.
|
privateinherited |
Register an attempt to access the external parameters during algorithm configuration.
Definition at line 31 of file ExternallyConfiguredAlgorithm.cc.
std::string EventReadingAlgorithm::ExternalEventReadingParameters::m_eventFileNameList |
Colon-separated list of file names to be processed.
Definition at line 53 of file EventReadingAlgorithm.h.
std::string EventReadingAlgorithm::ExternalEventReadingParameters::m_geometryFileName |
Name of the file containing geometry information.
Definition at line 52 of file EventReadingAlgorithm.h.
|
privateinherited |
The number of attempts made to access the external parameters.
Definition at line 41 of file ExternallyConfiguredAlgorithm.h.
pandora::InputUInt EventReadingAlgorithm::ExternalEventReadingParameters::m_skipToEvent |
Index of first event to consider in input file.
Definition at line 54 of file EventReadingAlgorithm.h.