CbmRoot
|
#include <PsdGbtDataFormat.h>
Public Types | |
enum | bitFieldSizes { MWs = 8, PVs = 8, E0s = 32, TMs = 32 } |
Public Member Functions | |
void | printout () |
ADC Time of threshold cross from the begining of TS. More... | |
void | clear () |
PsdEventHeaderAC () | |
Public Attributes | |
uint8_t | uMagicWordAC: MWs |
uint8_t | uPacketVersion: PVs |
Should be AC. More... | |
uint32_t | uEmpty0: E0s |
Version of gbt package. More... | |
uint32_t | uAdcTime: TMs |
Empty bits. More... | |
Definition at line 46 of file PsdGbtDataFormat.h.
Enumerator | |
---|---|
MWs | |
PVs | MagicWord size in bits. |
E0s | PacketVersion size in bits. |
TMs | Empty bits size in bits. |
Definition at line 47 of file PsdGbtDataFormat.h.
|
inline |
Definition at line 75 of file PsdGbtDataFormat.h.
References clear().
|
inline |
Definition at line 68 of file PsdGbtDataFormat.h.
References uAdcTime, uEmpty0, uMagicWordAC, and uPacketVersion.
Referenced by PsdEventHeaderAC(), PsdData::PsdGbtReader::ReadEventHeaderAcFles(), and PsdData::PsdGbtReader::~PsdGbtReader().
|
inline |
ADC Time of threshold cross from the begining of TS.
Definition at line 60 of file PsdGbtDataFormat.h.
References uAdcTime, uMagicWordAC, and uPacketVersion.
Referenced by PsdData::PsdGbtReader::ReadEventHeaderAcFles().
uint32_t PsdData::PsdEventHeaderAC::uAdcTime |
Empty bits.
Definition at line 57 of file PsdGbtDataFormat.h.
Referenced by clear(), printout(), CbmMcbm2018UnpackerAlgoPsd::ProcessMs(), CbmMcbm2018MonitorAlgoPsd::ProcessMs(), and PsdData::PsdGbtReader::ReadEventHeaderAcFles().
uint32_t PsdData::PsdEventHeaderAC::uEmpty0 |
uint8_t PsdData::PsdEventHeaderAC::uMagicWordAC |
Definition at line 54 of file PsdGbtDataFormat.h.
Referenced by clear(), printout(), PsdData::PsdGbtReader::ReadEventFles(), and PsdData::PsdGbtReader::ReadEventHeaderAcFles().
uint8_t PsdData::PsdEventHeaderAC::uPacketVersion |
Should be AC.
Definition at line 55 of file PsdGbtDataFormat.h.
Referenced by clear(), printout(), and PsdData::PsdGbtReader::ReadEventHeaderAcFles().