#include <FRDEventMessage.h>
Public Attributes | |
uint32 | event_ |
uint32 | lumi_ |
uint32 | run_ |
uint32 | version_ |
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.
08-Aug-2008 - KAB - Initial Implementation 06-Oct-2008 - KAB - Added version number and lumi block number (version #2)
Version 2 Format: uint32 - format version number uint32 - run number uint32 - lumi number uint32 - event number 1024 * uint32 - size values for all 1024 FED buffers variable size - FED data
Definition at line 27 of file FRDEventMessage.h.
Definition at line 32 of file FRDEventMessage.h.
Referenced by FRDEventMsgView::event().
Definition at line 31 of file FRDEventMessage.h.
Referenced by FRDEventMsgView::lumi().
Definition at line 30 of file FRDEventMessage.h.
Referenced by FRDEventMsgView::run().
Definition at line 29 of file FRDEventMessage.h.
Referenced by FRDEventMsgView::event(), FRDEventMsgView::lumi(), FRDEventMsgView::run(), and FRDEventMsgView::version().