Pandora
Pandora source code navigator
|
StandardPandora class. More...
Public Member Functions | |
StandardPandora (fhicl::ParameterSet const &pset) | |
Constructor. | |
~StandardPandora () | |
Destructor. | |
void | beginJob () |
void | produce (art::Event &evt) |
Protected Member Functions | |
void | CreatePandoraInput (art::Event &evt, IdToHitMap &idToHitMap) |
Create pandora input hits, mc particles etc. | |
void | ProcessPandoraOutput (art::Event &evt, const IdToHitMap &idToHitMap) |
Process pandora output particle flow objects. | |
fhicl::ParameterSet | ConstructHitCollectionToolParameterSet (const fhicl::ParameterSet &pset) |
Protected Attributes | |
std::string | m_configFile |
The config file. | |
bool | m_shouldRunAllHitsCosmicReco |
Steering: whether to run all hits cosmic-ray reconstruction. | |
bool | m_shouldRunStitching |
Steering: whether to stitch cosmic-ray muons crossing between volumes. | |
bool | m_shouldRunCosmicHitRemoval |
Steering: whether to remove hits from tagged cosmic-rays. | |
bool | m_shouldRunSlicing |
Steering: whether to slice events into separate regions for processing. | |
bool | m_shouldRunNeutrinoRecoOption |
Steering: whether to run neutrino reconstruction for each slice. | |
bool | m_shouldRunCosmicRecoOption |
Steering: whether to run cosmic-ray reconstruction for each slice. | |
bool | m_shouldPerformSliceId |
Steering: whether to identify slices and select most appropriate pfos. | |
bool | m_shouldProduceAllOutcomes |
Steering: whether to produce all reconstruction outcomes. | |
bool | m_printOverallRecoStatus |
Steering: whether to print current operation status messages. | |
std::string | m_generatorModuleLabel |
The generator module label. | |
std::string | m_geantModuleLabel |
The geant module label. | |
std::string | m_simChannelModuleLabel |
The SimChannel producer module label. | |
std::string | m_hitfinderModuleLabel |
The hit finder module label. | |
std::string | m_backtrackerModuleLabel |
The back tracker module label. | |
std::string | m_allOutcomesInstanceLabel |
The instance label for all outcomes. | |
bool | m_enableProduction |
Whether to persist output products. | |
bool | m_enableDetectorGaps |
Whether to pass detector gap information to Pandora instances. | |
bool | m_enableMCParticles |
Whether to pass mc information to Pandora instances to aid development. | |
bool | m_disableRealDataCheck |
Whether to check if the input file contains real data before accessing MC information. | |
bool | m_lineGapsCreated |
Book-keeping: whether line gap creation has been called. | |
std::unique_ptr< IHitCollectionTool > | m_collectHitsTool |
art tool used to collect the hits | |
LArPandoraInput::Settings | m_inputSettings |
The lar pandora input settings. | |
LArPandoraOutput::Settings | m_outputSettings |
The lar pandora output settings. | |
LArDriftVolumeMap | m_driftVolumeMap |
The map from volume id to drift volume. | |
const pandora::Pandora * | m_pPrimaryPandora |
The address of the primary pandora instance. | |
Private Member Functions | |
void | CreatePandoraInstances () |
Create pandora instances. | |
void | ConfigurePandoraInstances () |
Configure pandora instances. | |
void | RunPandoraInstances () |
Run all associated pandora instances. | |
void | ResetPandoraInstances () |
Reset all associated pandora instances. | |
void | DeletePandoraInstances () |
Delete pandora instances. | |
void | ProvideExternalSteeringParameters (const pandora::Pandora *const pPandora) const |
Pass external steering parameters, read from fhicl parameter set, to LArMaster Pandora algorithm. | |
StandardPandora class.
Definition at line 18 of file StandardPandora_module.cc.
lar_pandora::StandardPandora::StandardPandora | ( | fhicl::ParameterSet const & | pset | ) |
Constructor.
pset | the parameter set |
Definition at line 70 of file StandardPandora_module.cc.
lar_pandora::StandardPandora::~StandardPandora | ( | ) |
Destructor.
Definition at line 74 of file StandardPandora_module.cc.
|
inherited |
|
privatevirtual |
Configure pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 106 of file StandardPandora_module.cc.
|
protectedinherited |
Definition at line 256 of file LArPandora.cxx.
|
protectedvirtualinherited |
Create pandora input hits, mc particles etc.
evt | the art event |
idToHitMap | to receive the populated pandora hit id to art hit map |
Implements lar_pandora::ILArPandora.
Definition at line 175 of file LArPandora.cxx.
|
privatevirtual |
Create pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 78 of file StandardPandora_module.cc.
|
privatevirtual |
Delete pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 140 of file StandardPandora_module.cc.
|
protectedvirtualinherited |
Process pandora output particle flow objects.
evt | the art event |
idToHitMap | the pandora hit id to art hit map |
Implements lar_pandora::ILArPandora.
Definition at line 240 of file LArPandora.cxx.
|
inherited |
|
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 147 of file StandardPandora_module.cc.
|
privatevirtual |
Reset all associated pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 132 of file StandardPandora_module.cc.
|
privatevirtual |
Run all associated pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 124 of file StandardPandora_module.cc.
|
protectedinherited |
The instance label for all outcomes.
Definition at line 66 of file LArPandora.h.
|
protectedinherited |
The back tracker module label.
Definition at line 64 of file LArPandora.h.
|
protectedinherited |
art tool used to collect the hits
Definition at line 76 of file LArPandora.h.
|
protectedinherited |
The config file.
Definition at line 42 of file LArPandora.h.
|
protectedinherited |
Whether to check if the input file contains real data before accessing MC information.
Definition at line 73 of file LArPandora.h.
|
protectedinherited |
The map from volume id to drift volume.
Definition at line 81 of file LArPandora.h.
|
protectedinherited |
Whether to pass detector gap information to Pandora instances.
Definition at line 69 of file LArPandora.h.
|
protectedinherited |
Whether to pass mc information to Pandora instances to aid development.
Definition at line 71 of file LArPandora.h.
|
protectedinherited |
Whether to persist output products.
Definition at line 68 of file LArPandora.h.
|
protectedinherited |
The geant module label.
Definition at line 61 of file LArPandora.h.
|
protectedinherited |
The generator module label.
Definition at line 60 of file LArPandora.h.
|
protectedinherited |
The hit finder module label.
Definition at line 63 of file LArPandora.h.
|
protectedinherited |
The lar pandora input settings.
Definition at line 78 of file LArPandora.h.
|
protectedinherited |
Book-keeping: whether line gap creation has been called.
Definition at line 74 of file LArPandora.h.
|
protectedinherited |
The lar pandora output settings.
Definition at line 79 of file LArPandora.h.
|
protectedinherited |
The address of the primary pandora instance.
Definition at line 85 of file ILArPandora.h.
|
protectedinherited |
Steering: whether to print current operation status messages.
Definition at line 58 of file LArPandora.h.
|
protectedinherited |
Steering: whether to identify slices and select most appropriate pfos.
Definition at line 56 of file LArPandora.h.
|
protectedinherited |
Steering: whether to produce all reconstruction outcomes.
Definition at line 57 of file LArPandora.h.
|
protectedinherited |
Steering: whether to run all hits cosmic-ray reconstruction.
Definition at line 45 of file LArPandora.h.
|
protectedinherited |
Steering: whether to remove hits from tagged cosmic-rays.
Definition at line 48 of file LArPandora.h.
|
protectedinherited |
Steering: whether to run cosmic-ray reconstruction for each slice.
Definition at line 54 of file LArPandora.h.
|
protectedinherited |
Steering: whether to run neutrino reconstruction for each slice.
Definition at line 52 of file LArPandora.h.
|
protectedinherited |
Steering: whether to slice events into separate regions for processing.
Definition at line 50 of file LArPandora.h.
|
protectedinherited |
Steering: whether to stitch cosmic-ray muons crossing between volumes.
Definition at line 47 of file LArPandora.h.
|
protectedinherited |
The SimChannel producer module label.
Definition at line 62 of file LArPandora.h.