Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
lar_reco::Parameters Class Reference

Parameters class. More...

#include "PandoraInterface.h"

Collaboration diagram for lar_reco::Parameters:

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.
 

Detailed Description

Parameters class.

Definition at line 26 of file PandoraInterface.h.

Constructor & Destructor Documentation

◆ Parameters()

Parameters::Parameters ( )
inline

Default constructor.

Definition at line 108 of file PandoraInterface.h.

Member Data Documentation

◆ m_eventFileNameList

std::string lar_reco::Parameters::m_eventFileNameList

Colon-separated list of file names to be processed.

Definition at line 35 of file PandoraInterface.h.

◆ m_geometryFileName

std::string lar_reco::Parameters::m_geometryFileName

Name of the file containing geometry information.

Definition at line 36 of file PandoraInterface.h.

◆ m_nEventsToProcess

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.

◆ m_nEventsToSkip

pandora::InputInt lar_reco::Parameters::m_nEventsToSkip

The number of events to skip.

Definition at line 50 of file PandoraInterface.h.

◆ m_printOverallRecoStatus

bool lar_reco::Parameters::m_printOverallRecoStatus

Whether to print current operation status messages.

Definition at line 48 of file PandoraInterface.h.

◆ m_settingsFile

std::string lar_reco::Parameters::m_settingsFile

The path to the pandora settings file (mandatory parameter)

Definition at line 34 of file PandoraInterface.h.

◆ m_shouldDisplayEventNumber

bool lar_reco::Parameters::m_shouldDisplayEventNumber

Whether event numbers should be displayed (default false)

Definition at line 39 of file PandoraInterface.h.

◆ m_shouldPerformSliceId

bool lar_reco::Parameters::m_shouldPerformSliceId

Whether to identify slices and select most appropriate pfos.

Definition at line 47 of file PandoraInterface.h.

◆ m_shouldRunAllHitsCosmicReco

bool lar_reco::Parameters::m_shouldRunAllHitsCosmicReco

Whether to run all hits cosmic-ray reconstruction.

Definition at line 41 of file PandoraInterface.h.

◆ m_shouldRunCosmicHitRemoval

bool lar_reco::Parameters::m_shouldRunCosmicHitRemoval

Whether to remove hits from tagged cosmic-rays.

Definition at line 43 of file PandoraInterface.h.

◆ m_shouldRunCosmicRecoOption

bool lar_reco::Parameters::m_shouldRunCosmicRecoOption

Whether to run cosmic-ray reconstruction for each slice.

Definition at line 46 of file PandoraInterface.h.

◆ m_shouldRunNeutrinoRecoOption

bool lar_reco::Parameters::m_shouldRunNeutrinoRecoOption

Whether to run neutrino reconstruction for each slice.

Definition at line 45 of file PandoraInterface.h.

◆ m_shouldRunSlicing

bool lar_reco::Parameters::m_shouldRunSlicing

Whether to slice events into separate regions for processing.

Definition at line 44 of file PandoraInterface.h.

◆ m_shouldRunStitching

bool lar_reco::Parameters::m_shouldRunStitching

Whether to stitch cosmic-ray muons crossing between volumes.

Definition at line 42 of file PandoraInterface.h.


The documentation for this class was generated from the following file: