Pandora
Pandora source code navigator
|
Parameters class. More...
#include "PandoraInterface.h"
Public Member Functions | |
Parameters () | |
Default constructor. | |
Public Attributes | |
std::string | m_settingsFile |
The path to the pandora settings file (mandatory parameter) | |
std::string | m_eventFileNameList |
Colon-separated list of file names to be processed. | |
std::string | m_geometryFileName |
Name of the file containing geometry information. | |
int | m_nEventsToProcess |
The number of events to process (default all events in file) | |
bool | m_shouldDisplayEventNumber |
Whether event numbers should be displayed (default false) | |
bool | m_shouldRunAllHitsCosmicReco |
Whether to run all hits cosmic-ray reconstruction. | |
bool | m_shouldRunStitching |
Whether to stitch cosmic-ray muons crossing between volumes. | |
bool | m_shouldRunCosmicHitRemoval |
Whether to remove hits from tagged cosmic-rays. | |
bool | m_shouldRunSlicing |
Whether to slice events into separate regions for processing. | |
bool | m_shouldRunNeutrinoRecoOption |
Whether to run neutrino reconstruction for each slice. | |
bool | m_shouldRunCosmicRecoOption |
Whether to run cosmic-ray reconstruction for each slice. | |
bool | m_shouldPerformSliceId |
Whether to identify slices and select most appropriate pfos. | |
bool | m_printOverallRecoStatus |
Whether to print current operation status messages. | |
pandora::InputInt | m_nEventsToSkip |
The number of events to skip. | |
Parameters class.
Definition at line 26 of file PandoraInterface.h.
|
inline |
Default constructor.
Definition at line 108 of file PandoraInterface.h.
std::string lar_reco::Parameters::m_eventFileNameList |
Colon-separated list of file names to be processed.
Definition at line 35 of file PandoraInterface.h.
std::string lar_reco::Parameters::m_geometryFileName |
Name of the file containing geometry information.
Definition at line 36 of file PandoraInterface.h.
int lar_reco::Parameters::m_nEventsToProcess |
The number of events to process (default all events in file)
Definition at line 38 of file PandoraInterface.h.
pandora::InputInt lar_reco::Parameters::m_nEventsToSkip |
The number of events to skip.
Definition at line 50 of file PandoraInterface.h.
bool lar_reco::Parameters::m_printOverallRecoStatus |
Whether to print current operation status messages.
Definition at line 48 of file PandoraInterface.h.
std::string lar_reco::Parameters::m_settingsFile |
The path to the pandora settings file (mandatory parameter)
Definition at line 34 of file PandoraInterface.h.
bool lar_reco::Parameters::m_shouldDisplayEventNumber |
Whether event numbers should be displayed (default false)
Definition at line 39 of file PandoraInterface.h.
bool lar_reco::Parameters::m_shouldPerformSliceId |
Whether to identify slices and select most appropriate pfos.
Definition at line 47 of file PandoraInterface.h.
bool lar_reco::Parameters::m_shouldRunAllHitsCosmicReco |
Whether to run all hits cosmic-ray reconstruction.
Definition at line 41 of file PandoraInterface.h.
bool lar_reco::Parameters::m_shouldRunCosmicHitRemoval |
Whether to remove hits from tagged cosmic-rays.
Definition at line 43 of file PandoraInterface.h.
bool lar_reco::Parameters::m_shouldRunCosmicRecoOption |
Whether to run cosmic-ray reconstruction for each slice.
Definition at line 46 of file PandoraInterface.h.
bool lar_reco::Parameters::m_shouldRunNeutrinoRecoOption |
Whether to run neutrino reconstruction for each slice.
Definition at line 45 of file PandoraInterface.h.
bool lar_reco::Parameters::m_shouldRunSlicing |
Whether to slice events into separate regions for processing.
Definition at line 44 of file PandoraInterface.h.
bool lar_reco::Parameters::m_shouldRunStitching |
Whether to stitch cosmic-ray muons crossing between volumes.
Definition at line 42 of file PandoraInterface.h.