#include <APDSimParameters.h>
Public Member Functions | |
bool | addToBarrel () const |
APDSimParameters (bool addToBarrel, bool separateDigi, double simToPELow, double simToPEHigh, double timeOffset, double timeOffWidth, bool doPEStats, const std::string &digiTag, const std::vector< double > &nonlParms) | |
const std::string & | digiTag () const |
bool | doPEStats () const |
const std::vector< double > & | nonlParms () const |
bool | separateDigi () const |
double | simToPEHigh () const |
double | simToPELow () const |
double | timeOffset () const |
double | timeOffWidth () const |
virtual | ~APDSimParameters () |
Private Attributes | |
bool | m_addToBarrel |
std::string | m_digiTag |
bool | m_doPEStats |
std::vector< double > | m_nonlParms |
bool | m_separateDigi |
double | m_simToPEHigh |
double | m_simToPELow |
double | m_timeOffset |
double | m_timeOffWidth |
Definition at line 5 of file APDSimParameters.h.
|
inline |
Definition at line 9 of file APDSimParameters.h.
|
inlinevirtual |
Definition at line 29 of file APDSimParameters.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 34 of file APDSimParameters.h.
References m_simToPEHigh.
Referenced by EBHitResponse::apdSignalAmplitude().
|
inline |
Definition at line 33 of file APDSimParameters.h.
References m_simToPELow.
Referenced by EBHitResponse::apdSignalAmplitude().
|
inline |
|
inline |
|
private |
Definition at line 45 of file APDSimParameters.h.
Referenced by addToBarrel().
|
private |
Definition at line 52 of file APDSimParameters.h.
Referenced by digiTag().
|
private |
Definition at line 51 of file APDSimParameters.h.
Referenced by doPEStats().
|
private |
Definition at line 53 of file APDSimParameters.h.
Referenced by nonlParms().
|
private |
Definition at line 46 of file APDSimParameters.h.
Referenced by separateDigi().
|
private |
Definition at line 48 of file APDSimParameters.h.
Referenced by simToPEHigh().
|
private |
Definition at line 47 of file APDSimParameters.h.
Referenced by simToPELow().
|
private |
Definition at line 49 of file APDSimParameters.h.
Referenced by timeOffset().
|
private |
Definition at line 50 of file APDSimParameters.h.
Referenced by timeOffWidth().