LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 34 of file LArPandoraInput.h.
lar_pandora::LArPandoraInput::Settings::Settings | ( | ) |
Default constructor.
Definition at line 874 of file LArPandoraInput.cxx.
double lar_pandora::LArPandoraInput::Settings::m_dEdX_mip |
Definition at line 50 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::GetMips(), and lar_pandora::LArPandora::LArPandora().
double lar_pandora::LArPandoraInput::Settings::m_dx_cm |
Definition at line 47 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::CreatePandoraHits2D(), and lar_pandora::LArPandora::LArPandora().
int lar_pandora::LArPandoraInput::Settings::m_hitCounterOffset |
Definition at line 46 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::CreatePandoraHits2D().
double lar_pandora::LArPandoraInput::Settings::m_int_cm |
Definition at line 48 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::CreatePandoraHits2D(), and lar_pandora::LArPandora::LArPandora().
double lar_pandora::LArPandoraInput::Settings::m_mips_if_negative |
Definition at line 52 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::GetMips(), and lar_pandora::LArPandora::LArPandora().
double lar_pandora::LArPandoraInput::Settings::m_mips_max |
Definition at line 51 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::GetMips(), and lar_pandora::LArPandora::LArPandora().
double lar_pandora::LArPandoraInput::Settings::m_mips_to_gev |
Definition at line 53 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::CreatePandoraHits2D(), and lar_pandora::LArPandora::LArPandora().
const pandora::Pandora* lar_pandora::LArPandoraInput::Settings::m_pPrimaryPandora |
Definition at line 41 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandora::beginJob(), lar_pandora::LArPandoraInput::CreatePandoraDetectorGaps(), lar_pandora::LArPandoraInput::CreatePandoraHits2D(), lar_pandora::LArPandoraInput::CreatePandoraLArTPCs(), lar_pandora::LArPandoraInput::CreatePandoraMCLinks2D(), lar_pandora::LArPandoraInput::CreatePandoraMCParticles(), and lar_pandora::LArPandoraInput::CreatePandoraReadoutGaps().
double lar_pandora::LArPandoraInput::Settings::m_rad_cm |
Definition at line 49 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::CreatePandoraHits2D(), and lar_pandora::LArPandora::LArPandora().
double lar_pandora::LArPandoraInput::Settings::m_recombination_factor |
Definition at line 54 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::GetMips(), and lar_pandora::LArPandora::LArPandora().
int lar_pandora::LArPandoraInput::Settings::m_uidOffset |
Definition at line 45 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::CreatePandoraHits2D(), lar_pandora::LArPandoraInput::CreatePandoraMCParticles(), and lar_pandora::LArPandora::LArPandora().
bool lar_pandora::LArPandoraInput::Settings::m_useActiveBoundingBox |
Definition at line 44 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandora::beginJob(), and lar_pandora::LArPandora::LArPandora().
bool lar_pandora::LArPandoraInput::Settings::m_useBirksCorrection |
Definition at line 43 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::GetMips(), and lar_pandora::LArPandora::LArPandora().
bool lar_pandora::LArPandoraInput::Settings::m_useHitWidths |
Definition at line 42 of file LArPandoraInput.h.
Referenced by lar_pandora::LArPandoraInput::CreatePandoraHits2D(), and lar_pandora::LArPandora::LArPandora().