LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
MasterAlgorithm class. More...
#include "MasterAlgorithm.h"
Classes | |
class | ExternalSteeringParameters |
External steering parameters class. More... | |
class | LArTPCHitList |
LArTPCHitList class. More... | |
Public Types | |
typedef std::unordered_map< const pandora::ParticleFlowObject *, const pandora::LArTPC * > | PfoToLArTPCMap |
Public Member Functions | |
MasterAlgorithm () | |
Default constructor. More... | |
void | ShiftPfoHierarchy (const pandora::ParticleFlowObject *const pParentPfo, const PfoToLArTPCMap &pfoToLArTPCMap, const float x0) const |
Shift a Pfo hierarchy by a specified x0 value. More... | |
void | StitchPfos (const pandora::ParticleFlowObject *const pPfoToEnlarge, const pandora::ParticleFlowObject *const pPfoToDelete, PfoToLArTPCMap &pfoToLArTPCMap) const |
Stitch together a pair of pfos. More... | |
Private Types | |
typedef std::map< unsigned int, LArTPCHitList > | VolumeIdToHitListMap |
typedef std::vector< StitchingBaseTool * > | StitchingToolVector |
typedef std::vector< CosmicRayTaggingBaseTool * > | CosmicRayTaggingToolVector |
typedef std::vector< SliceIdBaseTool * > | SliceIdToolVector |
Private Member Functions | |
pandora::StatusCode | Run () |
pandora::StatusCode | InitializeWorkerInstances () |
Initialize pandora worker instances. More... | |
pandora::StatusCode | CopyMCParticles () const |
Copy mc particles in the named input list to all pandora worker instances. More... | |
pandora::StatusCode | GetVolumeIdToHitListMap (VolumeIdToHitListMap &volumeIdToHitListMap) const |
Get the mapping from lar tpc volume id to lists of all hits, and truncated hits. More... | |
pandora::StatusCode | RunCosmicRayReconstruction (const VolumeIdToHitListMap &volumeIdToHitListMap) const |
Run the cosmic-ray reconstruction worker instances. More... | |
pandora::StatusCode | RecreateCosmicRayPfos (PfoToLArTPCMap &pfoToLArTPCMap) const |
Recreate cosmic-ray pfos (created by worker instances) in the master instance. More... | |
pandora::StatusCode | StitchCosmicRayPfos (PfoToLArTPCMap &pfoToLArTPCMap, PfoToFloatMap &stitchedPfosToX0Map) const |
Stitch together cosmic-ray pfos crossing between adjacent lar tpcs. More... | |
pandora::StatusCode | TagCosmicRayPfos (const PfoToFloatMap &stitchedPfosToX0Map, pandora::PfoList &clearCosmicRayPfos, pandora::PfoList &ambiguousPfos) const |
Tag clear, unambiguous cosmic-ray pfos. More... | |
pandora::StatusCode | RunCosmicRayHitRemoval (const pandora::PfoList &ambiguousPfos) const |
Run cosmic-ray hit removal, freeing hits in ambiguous pfos for further processing. More... | |
pandora::StatusCode | RunSlicing (const VolumeIdToHitListMap &volumeIdToHitListMap, SliceVector &sliceVector) const |
Run the event slicing procedures, dividing available hits up into distinct 3D regions. More... | |
pandora::StatusCode | RunSliceReconstruction (SliceVector &sliceVector, SliceHypotheses &nuSliceHypotheses, SliceHypotheses &crSliceHypotheses) const |
Process each slice under different reconstruction hypotheses. More... | |
pandora::StatusCode | SelectBestSliceHypotheses (const SliceHypotheses &nuSliceHypotheses, const SliceHypotheses &crSliceHypotheses) const |
Examine slice hypotheses to identify the most appropriate to provide in final event output. More... | |
pandora::StatusCode | Reset () |
Reset all worker instances. More... | |
pandora::StatusCode | Copy (const pandora::Pandora *const pPandora, const pandora::CaloHit *const pCaloHit) const |
Copy a specified calo hit to the provided pandora instance. More... | |
pandora::StatusCode | Copy (const pandora::Pandora *const pPandora, const pandora::MCParticle *const pMCParticle, const LArMCParticleFactory *const pMCParticleFactory) const |
Copy a specified mc particle to the provided pandora instance. More... | |
pandora::StatusCode | Recreate (const pandora::PfoList &inputPfoList, pandora::PfoList &newPfoList) const |
Recreate a specified list of pfos in the current pandora instance. More... | |
pandora::StatusCode | Recreate (const pandora::ParticleFlowObject *const pInputPfo, const pandora::ParticleFlowObject *const pNewParentPfo, pandora::PfoList &newPfoList) const |
Recreate a specified pfo in the current pandora instance. More... | |
const pandora::CaloHit * | CreateCaloHit (const pandora::CaloHit *const pInputCaloHit, const pandora::CaloHit *const pParentCaloHit) const |
Create a new calo hit in the current pandora instance, based upon the provided input calo hit. More... | |
const pandora::Cluster * | CreateCluster (const pandora::Cluster *const pInputCluster, const pandora::CaloHitList &newCaloHitList, const pandora::CaloHitList &newIsolatedCaloHitList) const |
Create a new cluster in the current pandora instance, based upon the provided input cluster. More... | |
const pandora::Vertex * | CreateVertex (const pandora::Vertex *const pInputVertex) const |
Create a new vertex in the current pandora instance, based upon the provided input vertex. More... | |
const pandora::ParticleFlowObject * | CreatePfo (const pandora::ParticleFlowObject *const pInputPfo, const pandora::ClusterList &newClusterList, const pandora::VertexList &newVertexList) const |
Create a new pfo in the current pandora instance, based upon the provided input pfo. More... | |
const pandora::Pandora * | CreateWorkerInstance (const pandora::LArTPC &larTPC, const pandora::DetectorGapList &gapList, const std::string &settingsFile, const std::string &name) const |
Create a pandora worker instance to handle a single LArTPC. More... | |
const pandora::Pandora * | CreateWorkerInstance (const pandora::LArTPCMap &larTPCMap, const pandora::DetectorGapList &gapList, const std::string &settingsFile, const std::string &name) const |
Create a pandora worker instance to handle a number of LArTPCs. More... | |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
pandora::StatusCode | ReadExternalSettings (const ExternalSteeringParameters *const pExternalParameters, const pandora::InputBool inputBool, const pandora::TiXmlHandle xmlHandle, const std::string &xmlTag, bool &outputBool) |
Read settings from external steering parameters block, if present, otherwise from xml as standard. More... | |
Private Attributes | |
bool | m_workerInstancesInitialized |
Whether all worker instances have been initialized. More... | |
bool | m_shouldRunAllHitsCosmicReco |
Whether to run all hits cosmic-ray reconstruction. More... | |
bool | m_shouldRunStitching |
Whether to stitch cosmic-ray muons crossing between volumes. More... | |
bool | m_shouldRunCosmicHitRemoval |
Whether to remove hits from tagged cosmic-rays. More... | |
bool | m_shouldRunSlicing |
Whether to slice events into separate regions for processing. More... | |
bool | m_shouldRunNeutrinoRecoOption |
Whether to run neutrino reconstruction for each slice. More... | |
bool | m_shouldRunCosmicRecoOption |
Whether to run cosmic-ray reconstruction for each slice. More... | |
bool | m_shouldPerformSliceId |
Whether to identify slices and select most appropriate pfos. More... | |
bool | m_printOverallRecoStatus |
Whether to print current operation status messages. More... | |
bool | m_visualizeOverallRecoStatus |
Whether to display results of current operations. More... | |
PandoraInstanceList | m_crWorkerInstances |
The list of cosmic-ray reconstruction worker instances. More... | |
const pandora::Pandora * | m_pSlicingWorkerInstance |
The slicing worker instance. More... | |
const pandora::Pandora * | m_pSliceNuWorkerInstance |
The per-slice neutrino reconstruction worker instance. More... | |
const pandora::Pandora * | m_pSliceCRWorkerInstance |
The per-slice cosmic-ray reconstruction worker instance. More... | |
bool | m_fullWidthCRWorkerWireGaps |
Whether wire-type line gaps in cosmic-ray worker instances should cover all drift time. More... | |
bool | m_passMCParticlesToWorkerInstances |
Whether to pass mc particle details (and links to calo hits) to worker instances. More... | |
StitchingToolVector | m_stitchingToolVector |
The stitching tool vector. More... | |
CosmicRayTaggingToolVector | m_cosmicRayTaggingToolVector |
The cosmic-ray tagging tool vector. More... | |
SliceIdToolVector | m_sliceIdToolVector |
The slice id tool vector. More... | |
std::string | m_filePathEnvironmentVariable |
The environment variable providing a list of paths to xml files. More... | |
std::string | m_crSettingsFile |
The cosmic-ray reconstruction settings file. More... | |
std::string | m_nuSettingsFile |
The neutrino reconstruction settings file. More... | |
std::string | m_slicingSettingsFile |
The slicing settings file. More... | |
std::string | m_inputMCParticleListName |
The input mc particle list name. More... | |
std::string | m_inputHitListName |
The input hit list name. More... | |
std::string | m_recreatedPfoListName |
The output recreated pfo list name. More... | |
std::string | m_recreatedClusterListName |
The output recreated cluster list name. More... | |
std::string | m_recreatedVertexListName |
The output recreated vertex list name. More... | |
float | m_inTimeMaxX0 |
Cut on X0 to determine whether particle is clear cosmic ray. More... | |
MasterAlgorithm class.
Definition at line 36 of file MasterAlgorithm.h.
|
private |
Definition at line 320 of file MasterAlgorithm.h.
typedef std::unordered_map<const pandora::ParticleFlowObject*, const pandora::LArTPC*> lar_content::MasterAlgorithm::PfoToLArTPCMap |
Definition at line 60 of file MasterAlgorithm.h.
|
private |
Definition at line 321 of file MasterAlgorithm.h.
|
private |
Definition at line 319 of file MasterAlgorithm.h.
|
private |
Definition at line 92 of file MasterAlgorithm.h.
lar_content::MasterAlgorithm::MasterAlgorithm | ( | ) |
Default constructor.
Definition at line 35 of file MasterAlgorithm.cc.
|
private |
Copy a specified calo hit to the provided pandora instance.
pPandora | the address of the target pandora instance |
pCaloHit | the address of the calo hit |
Referenced by CopyMCParticles(), Reset(), RunCosmicRayReconstruction(), RunSliceReconstruction(), and RunSlicing().
|
private |
Copy a specified mc particle to the provided pandora instance.
pPandora | the address of the target pandora instance |
pMCParticle | the address of the mc particle |
pMCParticleFactory | the address of the mc particle factory, allowing decoration of instances with information beyond that expected by sdk |
|
private |
Copy mc particles in the named input list to all pandora worker instances.
Definition at line 237 of file MasterAlgorithm.cc.
References Copy(), m_crWorkerInstances, m_inputMCParticleListName, m_pSliceCRWorkerInstance, m_pSliceNuWorkerInstance, and m_pSlicingWorkerInstance.
Referenced by Run().
|
private |
Create a new calo hit in the current pandora instance, based upon the provided input calo hit.
pInputCaloHit | the address of the input calo hit |
pParentCaloHit | the address of the parent calo hit |
Definition at line 787 of file MasterAlgorithm.cc.
Referenced by Reset().
|
private |
Create a new cluster in the current pandora instance, based upon the provided input cluster.
pInputCluster | the address of the input cluster |
newCaloHitList | the list of calo hits for the new cluster |
newIsolatedCaloHitList | the list of isolated calo hits for the new cluster |
Definition at line 824 of file MasterAlgorithm.cc.
|
private |
Create a new pfo in the current pandora instance, based upon the provided input pfo.
pInputPfo | the address of the input pfo |
newClusterList | the list of clusters for the new pfo |
newVertexList | the list of vertices for the new pfo |
Definition at line 858 of file MasterAlgorithm.cc.
References MultiPandoraApi::AddDaughterPandoraInstance(), CreateWorkerInstance(), m_fullWidthCRWorkerWireGaps, max, min, LArContent::RegisterAlgorithms(), and LArContent::RegisterBasicPlugins().
Referenced by Reset().
|
private |
Create a new vertex in the current pandora instance, based upon the provided input vertex.
pInputVertex | the address of the input vertex |
Definition at line 843 of file MasterAlgorithm.cc.
|
private |
Create a pandora worker instance to handle a single LArTPC.
larTPC | the lar tpc |
gapList | the gap list |
settingsFile | the pandora settings file |
name | the pandora instance name |
Referenced by CreatePfo(), and InitializeWorkerInstances().
|
private |
Create a pandora worker instance to handle a number of LArTPCs.
larTPCMap | the lar tpc map |
gapList | the gap list |
settingsFile | the pandora settings file |
name | the pandora instance name |
|
private |
Get the mapping from lar tpc volume id to lists of all hits, and truncated hits.
volumeIdToHitListMap | to receive the populated volume id to hit list map |
Definition at line 260 of file MasterAlgorithm.cc.
References lar_content::LArCaloHit::GetLArTPCVolumeId(), and m_inputHitListName.
Referenced by Run().
|
private |
Initialize pandora worker instances.
Definition at line 199 of file MasterAlgorithm.cc.
References CreateWorkerInstance(), m_crSettingsFile, m_crWorkerInstances, m_nuSettingsFile, m_pSliceCRWorkerInstance, m_pSliceNuWorkerInstance, m_pSlicingWorkerInstance, m_shouldRunCosmicRecoOption, m_shouldRunNeutrinoRecoOption, m_shouldRunSlicing, m_slicingSettingsFile, m_workerInstancesInitialized, and util::flags::to_string().
Referenced by Run().
|
private |
Read settings from external steering parameters block, if present, otherwise from xml as standard.
pExternalParameters | the address of the external parameters (if present) |
inputBool | the input boolean value, from the external parameters (if present) |
xmlHandle | the xml handle |
xmlTag | the xml tag |
outputBool | to receive the output boolean value |
Definition at line 1148 of file MasterAlgorithm.cc.
Referenced by ReadSettings().
|
private |
Definition at line 1022 of file MasterAlgorithm.cc.
References lar_content::LArFileHelper::FindFileInPath(), m_cosmicRayTaggingToolVector, m_crSettingsFile, m_filePathEnvironmentVariable, m_fullWidthCRWorkerWireGaps, m_inputHitListName, m_inputMCParticleListName, m_inTimeMaxX0, m_nuSettingsFile, m_passMCParticlesToWorkerInstances, lar_content::MasterAlgorithm::ExternalSteeringParameters::m_printOverallRecoStatus, m_printOverallRecoStatus, m_recreatedClusterListName, m_recreatedPfoListName, m_recreatedVertexListName, lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldPerformSliceId, m_shouldPerformSliceId, lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunAllHitsCosmicReco, m_shouldRunAllHitsCosmicReco, lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunCosmicHitRemoval, m_shouldRunCosmicHitRemoval, lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunCosmicRecoOption, m_shouldRunCosmicRecoOption, lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunNeutrinoRecoOption, m_shouldRunNeutrinoRecoOption, lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunSlicing, m_shouldRunSlicing, lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunStitching, m_shouldRunStitching, m_sliceIdToolVector, m_slicingSettingsFile, m_stitchingToolVector, m_visualizeOverallRecoStatus, and ReadExternalSettings().
|
private |
Recreate a specified list of pfos in the current pandora instance.
inputPfoList | the input pfo list |
newPfoList | to receive the list of new pfos |
Referenced by RecreateCosmicRayPfos(), Reset(), and SelectBestSliceHypotheses().
|
private |
Recreate a specified pfo in the current pandora instance.
pInputPfo | the input pfo |
pNewParentPfo | the new parent of the new output pfo (nullptr if none) |
newPfoList | to receive the list of new pfos |
|
private |
Recreate cosmic-ray pfos (created by worker instances) in the master instance.
pfoToLArTPCMap | to receive the populated pfo to lar tpc map |
Definition at line 319 of file MasterAlgorithm.cc.
References m_crWorkerInstances, and Recreate().
Referenced by Run().
|
private |
Reset all worker instances.
Definition at line 578 of file MasterAlgorithm.cc.
References Copy(), CreateCaloHit(), CreatePfo(), lar_content::LArMCParticle::GetNuanceCode(), lar_content::LArPfoHelper::GetThreeDClusterList(), lar_content::LArPfoHelper::GetTwoDClusterList(), m_crWorkerInstances, lar_content::LArMCParticleParameters::m_nuanceCode, m_passMCParticlesToWorkerInstances, m_pSliceCRWorkerInstance, m_pSliceNuWorkerInstance, m_pSlicingWorkerInstance, m_recreatedClusterListName, m_recreatedPfoListName, m_recreatedVertexListName, Recreate(), Reset(), and lar_content::LArMCParticleHelper::SortByMomentum().
Referenced by Run().
|
private |
Definition at line 152 of file MasterAlgorithm.cc.
References CopyMCParticles(), GetVolumeIdToHitListMap(), InitializeWorkerInstances(), m_passMCParticlesToWorkerInstances, m_shouldRunAllHitsCosmicReco, m_shouldRunCosmicHitRemoval, m_shouldRunCosmicRecoOption, m_shouldRunNeutrinoRecoOption, m_shouldRunStitching, m_workerInstancesInitialized, RecreateCosmicRayPfos(), Reset(), RunCosmicRayHitRemoval(), RunCosmicRayReconstruction(), RunSliceReconstruction(), RunSlicing(), SelectBestSliceHypotheses(), StitchCosmicRayPfos(), and TagCosmicRayPfos().
|
private |
Run cosmic-ray hit removal, freeing hits in ambiguous pfos for further processing.
ambiguousPfos | the list of ambiguous cosmic-ray pfos |
Definition at line 409 of file MasterAlgorithm.cc.
References lar_content::LArPfoHelper::GetAllConnectedPfos().
Referenced by Run().
|
private |
Run the cosmic-ray reconstruction worker instances.
volumeIdToHitListMap | the volume id to hit list map |
Definition at line 293 of file MasterAlgorithm.cc.
References Copy(), m_crWorkerInstances, m_printOverallRecoStatus, and ProcessEvent().
Referenced by Run().
|
private |
Process each slice under different reconstruction hypotheses.
sliceVector | the slice vector |
nuSliceHypotheses | to receive the vector of slice neutrino hypotheses |
crSliceHypotheses | to receive the vector of slice cosmic-ray hypotheses |
Definition at line 485 of file MasterAlgorithm.cc.
References Copy(), m_printOverallRecoStatus, m_pSliceCRWorkerInstance, m_pSliceNuWorkerInstance, m_shouldRunCosmicRecoOption, m_shouldRunNeutrinoRecoOption, m_shouldRunSlicing, and ProcessEvent().
Referenced by Run().
|
private |
Run the event slicing procedures, dividing available hits up into distinct 3D regions.
volumeIdToHitListMap | the volume id to hit list map |
sliceVector | to receive the populated slice vector |
Definition at line 428 of file MasterAlgorithm.cc.
References Copy(), lar_content::LArPfoHelper::GetCaloHits(), m_printOverallRecoStatus, m_pSlicingWorkerInstance, m_shouldRunSlicing, m_visualizeOverallRecoStatus, and ProcessEvent().
Referenced by Run().
|
private |
Examine slice hypotheses to identify the most appropriate to provide in final event output.
nuSliceHypotheses | the vector of slice neutrino hypotheses |
crSliceHypotheses | the vector of slice cosmic-ray hypotheses |
Definition at line 550 of file MasterAlgorithm.cc.
References m_printOverallRecoStatus, m_shouldPerformSliceId, m_shouldRunCosmicRecoOption, m_shouldRunNeutrinoRecoOption, m_sliceIdToolVector, and Recreate().
Referenced by Run().
void lar_content::MasterAlgorithm::ShiftPfoHierarchy | ( | const pandora::ParticleFlowObject *const | pParentPfo, |
const PfoToLArTPCMap & | pfoToLArTPCMap, | ||
const float | x0 | ||
) | const |
Shift a Pfo hierarchy by a specified x0 value.
pPfo | the address of the parent pfo |
stitchingInfo | the source for additional, local, stitching information |
x0 | the x0 correction relative to the input pfo |
Definition at line 58 of file MasterAlgorithm.cc.
References lar_content::LArPfoHelper::GetAllDownstreamPfos(), and m_visualizeOverallRecoStatus.
Referenced by lar_content::StitchingCosmicRayMergingTool::StitchPfos().
|
private |
Stitch together cosmic-ray pfos crossing between adjacent lar tpcs.
pfoToLArTPCMap | the pfo to lar tpc map |
stitchedPfosToX0Map | to receive the map of cosmic-ray pfos that have been stitched between lar tpcs to the X0 shift |
Definition at line 340 of file MasterAlgorithm.cc.
References m_stitchingToolVector, and m_visualizeOverallRecoStatus.
Referenced by Run().
void lar_content::MasterAlgorithm::StitchPfos | ( | const pandora::ParticleFlowObject *const | pPfoToEnlarge, |
const pandora::ParticleFlowObject *const | pPfoToDelete, | ||
PfoToLArTPCMap & | pfoToLArTPCMap | ||
) | const |
Stitch together a pair of pfos.
pPfoToEnlarge | the address of the pfo to enlarge |
pPfoToDelete | the address of the pfo to delete (will become a dangling pointer) |
stitchingInfo | the source for additional, local, stitching information |
Definition at line 111 of file MasterAlgorithm.cc.
References lar_content::LArClusterHelper::GetClusterHitType(), lar_content::PfoMopUpBaseAlgorithm::GetParentCluster(), m_recreatedClusterListName, m_recreatedPfoListName, and m_recreatedVertexListName.
Referenced by lar_content::StitchingCosmicRayMergingTool::StitchPfos().
|
private |
Tag clear, unambiguous cosmic-ray pfos.
stitchedPfosToX0Map | a map of cosmic-ray pfos that have been stitched between lar tpcs to the X0 shift |
clearCosmicRayPfos | to receive the list of clear cosmic-ray pfos |
ambiguousPfos | to receive the list of ambiguous cosmic-ray pfos for further analysis |
Definition at line 365 of file MasterAlgorithm.cc.
References m_cosmicRayTaggingToolVector, m_inTimeMaxX0, and m_visualizeOverallRecoStatus.
Referenced by Run().
|
private |
The cosmic-ray tagging tool vector.
Definition at line 324 of file MasterAlgorithm.h.
Referenced by ReadSettings(), and TagCosmicRayPfos().
|
private |
The cosmic-ray reconstruction settings file.
Definition at line 328 of file MasterAlgorithm.h.
Referenced by InitializeWorkerInstances(), and ReadSettings().
|
private |
The list of cosmic-ray reconstruction worker instances.
Definition at line 311 of file MasterAlgorithm.h.
Referenced by CopyMCParticles(), InitializeWorkerInstances(), RecreateCosmicRayPfos(), Reset(), and RunCosmicRayReconstruction().
|
private |
The environment variable providing a list of paths to xml files.
Definition at line 327 of file MasterAlgorithm.h.
Referenced by ReadSettings().
|
private |
Whether wire-type line gaps in cosmic-ray worker instances should cover all drift time.
Definition at line 316 of file MasterAlgorithm.h.
Referenced by CreatePfo(), and ReadSettings().
|
private |
The input hit list name.
Definition at line 333 of file MasterAlgorithm.h.
Referenced by GetVolumeIdToHitListMap(), and ReadSettings().
|
private |
The input mc particle list name.
Definition at line 332 of file MasterAlgorithm.h.
Referenced by CopyMCParticles(), and ReadSettings().
|
private |
Cut on X0 to determine whether particle is clear cosmic ray.
Definition at line 338 of file MasterAlgorithm.h.
Referenced by ReadSettings(), and TagCosmicRayPfos().
|
private |
The neutrino reconstruction settings file.
Definition at line 329 of file MasterAlgorithm.h.
Referenced by InitializeWorkerInstances(), and ReadSettings().
|
private |
Whether to pass mc particle details (and links to calo hits) to worker instances.
Definition at line 317 of file MasterAlgorithm.h.
Referenced by ReadSettings(), Reset(), and Run().
|
private |
Whether to print current operation status messages.
Definition at line 308 of file MasterAlgorithm.h.
Referenced by ReadSettings(), RunCosmicRayReconstruction(), RunSliceReconstruction(), RunSlicing(), and SelectBestSliceHypotheses().
|
private |
The per-slice cosmic-ray reconstruction worker instance.
Definition at line 314 of file MasterAlgorithm.h.
Referenced by CopyMCParticles(), InitializeWorkerInstances(), Reset(), and RunSliceReconstruction().
|
private |
The per-slice neutrino reconstruction worker instance.
Definition at line 313 of file MasterAlgorithm.h.
Referenced by CopyMCParticles(), InitializeWorkerInstances(), Reset(), and RunSliceReconstruction().
|
private |
The slicing worker instance.
Definition at line 312 of file MasterAlgorithm.h.
Referenced by CopyMCParticles(), InitializeWorkerInstances(), Reset(), and RunSlicing().
|
private |
The output recreated cluster list name.
Definition at line 335 of file MasterAlgorithm.h.
Referenced by ReadSettings(), Reset(), and StitchPfos().
|
private |
The output recreated pfo list name.
Definition at line 334 of file MasterAlgorithm.h.
Referenced by ReadSettings(), Reset(), and StitchPfos().
|
private |
The output recreated vertex list name.
Definition at line 336 of file MasterAlgorithm.h.
Referenced by ReadSettings(), Reset(), and StitchPfos().
|
private |
Whether to identify slices and select most appropriate pfos.
Definition at line 307 of file MasterAlgorithm.h.
Referenced by ReadSettings(), and SelectBestSliceHypotheses().
|
private |
Whether to run all hits cosmic-ray reconstruction.
Definition at line 301 of file MasterAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
Whether to remove hits from tagged cosmic-rays.
Definition at line 303 of file MasterAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
Whether to run cosmic-ray reconstruction for each slice.
Definition at line 306 of file MasterAlgorithm.h.
Referenced by InitializeWorkerInstances(), ReadSettings(), Run(), RunSliceReconstruction(), and SelectBestSliceHypotheses().
|
private |
Whether to run neutrino reconstruction for each slice.
Definition at line 305 of file MasterAlgorithm.h.
Referenced by InitializeWorkerInstances(), ReadSettings(), Run(), RunSliceReconstruction(), and SelectBestSliceHypotheses().
|
private |
Whether to slice events into separate regions for processing.
Definition at line 304 of file MasterAlgorithm.h.
Referenced by InitializeWorkerInstances(), ReadSettings(), RunSliceReconstruction(), and RunSlicing().
|
private |
Whether to stitch cosmic-ray muons crossing between volumes.
Definition at line 302 of file MasterAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
private |
The slice id tool vector.
Definition at line 325 of file MasterAlgorithm.h.
Referenced by ReadSettings(), and SelectBestSliceHypotheses().
|
private |
The slicing settings file.
Definition at line 330 of file MasterAlgorithm.h.
Referenced by InitializeWorkerInstances(), and ReadSettings().
|
private |
The stitching tool vector.
Definition at line 323 of file MasterAlgorithm.h.
Referenced by ReadSettings(), and StitchCosmicRayPfos().
|
private |
Whether to display results of current operations.
Definition at line 309 of file MasterAlgorithm.h.
Referenced by ReadSettings(), RunSlicing(), ShiftPfoHierarchy(), StitchCosmicRayPfos(), and TagCosmicRayPfos().
|
private |
Whether all worker instances have been initialized.
Definition at line 299 of file MasterAlgorithm.h.
Referenced by InitializeWorkerInstances(), and Run().