#include <EcalEBPhase2TriggerPrimitiveSample.h>
Public Member Functions | |
EcalEBPhase2TriggerPrimitiveSample () | |
EcalEBPhase2TriggerPrimitiveSample (uint32_t data) | |
EcalEBPhase2TriggerPrimitiveSample (int encodedEt) | |
EcalEBPhase2TriggerPrimitiveSample (int encodedEt, bool isASpike) | |
EcalEBPhase2TriggerPrimitiveSample (int encodedEt, bool isASpike, int timing) | |
int | encodedEt () const |
get the encoded Et (12 bits) More... | |
bool | l1aSpike () const |
uint32_t | operator() () |
for streaming More... | |
uint32_t | raw () const |
get the raw word More... | |
void | setValue (uint32_t data) |
Set data. More... | |
int | time () const |
Private Attributes | |
uint32_t | theSample_ |
Definition at line 12 of file EcalEBPhase2TriggerPrimitiveSample.h.
EcalEBPhase2TriggerPrimitiveSample::EcalEBPhase2TriggerPrimitiveSample | ( | ) |
Definition at line 4 of file EcalEBPhase2TriggerPrimitiveSample.cc.
EcalEBPhase2TriggerPrimitiveSample::EcalEBPhase2TriggerPrimitiveSample | ( | uint32_t | data | ) |
Definition at line 5 of file EcalEBPhase2TriggerPrimitiveSample.cc.
References theSample_.
EcalEBPhase2TriggerPrimitiveSample::EcalEBPhase2TriggerPrimitiveSample | ( | int | encodedEt | ) |
Definition at line 19 of file EcalEBPhase2TriggerPrimitiveSample.cc.
References encodedEt(), and theSample_.
EcalEBPhase2TriggerPrimitiveSample::EcalEBPhase2TriggerPrimitiveSample | ( | int | encodedEt, |
bool | isASpike | ||
) |
Definition at line 9 of file EcalEBPhase2TriggerPrimitiveSample.cc.
References encodedEt(), and theSample_.
EcalEBPhase2TriggerPrimitiveSample::EcalEBPhase2TriggerPrimitiveSample | ( | int | encodedEt, |
bool | isASpike, | ||
int | timing | ||
) |
Definition at line 14 of file EcalEBPhase2TriggerPrimitiveSample.cc.
References encodedEt(), theSample_, and ecalMatacq_cfi::timing.
|
inline |
get the encoded Et (12 bits)
Definition at line 34 of file EcalEBPhase2TriggerPrimitiveSample.h.
References theSample_.
Referenced by EcalEBPhase2TriggerPrimitiveSample(), and operator<<().
|
inline |
Definition at line 36 of file EcalEBPhase2TriggerPrimitiveSample.h.
References theSample_.
Referenced by operator<<().
|
inline |
for streaming
Definition at line 41 of file EcalEBPhase2TriggerPrimitiveSample.h.
References theSample_.
|
inline |
get the raw word
Definition at line 31 of file EcalEBPhase2TriggerPrimitiveSample.h.
References theSample_.
|
inline |
Set data.
Definition at line 21 of file EcalEBPhase2TriggerPrimitiveSample.h.
References data, and theSample_.
Referenced by Types._ProxyParameter::__init__().
|
inline |
Definition at line 38 of file EcalEBPhase2TriggerPrimitiveSample.h.
References theSample_.
Referenced by operator<<().
|
private |
Definition at line 44 of file EcalEBPhase2TriggerPrimitiveSample.h.
Referenced by EcalEBPhase2TriggerPrimitiveSample(), encodedEt(), l1aSpike(), operator()(), raw(), setValue(), and time().