Public Member Functions | Public Attributes | List of all members
gar::gar_pandora::PfoCreator::Settings Class Reference

#include <PfoCreator.h>

Public Member Functions

 Settings ()
 

Public Attributes

float m_emStochasticTerm = 0
 The stochastic term for EM shower energy resolution. More...
 
float m_emConstantTerm = 0
 The constant term for EM shower energy resolution. More...
 
float m_hadStochasticTerm = 0
 The stochastic term for HAD shower energy resolution. More...
 
float m_hadConstantTerm = 0
 The constant term for HAD shower energy resolution. More...
 

Detailed Description

Definition at line 27 of file PfoCreator.h.

Constructor & Destructor Documentation

gar::gar_pandora::PfoCreator::Settings::Settings ( )

Definition at line 389 of file PfoCreator.cxx.

389  :
390  m_emStochasticTerm(0.17f),
391  m_emConstantTerm(0.01f),
392  m_hadStochasticTerm(0.30f),
393  m_hadConstantTerm(0.01f)
394  {
395  }
float m_hadConstantTerm
The constant term for HAD shower energy resolution.
Definition: PfoCreator.h:35
float m_hadStochasticTerm
The stochastic term for HAD shower energy resolution.
Definition: PfoCreator.h:34
float m_emConstantTerm
The constant term for EM shower energy resolution.
Definition: PfoCreator.h:33
float m_emStochasticTerm
The stochastic term for EM shower energy resolution.
Definition: PfoCreator.h:32

Member Data Documentation

float gar::gar_pandora::PfoCreator::Settings::m_emConstantTerm = 0

The constant term for EM shower energy resolution.

Definition at line 33 of file PfoCreator.h.

float gar::gar_pandora::PfoCreator::Settings::m_emStochasticTerm = 0

The stochastic term for EM shower energy resolution.

Definition at line 32 of file PfoCreator.h.

float gar::gar_pandora::PfoCreator::Settings::m_hadConstantTerm = 0

The constant term for HAD shower energy resolution.

Definition at line 35 of file PfoCreator.h.

float gar::gar_pandora::PfoCreator::Settings::m_hadStochasticTerm = 0

The stochastic term for HAD shower energy resolution.

Definition at line 34 of file PfoCreator.h.


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