#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... | |
Definition at line 27 of file PfoCreator.h.
gar::gar_pandora::PfoCreator::Settings::Settings | ( | ) |
Definition at line 389 of file PfoCreator.cxx.
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.