Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
EventReadingAlgorithm::ExternalEventReadingParameters Class Reference

External event reading parameters class. More...

#include "EventReadingAlgorithm.h"

Inheritance diagram for EventReadingAlgorithm::ExternalEventReadingParameters:
Collaboration diagram for EventReadingAlgorithm::ExternalEventReadingParameters:

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.
 

Detailed Description

External event reading parameters class.

Definition at line 49 of file EventReadingAlgorithm.h.

Member Function Documentation

◆ RegisterParameterAccessAttempt()

void pandora::ExternalParameters::RegisterParameterAccessAttempt ( )
privateinherited

Register an attempt to access the external parameters during algorithm configuration.

Definition at line 31 of file ExternallyConfiguredAlgorithm.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ m_eventFileNameList

std::string EventReadingAlgorithm::ExternalEventReadingParameters::m_eventFileNameList

Colon-separated list of file names to be processed.

Definition at line 53 of file EventReadingAlgorithm.h.

◆ m_geometryFileName

std::string EventReadingAlgorithm::ExternalEventReadingParameters::m_geometryFileName

Name of the file containing geometry information.

Definition at line 52 of file EventReadingAlgorithm.h.

◆ m_nParameterAccessAttempts

unsigned int pandora::ExternalParameters::m_nParameterAccessAttempts
privateinherited

The number of attempts made to access the external parameters.

Definition at line 41 of file ExternallyConfiguredAlgorithm.h.

◆ m_skipToEvent

pandora::InputUInt EventReadingAlgorithm::ExternalEventReadingParameters::m_skipToEvent

Index of first event to consider in input file.

Definition at line 54 of file EventReadingAlgorithm.h.


The documentation for this class was generated from the following file: