#include <LArPandoraInput.h>
Public Member Functions | |
Settings () | |
Default constructor. More... | |
Public Attributes | |
const pandora::Pandora * | m_pPrimaryPandora |
bool | m_useHitWidths |
bool | m_useBirksCorrection |
bool | m_useActiveBoundingBox |
int | m_uidOffset |
int | m_hitCounterOffset |
double | m_dx_cm |
double | m_int_cm |
double | m_rad_cm |
double | m_dEdX_mip |
double | m_mips_max |
double | m_mips_if_negative |
double | m_mips_to_gev |
double | m_recombination_factor |
Settings class.
Definition at line 31 of file LArPandoraInput.h.
lar_pandora::LArPandoraInput::Settings::Settings | ( | ) |
Default constructor.
Definition at line 907 of file LArPandoraInput.cxx.
double lar_pandora::LArPandoraInput::Settings::m_dEdX_mip |
Definition at line 47 of file LArPandoraInput.h.
double lar_pandora::LArPandoraInput::Settings::m_dx_cm |
Definition at line 44 of file LArPandoraInput.h.
int lar_pandora::LArPandoraInput::Settings::m_hitCounterOffset |
Definition at line 43 of file LArPandoraInput.h.
double lar_pandora::LArPandoraInput::Settings::m_int_cm |
Definition at line 45 of file LArPandoraInput.h.
double lar_pandora::LArPandoraInput::Settings::m_mips_if_negative |
Definition at line 49 of file LArPandoraInput.h.
double lar_pandora::LArPandoraInput::Settings::m_mips_max |
Definition at line 48 of file LArPandoraInput.h.
double lar_pandora::LArPandoraInput::Settings::m_mips_to_gev |
Definition at line 50 of file LArPandoraInput.h.
const pandora::Pandora* lar_pandora::LArPandoraInput::Settings::m_pPrimaryPandora |
Definition at line 38 of file LArPandoraInput.h.
double lar_pandora::LArPandoraInput::Settings::m_rad_cm |
Definition at line 46 of file LArPandoraInput.h.
double lar_pandora::LArPandoraInput::Settings::m_recombination_factor |
Definition at line 51 of file LArPandoraInput.h.
int lar_pandora::LArPandoraInput::Settings::m_uidOffset |
Definition at line 42 of file LArPandoraInput.h.
bool lar_pandora::LArPandoraInput::Settings::m_useActiveBoundingBox |
Definition at line 41 of file LArPandoraInput.h.
bool lar_pandora::LArPandoraInput::Settings::m_useBirksCorrection |
Definition at line 40 of file LArPandoraInput.h.
bool lar_pandora::LArPandoraInput::Settings::m_useHitWidths |
Definition at line 39 of file LArPandoraInput.h.