CbmRoot
|
#include <PsdGbtDataFormat.h>
Public Types | |
enum | bitFieldSizes { E0s = 16, WPs = 16 } |
Public Member Functions | |
void | printout () |
Waveform vector. More... | |
void | clear () |
PsdHitData () | |
Public Attributes | |
uint16_t | uEmpty0: E0s |
std::vector< uint16_t > | uWfm |
Empty bits. More... | |
Definition at line 115 of file PsdGbtDataFormat.h.
Enumerator | |
---|---|
E0s | |
WPs | Empty bits size in bits. |
Definition at line 116 of file PsdGbtDataFormat.h.
|
inline |
Definition at line 136 of file PsdGbtDataFormat.h.
References clear().
|
inline |
Definition at line 131 of file PsdGbtDataFormat.h.
Referenced by PsdHitData(), PsdData::PsdGbtReader::ReadHitDataFles(), and PsdData::PsdGbtReader::~PsdGbtReader().
|
inline |
Waveform vector.
Definition at line 124 of file PsdGbtDataFormat.h.
References uWfm.
Referenced by PsdData::PsdGbtReader::ReadHitDataFles().
uint16_t PsdData::PsdHitData::uEmpty0 |
Definition at line 121 of file PsdGbtDataFormat.h.
Referenced by clear().
std::vector<uint16_t> PsdData::PsdHitData::uWfm |
Empty bits.
Definition at line 122 of file PsdGbtDataFormat.h.
Referenced by clear(), printout(), and PsdData::PsdGbtReader::ReadHitDataFles().