![]() |
Project
|
#include <ChannelData.h>
Public Types | |
enum | EBitsPM { kNumberADC , kIsDoubleEvent , kIsTimeInfoNotValid , kIsCFDinADCgate , kIsTimeInfoLate , kIsAmpNotValid , kIsVertexEvent , kIsTimeInfoLost } |
Public Member Functions | |
ChannelData ()=default | |
ChannelData (uint8_t channelID, uint8_t wordPM, int16_t time, int16_t amp) | |
bool | operator<=> (ChannelData const &other) const =default |
bool | operator== (ChannelData const &other) const =default |
ClassDefNV (ChannelData, 1) | |
Public Attributes | |
uint8_t | mChannelID = sDUMMY_CHANNEL_ID |
uint8_t | mWordPM = sDUMMY_PM_WORD |
int16_t | mTime = sDUMMY_TIME |
int16_t | mAmp = sDUMMY_AMP |
Static Public Attributes | |
static constexpr o2::detectors::DetID | sDetID = o2::detectors::DetID(DetID) |
static constexpr uint8_t | sDUMMY_CHANNEL_ID = 0xff |
static constexpr uint8_t | sDUMMY_PM_WORD = 0xff |
static constexpr int16_t | sDUMMY_TIME = -5000 |
static constexpr int16_t | sDUMMY_AMP = -5000 |
static const std::map< unsigned int, std::string > | sMapBitsPM |
Definition at line 30 of file ChannelData.h.
enum o2::fit::ChannelData::EBitsPM |
Enumerator | |
---|---|
kNumberADC | |
kIsDoubleEvent | |
kIsTimeInfoNotValid | |
kIsCFDinADCgate | |
kIsTimeInfoLate | |
kIsAmpNotValid | |
kIsVertexEvent | |
kIsTimeInfoLost |
Definition at line 40 of file ChannelData.h.
|
default |
|
inline |
Definition at line 60 of file ChannelData.h.
o2::fit::ChannelData< DetID >::ClassDefNV | ( | ChannelData< DetID > | , |
1 | |||
) |
|
default |
|
default |
int16_t o2::fit::ChannelData< DetID >::mAmp = sDUMMY_AMP |
Definition at line 39 of file ChannelData.h.
uint8_t o2::fit::ChannelData< DetID >::mChannelID = sDUMMY_CHANNEL_ID |
Definition at line 36 of file ChannelData.h.
int16_t o2::fit::ChannelData< DetID >::mTime = sDUMMY_TIME |
Definition at line 38 of file ChannelData.h.
uint8_t o2::fit::ChannelData< DetID >::mWordPM = sDUMMY_PM_WORD |
Definition at line 37 of file ChannelData.h.
|
staticconstexpr |
Definition at line 31 of file ChannelData.h.
|
staticconstexpr |
Definition at line 35 of file ChannelData.h.
|
staticconstexpr |
Definition at line 32 of file ChannelData.h.
|
staticconstexpr |
Definition at line 33 of file ChannelData.h.
|
staticconstexpr |
Definition at line 34 of file ChannelData.h.
|
inlinestatic |
Definition at line 50 of file ChannelData.h.