CbmRoot
|
#include <PsdGbtDataFormat-v1.00.h>
Public Types | |
enum | bitFieldSizes { E0s = 16 , WPs = 16 } |
Public Member Functions | |
void | printout () |
Waveform vector. | |
void | clear () |
PsdHitData () | |
Public Attributes | |
uint16_t | uEmpty0: E0s |
std::vector< uint16_t > | uWfm |
Empty bits. | |
Definition at line 123 of file PsdGbtDataFormat-v1.00.h.
Enumerator | |
---|---|
E0s | |
WPs | Empty bits size in bits. |
Definition at line 124 of file PsdGbtDataFormat-v1.00.h.
|
inline |
Definition at line 147 of file PsdGbtDataFormat-v1.00.h.
References clear().
|
inline |
Definition at line 141 of file PsdGbtDataFormat-v1.00.h.
Referenced by PsdHitData(), PsdDataV100::PsdGbtReader::ReadMs(), and PsdDataV100::PsdGbtReader::~PsdGbtReader().
|
inline |
Waveform vector.
Definition at line 133 of file PsdGbtDataFormat-v1.00.h.
References uWfm.
Referenced by PsdDataV100::PsdGbtReader::ReadMs().
uint16_t PsdDataV100::PsdHitData::uEmpty0 |
Definition at line 130 of file PsdGbtDataFormat-v1.00.h.
Referenced by clear().
std::vector<uint16_t> PsdDataV100::PsdHitData::uWfm |
Empty bits.
Definition at line 131 of file PsdGbtDataFormat-v1.00.h.
Referenced by clear(), printout(), and PsdDataV100::PsdGbtReader::ReadHitData().