External steering parameters class. More...
#include <MasterAlgorithm.h>
Public Attributes | |
pandora::InputBool | m_shouldRunAllHitsCosmicReco |
Whether to run all hits cosmic-ray reconstruction. More... | |
pandora::InputBool | m_shouldRunStitching |
Whether to stitch cosmic-ray muons crossing between volumes. More... | |
pandora::InputBool | m_shouldRunCosmicHitRemoval |
Whether to remove hits from tagged cosmic-rays. More... | |
pandora::InputBool | m_shouldRunSlicing |
Whether to slice events into separate regions for processing. More... | |
pandora::InputBool | m_shouldRunNeutrinoRecoOption |
Whether to run neutrino reconstruction for each slice. More... | |
pandora::InputBool | m_shouldRunCosmicRecoOption |
Whether to run cosmic-ray reconstruction for each slice. More... | |
pandora::InputBool | m_shouldPerformSliceId |
Whether to identify slices and select most appropriate pfos. More... | |
pandora::InputBool | m_printOverallRecoStatus |
Whether to print current operation status messages. More... | |
External steering parameters class.
Definition at line 49 of file MasterAlgorithm.h.
pandora::InputBool lar_content::MasterAlgorithm::ExternalSteeringParameters::m_printOverallRecoStatus |
Whether to print current operation status messages.
Definition at line 59 of file MasterAlgorithm.h.
pandora::InputBool lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldPerformSliceId |
Whether to identify slices and select most appropriate pfos.
Definition at line 58 of file MasterAlgorithm.h.
pandora::InputBool lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunAllHitsCosmicReco |
Whether to run all hits cosmic-ray reconstruction.
Definition at line 52 of file MasterAlgorithm.h.
pandora::InputBool lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunCosmicHitRemoval |
Whether to remove hits from tagged cosmic-rays.
Definition at line 54 of file MasterAlgorithm.h.
pandora::InputBool lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunCosmicRecoOption |
Whether to run cosmic-ray reconstruction for each slice.
Definition at line 57 of file MasterAlgorithm.h.
pandora::InputBool lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunNeutrinoRecoOption |
Whether to run neutrino reconstruction for each slice.
Definition at line 56 of file MasterAlgorithm.h.
pandora::InputBool lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunSlicing |
Whether to slice events into separate regions for processing.
Definition at line 55 of file MasterAlgorithm.h.
pandora::InputBool lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunStitching |
Whether to stitch cosmic-ray muons crossing between volumes.
Definition at line 53 of file MasterAlgorithm.h.