APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
EventPreparationAlgorithm class. More...
#include <EventPreparationAlgorithm.h>
Classes | |
class | Factory |
Factory class for instantiating algorithm. More... | |
Static Public Member Functions | |
static int | GetEventNumber () |
Private Member Functions | |
pandora::StatusCode | Run () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
std::string | m_outputTrackListName |
The output track list name. | |
std::string | m_outputCaloHitListName |
The output calo hit list name. | |
std::string | m_outputECalCaloHitListName |
The output ecal calo hit list name. | |
std::string | m_outputHCalCaloHitListName |
The output hcal calo hit list name. | |
std::string | m_outputMuonCaloHitListName |
The output muon calo hit list name. | |
std::string | m_replacementTrackListName |
The replacement track list name. | |
std::string | m_replacementCaloHitListName |
The replacement calo hit list name. | |
bool | m_mergeECalHCalCaloHitLists |
Whether the ecal and hcal calo hit list have to merged. | |
Static Private Attributes | |
static int | m_evtNumber = 0 |
EventPreparationAlgorithm class.