Public Member Functions | Public Attributes | List of all members
lar_pandora::LArPandoraInput::Settings Class Reference

Settings class. More...

#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
 

Detailed Description

Settings class.

Definition at line 31 of file LArPandoraInput.h.

Constructor & Destructor Documentation

lar_pandora::LArPandoraInput::Settings::Settings ( )

Default constructor.

Definition at line 907 of file LArPandoraInput.cxx.

908  : m_pPrimaryPandora(nullptr)
909  , m_useHitWidths(true)
910  , m_useBirksCorrection(false)
911  , m_useActiveBoundingBox(false)
912  , m_uidOffset(100000000)
913  , m_hitCounterOffset(0)
914  , m_dx_cm(0.5)
915  , m_int_cm(84.)
916  , m_rad_cm(14.)
917  , m_dEdX_mip(2.)
918  , m_mips_max(50.)
919  , m_mips_if_negative(0.)
920  , m_mips_to_gev(3.5e-4)
921  , m_recombination_factor(0.63)
922  {}
const pandora::Pandora * m_pPrimaryPandora
const double e

Member Data Documentation

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.


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