Public Attributes | |
unsigned long | fId |
unsigned long | fNum |
unsigned long long | fRead |
unsigned long long | fWrite |
unsigned long long | fReadFile |
unsigned long long | fNotProcessed |
unsigned long long | fNotBuilt |
unsigned long | fCurrentRun |
bool | fNotProcessedIsActive |
bool | fReadPtrIsActive |
bool | fNotBuiltIsActive |
bool | fSaveFile |
unsigned long | fSamplingRate |
long | fData [DEFAULT_BUFFER_SIZE] |
unsigned long QBufferStructure_t::fId |
channel id
unsigned long QBufferStructure_t::fNum |
number of valid words in buffer
unsigned long long QBufferStructure_t::fRead |
first valid word
unsigned long long QBufferStructure_t::fWrite |
first free word
unsigned long long QBufferStructure_t::fReadFile |
first word to be written on file
unsigned long long QBufferStructure_t::fNotProcessed |
first word still to be processed by trigger
unsigned long long QBufferStructure_t::fNotBuilt |
first word still to be processed by builder
unsigned long QBufferStructure_t::fCurrentRun |
current run number
true if at least 1 trigger algorythm is attached to buffer
true if someone other than the buffer itself booked read pointer
true if EventBuilder is attached to buffer
if true, continuous data stream is written to file
unsigned long QBufferStructure_t::fSamplingRate |
sampling rate - needed to associate time to sample number
long QBufferStructure_t::fData[DEFAULT_BUFFER_SIZE] |
channel circular buffer