EventReadingAlgorithm class.
More...
#include "EventReadingAlgorithm.h"
|
static StatusCode | SetExternalParameters (const Pandora &pandora, const std::string &algorithmType, ExternalParameters *const pExternalParameters) |
| Set the external parameters associated with an algorithm instance of a specific type, created by the given Pandora instance.
|
|
◆ EventReadingAlgorithm()
EventReadingAlgorithm::EventReadingAlgorithm |
( |
| ) |
|
◆ ~EventReadingAlgorithm()
EventReadingAlgorithm::~EventReadingAlgorithm |
( |
| ) |
|
◆ ExternalParametersPresent()
bool pandora::ExternallyConfiguredAlgorithm::ExternalParametersPresent |
( |
| ) |
const |
|
protectedinherited |
◆ GetExternalParameters()
ExternalParameters * pandora::ExternallyConfiguredAlgorithm::GetExternalParameters |
( |
| ) |
const |
|
protectedinherited |
Get the external parameters associated with algorithm instances created by a given Pandora instance. A single call to this function per algorithm type, per Pandora instance is enforced to prevent misuse.
- Returns
- the address of the external parameters
Definition at line 65 of file ExternallyConfiguredAlgorithm.cc.
◆ GetFileType()
FileType EventReadingAlgorithm::GetFileType |
( |
const std::string & |
fileName | ) |
const |
|
protected |
Analyze a provided file name to extract the file type/extension.
- Parameters
-
- Returns
- the file type
Definition at line 135 of file EventReadingAlgorithm.cc.
◆ GetInstanceName()
const std::string & pandora::Process::GetInstanceName |
( |
| ) |
const |
|
inlineinherited |
Get the instance name.
- Returns
- The instance name
Definition at line 109 of file Process.h.
◆ GetPandora()
const Pandora & pandora::Process::GetPandora |
( |
| ) |
const |
|
inlineinherited |
Get the associated pandora instance.
- Returns
- the associated pandora instance
Definition at line 116 of file Process.h.
◆ GetType()
const std::string & pandora::Process::GetType |
( |
| ) |
const |
|
inlineinherited |
Get the type.
- Returns
- The type
Definition at line 102 of file Process.h.
◆ Initialize()
◆ MoveToNextEventFile()
void EventReadingAlgorithm::MoveToNextEventFile |
( |
| ) |
|
|
protected |
◆ ReadSettings()
◆ RegisterDetails()
StatusCode pandora::Process::RegisterDetails |
( |
const Pandora *const |
pPandora, |
|
|
const std::string & |
type, |
|
|
const std::string & |
instanceName |
|
) |
| |
|
inlineprotectedinherited |
Register i) the pandora instance that will run the process and ii) the process type.
- Parameters
-
pPandora | address of the pandora object that will run the process |
type | the process type |
instanceName | the process instance name |
Definition at line 146 of file Process.h.
◆ ReplaceEventFileReader()
StatusCode EventReadingAlgorithm::ReplaceEventFileReader |
( |
const std::string & |
fileName | ) |
|
|
protected |
Replace the current event file reader with a new reader for the specified file.
- Parameters
-
Definition at line 109 of file EventReadingAlgorithm.cc.
◆ Reset()
StatusCode pandora::Process::Reset |
( |
| ) |
|
|
inlineprotectedvirtualinherited |
◆ Run()
◆ SetExternalParameters()
StatusCode pandora::ExternallyConfiguredAlgorithm::SetExternalParameters |
( |
const Pandora & |
pandora, |
|
|
const std::string & |
algorithmType, |
|
|
ExternalParameters *const |
pExternalParameters |
|
) |
| |
|
staticinherited |
Set the external parameters associated with an algorithm instance of a specific type, created by the given Pandora instance.
- Parameters
-
pandora | the pandora instance |
algorithmType | the algorithm type |
pExternalParameters | the address of the external parameters instance |
Definition at line 51 of file ExternallyConfiguredAlgorithm.cc.
◆ m_eventFileName
std::string EventReadingAlgorithm::m_eventFileName |
|
protected |
◆ m_eventFileNameVector
◆ m_externalParametersMap
ExternallyConfiguredAlgorithm::ExternalParametersMap pandora::ExternallyConfiguredAlgorithm::m_externalParametersMap |
|
staticprivateinherited |
◆ m_geometryFileName
std::string EventReadingAlgorithm::m_geometryFileName |
|
protected |
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_pEventFileReader
◆ m_pPandora
const Pandora* pandora::Process::m_pPandora |
|
protectedinherited |
The pandora object that will run the process.
Definition at line 87 of file Process.h.
◆ m_skipToEvent
unsigned int EventReadingAlgorithm::m_skipToEvent |
|
protected |
◆ m_type
std::string pandora::Process::m_type |
|
protectedinherited |
The process type.
Definition at line 88 of file Process.h.
The documentation for this class was generated from the following files: