#include <HcalL1TriggerObject.h>
Public Member Functions | |
uint32_t | getFlag () const |
float | getPedestal () const |
float | getRespGain () const |
HcalL1TriggerObject () | |
HcalL1TriggerObject (unsigned long fId, float fAvrgPed, float fRespCorrGain, unsigned long fFlag=0) | |
uint32_t | rawId () const |
Private Attributes | |
float | mAvrgPed |
uint32_t | mFlag |
uint32_t | mId |
float | mRespCorrGain |
Definition at line 12 of file HcalL1TriggerObject.h.
|
inline |
Definition at line 15 of file HcalL1TriggerObject.h.
|
inline |
Definition at line 17 of file HcalL1TriggerObject.h.
|
inline |
Definition at line 24 of file HcalL1TriggerObject.h.
References mFlag.
Referenced by HcaluLUTTPGCoder::update().
|
inline |
Definition at line 22 of file HcalL1TriggerObject.h.
References mAvrgPed.
Referenced by HcaluLUTTPGCoder::update().
|
inline |
Definition at line 23 of file HcalL1TriggerObject.h.
References mRespCorrGain.
Referenced by HcaluLUTTPGCoder::update().
|
inline |
|
private |
Definition at line 28 of file HcalL1TriggerObject.h.
Referenced by getPedestal().
|
private |
Definition at line 30 of file HcalL1TriggerObject.h.
Referenced by getFlag().
|
private |
Definition at line 27 of file HcalL1TriggerObject.h.
Referenced by rawId().
|
private |
Definition at line 29 of file HcalL1TriggerObject.h.
Referenced by getRespGain().