EventWritingAlgorithm class.
More...
#include "EventWritingAlgorithm.h"
◆ EventWritingAlgorithm()
EventWritingAlgorithm::EventWritingAlgorithm |
( |
| ) |
|
◆ ~EventWritingAlgorithm()
EventWritingAlgorithm::~EventWritingAlgorithm |
( |
| ) |
|
◆ 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()
◆ 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.
◆ Reset()
StatusCode pandora::Process::Reset |
( |
| ) |
|
|
inlineprotectedvirtualinherited |
◆ Run()
◆ m_eventFileName
std::string EventWritingAlgorithm::m_eventFileName |
|
protected |
◆ m_eventFileType
◆ m_geometryFileName
std::string EventWritingAlgorithm::m_geometryFileName |
|
protected |
◆ m_geometryFileType
◆ m_instanceName
std::string pandora::Process::m_instanceName |
|
protectedinherited |
The process instance name.
Definition at line 89 of file Process.h.
◆ m_pEventFileWriter
◆ 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_shouldOverwriteEventFile
bool EventWritingAlgorithm::m_shouldOverwriteEventFile |
|
protected |
Whether to overwrite existing event file with specified name, or append.
Definition at line 61 of file EventWritingAlgorithm.h.
◆ m_shouldOverwriteGeometryFile
bool EventWritingAlgorithm::m_shouldOverwriteGeometryFile |
|
protected |
Whether to overwrite existing geometry file with specified name, or append.
Definition at line 62 of file EventWritingAlgorithm.h.
◆ m_shouldWriteEvents
bool EventWritingAlgorithm::m_shouldWriteEvents |
|
protected |
◆ m_shouldWriteGeometry
bool EventWritingAlgorithm::m_shouldWriteGeometry |
|
protected |
◆ m_shouldWriteMCRelationships
bool EventWritingAlgorithm::m_shouldWriteMCRelationships |
|
protected |
◆ m_shouldWriteTrackRelationships
bool EventWritingAlgorithm::m_shouldWriteTrackRelationships |
|
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: