JAPAn
Just Another Parity Analyzer
|
#include <Coda3EventDecoder.h>
Public Member Functions | |
TBOBJ () | |
void | Clear () |
uint32_t | Fill (const uint32_t *evbuffer, uint32_t blkSize, uint32_t tsroc) |
bool | withTimeStamp () const |
bool | withRunInfo () const |
bool | withTriggerBits () const |
Data Fields | |
uint32_t | blksize |
uint16_t | tag |
uint16_t | nrocs |
uint32_t | len |
uint32_t | tsrocLen |
uint64_t | evtNum |
uint64_t | runInfo |
const uint32_t * | start |
const uint64_t * | evTS |
const uint16_t * | evType |
const uint32_t * | TSROC |
Definition at line 102 of file Coda3EventDecoder.h.
|
inline |
|
inline |
Definition at line 107 of file Coda3EventDecoder.h.
uint32_t Coda3EventDecoder::TBOBJ::Fill | ( | const uint32_t * | evbuffer, |
uint32_t | blkSize, | ||
uint32_t | tsroc ) |
Definition at line 296 of file Coda3EventDecoder.cc.
References blksize, evtNum, evTS, evType, len, nrocs, runInfo, start, tag, TSROC, tsrocLen, withRunInfo(), and withTimeStamp().
|
inline |
Definition at line 110 of file Coda3EventDecoder.h.
References tag.
Referenced by Fill().
|
inline |
Definition at line 109 of file Coda3EventDecoder.h.
References tag.
Referenced by Fill().
|
inline |
uint32_t Coda3EventDecoder::TBOBJ::blksize |
Definition at line 113 of file Coda3EventDecoder.h.
Referenced by Fill(), TBOBJ(), and withTriggerBits().
uint64_t Coda3EventDecoder::TBOBJ::evtNum |
Definition at line 118 of file Coda3EventDecoder.h.
const uint64_t* Coda3EventDecoder::TBOBJ::evTS |
Definition at line 121 of file Coda3EventDecoder.h.
const uint16_t* Coda3EventDecoder::TBOBJ::evType |
Definition at line 122 of file Coda3EventDecoder.h.
uint32_t Coda3EventDecoder::TBOBJ::len |
Definition at line 116 of file Coda3EventDecoder.h.
uint16_t Coda3EventDecoder::TBOBJ::nrocs |
Definition at line 115 of file Coda3EventDecoder.h.
uint64_t Coda3EventDecoder::TBOBJ::runInfo |
Definition at line 119 of file Coda3EventDecoder.h.
const uint32_t* Coda3EventDecoder::TBOBJ::start |
Definition at line 120 of file Coda3EventDecoder.h.
uint16_t Coda3EventDecoder::TBOBJ::tag |
Definition at line 114 of file Coda3EventDecoder.h.
Referenced by Fill(), TBOBJ(), withRunInfo(), and withTimeStamp().
const uint32_t* Coda3EventDecoder::TBOBJ::TSROC |
Definition at line 123 of file Coda3EventDecoder.h.
uint32_t Coda3EventDecoder::TBOBJ::tsrocLen |
Definition at line 117 of file Coda3EventDecoder.h.
Referenced by Fill(), TBOBJ(), and withTriggerBits().