#include <HcalLongRecoParam.h>
Public Member Functions | |
HcalLongRecoParam () | |
HcalLongRecoParam (unsigned long fId, const std::vector< unsigned int > &fSignalTS, const std::vector< unsigned int > &fNoiseTS) | |
std::vector< unsigned int > | noiseTS () const |
uint32_t | rawId () const |
std::vector< unsigned int > | signalTS () const |
Private Attributes | |
uint32_t | mId |
std::vector< uint32_t > | mNoiseTS |
std::vector< uint32_t > | mSignalTS |
Definition at line 13 of file HcalLongRecoParam.h.
|
inline |
Definition at line 15 of file HcalLongRecoParam.h.
|
inline |
Definition at line 17 of file HcalLongRecoParam.h.
|
inline |
Definition at line 23 of file HcalLongRecoParam.h.
References mNoiseTS.
Referenced by ZdcSimpleReconstructor::produce(), and ZdcHitReconstructor::produce().
|
inline |
|
inline |
Definition at line 22 of file HcalLongRecoParam.h.
References mSignalTS.
Referenced by ZdcSimpleReconstructor::produce(), and ZdcHitReconstructor::produce().
|
private |
Definition at line 26 of file HcalLongRecoParam.h.
Referenced by rawId().
|
private |
Definition at line 28 of file HcalLongRecoParam.h.
Referenced by noiseTS().
|
private |
Definition at line 27 of file HcalLongRecoParam.h.
Referenced by signalTS().