#include <FRDEventMessage.h>
Public Member Functions | |
uint32 | adler32 () const |
uint32 | crc32c () const |
uint64 | event () const |
uint32 | eventSize () const |
uint16 | flags () const |
FRDEventMsgView (void *buf) | |
bool | isRealData () const |
uint32 | lumi () const |
uint32 | paddingSize () const |
void * | payload () const |
uint32 | run () const |
uint32 | size () const |
uint8 * | startAddress () const |
uint16 | version () const |
Private Attributes | |
uint32 | adler32_ |
uint8 * | buf_ |
uint32 | crc32c_ |
uint64 | event_ |
uint32 | eventSize_ |
uint16 | flags_ |
uint32 | lumi_ |
uint32 | paddingSize_ |
void * | payload_ |
uint32 | run_ |
uint32 | size_ |
uint16 | version_ |
Definition at line 137 of file FRDEventMessage.h.
FRDEventMsgView::FRDEventMsgView | ( | void * | buf | ) |
This class is used to view the contents of "FED Raw Data" (FRD) events. Initially, the only time that such events are created is when an error occurs in the HLT. So, in the beginning, "error event" == "FRD event". However, if new ways of creating events of this type are added to the HLT, hopefully this class can be used or upgraded to handle those events as well. Constructor for the FRD event message viewer.
Definition at line 18 of file FRDEventMessage.cc.
References adler32_, visDQMUpload::buf, crc32c_, event_, eventSize_, Exception, flags_, heavyIonCSV_trainingSettings::idx, lumi_, paddingSize_, payload_, run_, size_, and version_.
|
inline |
|
inline |
|
inline |
Definition at line 149 of file FRDEventMessage.h.
References event_.
Referenced by dumpFRDEventView().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 148 of file FRDEventMessage.h.
References lumi_.
Referenced by dumpFRDEventView().
|
inline |
|
inline |
|
inline |
Definition at line 147 of file FRDEventMessage.h.
References run_.
Referenced by dumpFRDEventView().
|
inline |
Definition at line 143 of file FRDEventMessage.h.
References size_.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), and dumpFRDEventView().
|
inline |
|
inline |
Definition at line 145 of file FRDEventMessage.h.
References version_.
Referenced by validation.Sample::datasetpattern(), dumpFRDEventView(), and validation.Sample::filename().
|
private |
Definition at line 168 of file FRDEventMessage.h.
Referenced by adler32(), and FRDEventMsgView().
|
private |
Definition at line 158 of file FRDEventMessage.h.
Referenced by startAddress().
|
private |
Definition at line 169 of file FRDEventMessage.h.
Referenced by crc32c(), and FRDEventMsgView().
|
private |
Definition at line 165 of file FRDEventMessage.h.
Referenced by event(), and FRDEventMsgView().
|
private |
Definition at line 166 of file FRDEventMessage.h.
Referenced by eventSize(), and FRDEventMsgView().
|
private |
Definition at line 162 of file FRDEventMessage.h.
Referenced by flags(), FRDEventMsgView(), and isRealData().
|
private |
Definition at line 164 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and lumi().
|
private |
Definition at line 167 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and paddingSize().
|
private |
Definition at line 159 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and payload().
|
private |
Definition at line 163 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and run().
|
private |
Definition at line 160 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and size().
|
private |
Definition at line 161 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and version().