wrapper for a data word More...
#include <HGCSample.h>
Public Types | |
enum | HGCSampleMasks { kThreshMask = 0x1, kModeMask = 0x1, kToAMask = 0x3ff, kDataMask = 0xfff } |
enum | HGCSampleShifts { kThreshShift = 31, kModeShift = 30, kToAShift = 16, kDataShift = 0 } |
Public Member Functions | |
uint32_t | data () const |
HGCSample () | |
CTOR. More... | |
HGCSample (uint32_t value) | |
bool | mode () const |
uint32_t | operator() () |
void | print (std::ostream &out=std::cout) |
uint32_t | raw () const |
getters More... | |
void | set (bool thr, bool mode, uint16_t toa, uint16_t data) |
void | setData (uint16_t data) |
void | setMode (bool mode) |
void | setThreshold (bool thr) |
setters More... | |
void | setToA (uint16_t toa) |
bool | threshold () const |
uint32_t | toa () const |
Private Member Functions | |
void | setWord (uint32_t word, uint32_t mask, uint32_t pos) |
wrapper to reset words at a given position More... | |
Private Attributes | |
uint32_t | value_ |
wrapper for a data word
Definition at line 13 of file HGCSample.h.
Enumerator | |
---|---|
kThreshMask | |
kModeMask | |
kToAMask | |
kDataMask |
Definition at line 17 of file HGCSample.h.
Enumerator | |
---|---|
kThreshShift | |
kModeShift | |
kToAShift | |
kDataShift |
Definition at line 18 of file HGCSample.h.
|
inline |
|
inline |
Definition at line 24 of file HGCSample.h.
|
inline |
Definition at line 56 of file HGCSample.h.
References value_.
Referenced by cuy.FindIssue::__init__(), HGCalDigiValidation::analyze(), and print().
|
inline |
|
inline |
|
inline |
Definition at line 40 of file HGCSample.h.
References data(), TauDecayModes::dec, mode(), GenerateHcalLaserBadRunList::out, raw(), threshold(), and toa().
|
inline |
|
inline |
Definition at line 33 of file HGCSample.h.
References setData(), setMode(), setThreshold(), and setToA().
Referenced by HGCFEElectronics< DFr >::runShaperWithToT(), HGCFEElectronics< DFr >::runSimpleShaper(), HGCFEElectronics< DFr >::runTrivialShaper(), and HGCDigitizerBase< DFr >::updateOutput().
|
inline |
Definition at line 32 of file HGCSample.h.
References kDataMask, kDataShift, and setWord().
Referenced by set().
|
inline |
Definition at line 30 of file HGCSample.h.
References kModeMask, kModeShift, and setWord().
Referenced by set().
|
inline |
setters
Definition at line 29 of file HGCSample.h.
References kThreshMask, kThreshShift, and setWord().
Referenced by set().
|
inline |
Definition at line 31 of file HGCSample.h.
References kToAMask, kToAShift, and setWord().
Referenced by set().
|
inlineprivate |
wrapper to reset words at a given position
Definition at line 64 of file HGCSample.h.
References value_.
Referenced by setData(), setMode(), setThreshold(), and setToA().
|
inline |
|
inline |
Definition at line 55 of file HGCSample.h.
References value_.
Referenced by HGCalDigiValidation::analyze(), and print().
|
private |
Definition at line 73 of file HGCSample.h.
Referenced by data(), mode(), operator()(), raw(), setWord(), threshold(), and toa().