LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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
 
int m_uidOffset
 
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 28 of file LArPandoraInput.h.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 771 of file LArPandoraInput.cxx.

771  :
772  m_pPrimaryPandora(nullptr),
773  m_useHitWidths(true),
774  m_useBirksCorrection(false),
775  m_uidOffset(100000000),
776  m_dx_cm(0.5),
777  m_int_cm(84.),
778  m_rad_cm(14.),
779  m_dEdX_mip(2.),
780  m_mips_max(50.),
781  m_mips_if_negative(0.),
782  m_mips_to_gev(3.5e-4),
784 {
785 }
const pandora::Pandora * m_pPrimaryPandora
Float_t e
Definition: plot.C:34

Member Data Documentation

double lar_pandora::LArPandoraInput::Settings::m_dEdX_mip
double lar_pandora::LArPandoraInput::Settings::m_dx_cm
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_useBirksCorrection
bool lar_pandora::LArPandoraInput::Settings::m_useHitWidths

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