LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 34 of file LArPandoraInput.h.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 874 of file LArPandoraInput.cxx.

875  : m_pPrimaryPandora(nullptr)
876  , m_useHitWidths(true)
877  , m_useBirksCorrection(false)
878  , m_useActiveBoundingBox(false)
879  , m_uidOffset(100000000)
880  , m_hitCounterOffset(0)
881  , m_dx_cm(0.5)
882  , m_int_cm(84.)
883  , m_rad_cm(14.)
884  , m_dEdX_mip(2.)
885  , m_mips_max(50.)
886  , m_mips_if_negative(0.)
887  , m_mips_to_gev(3.5e-4)
888  , m_recombination_factor(0.63)
889  {}
const pandora::Pandora * m_pPrimaryPandora
Float_t e
Definition: plot.C:35

Member Data Documentation

double lar_pandora::LArPandoraInput::Settings::m_dEdX_mip
double lar_pandora::LArPandoraInput::Settings::m_dx_cm
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
double lar_pandora::LArPandoraInput::Settings::m_mips_if_negative
double lar_pandora::LArPandoraInput::Settings::m_mips_max
double lar_pandora::LArPandoraInput::Settings::m_mips_to_gev
double lar_pandora::LArPandoraInput::Settings::m_rad_cm
double lar_pandora::LArPandoraInput::Settings::m_recombination_factor
int lar_pandora::LArPandoraInput::Settings::m_uidOffset
bool lar_pandora::LArPandoraInput::Settings::m_useActiveBoundingBox
bool lar_pandora::LArPandoraInput::Settings::m_useBirksCorrection
bool lar_pandora::LArPandoraInput::Settings::m_useHitWidths

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