StandardPandora class. More...
Public Member Functions | |
StandardPandora (fhicl::ParameterSet const &pset) | |
Constructor. More... | |
~StandardPandora () | |
Destructor. More... | |
Public Member Functions inherited from lar_pandora::LArPandora | |
LArPandora (fhicl::ParameterSet const &pset) | |
Constructor. More... | |
void | beginJob () |
void | produce (art::Event &evt) |
Public Member Functions inherited from lar_pandora::ILArPandora | |
ILArPandora (fhicl::ParameterSet const &pset) | |
Constructor. More... | |
virtual | ~ILArPandora () |
Destructor. More... | |
Private Member Functions | |
void | CreatePandoraInstances () |
Create pandora instances. More... | |
void | ConfigurePandoraInstances () |
Configure pandora instances. More... | |
void | RunPandoraInstances () |
Run all associated pandora instances. More... | |
void | ResetPandoraInstances () |
Reset all associated pandora instances. More... | |
void | DeletePandoraInstances () |
Delete pandora instances. More... | |
void | ProvideExternalSteeringParameters (const pandora::Pandora *const pPandora) const |
Pass external steering parameters, read from fhicl parameter set, to LArMaster Pandora algorithm. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from lar_pandora::LArPandora | |
void | CreatePandoraInput (art::Event &evt, IdToHitMap &idToHitMap) |
Create pandora input hits, mc particles etc. More... | |
void | ProcessPandoraOutput (art::Event &evt, const IdToHitMap &idToHitMap) |
Process pandora output particle flow objects. More... | |
Protected Attributes inherited from lar_pandora::LArPandora | |
std::string | m_configFile |
The config file. More... | |
bool | m_shouldRunAllHitsCosmicReco |
Steering: whether to run all hits cosmic-ray reconstruction. More... | |
bool | m_shouldRunStitching |
Steering: whether to stitch cosmic-ray muons crossing between volumes. More... | |
bool | m_shouldRunCosmicHitRemoval |
Steering: whether to remove hits from tagged cosmic-rays. More... | |
bool | m_shouldRunSlicing |
Steering: whether to slice events into separate regions for processing. More... | |
bool | m_shouldRunNeutrinoRecoOption |
Steering: whether to run neutrino reconstruction for each slice. More... | |
bool | m_shouldRunCosmicRecoOption |
Steering: whether to run cosmic-ray reconstruction for each slice. More... | |
bool | m_shouldPerformSliceId |
Steering: whether to identify slices and select most appropriate pfos. More... | |
bool | m_shouldProduceAllOutcomes |
Steering: whether to produce all reconstruction outcomes. More... | |
bool | m_printOverallRecoStatus |
Steering: whether to print current operation status messages. More... | |
std::string | m_generatorModuleLabel |
The generator module label. More... | |
std::string | m_geantModuleLabel |
The geant module label. More... | |
std::string | m_simChannelModuleLabel |
The SimChannel producer module label. More... | |
std::string | m_hitfinderModuleLabel |
The hit finder module label. More... | |
std::string | m_backtrackerModuleLabel |
The back tracker module label. More... | |
std::string | m_allOutcomesInstanceLabel |
The instance label for all outcomes. More... | |
bool | m_enableProduction |
Whether to persist output products. More... | |
bool | m_enableDetectorGaps |
Whether to pass detector gap information to Pandora instances. More... | |
bool | m_enableMCParticles |
Whether to pass mc information to Pandora instances to aid development. More... | |
bool | m_disableRealDataCheck |
Whether to check if the input file contains real data before accessing MC information. More... | |
bool | m_lineGapsCreated |
Book-keeping: whether line gap creation has been called. More... | |
LArPandoraInput::Settings | m_inputSettings |
The lar pandora input settings. More... | |
LArPandoraOutput::Settings | m_outputSettings |
The lar pandora output settings. More... | |
LArDriftVolumeMap | m_driftVolumeMap |
The map from volume id to drift volume. More... | |
Protected Attributes inherited from lar_pandora::ILArPandora | |
const pandora::Pandora * | m_pPrimaryPandora |
The address of the primary pandora instance. More... | |
StandardPandora class.
Definition at line 19 of file StandardPandora_module.cc.
lar_pandora::StandardPandora::StandardPandora | ( | fhicl::ParameterSet const & | pset | ) |
Constructor.
pset | the parameter set |
Definition at line 73 of file StandardPandora_module.cc.
lar_pandora::StandardPandora::~StandardPandora | ( | ) |
Destructor.
Definition at line 80 of file StandardPandora_module.cc.
|
privatevirtual |
Configure pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 105 of file StandardPandora_module.cc.
|
privatevirtual |
Create pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 87 of file StandardPandora_module.cc.
|
privatevirtual |
Delete pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 133 of file StandardPandora_module.cc.
|
private |
Pass external steering parameters, read from fhicl parameter set, to LArMaster Pandora algorithm.
pPandora | the address of the relevant pandora instance |
Definition at line 140 of file StandardPandora_module.cc.
|
privatevirtual |
Reset all associated pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 126 of file StandardPandora_module.cc.
|
privatevirtual |
Run all associated pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 119 of file StandardPandora_module.cc.