#include <FRDEventMessage.h>
Public Member Functions | |
uint32 | adler32 () const |
uint32 | event () const |
uint32 | eventSize () const |
FRDEventMsgView (void *buf) | |
uint32 | lumi () const |
uint32 | paddingSize () const |
void * | payload () const |
uint32 | run () const |
uint32 | size () const |
uint8 * | startAddress () const |
uint32 | version () const |
Private Attributes | |
uint32 | adler32_ |
uint8 * | buf_ |
uint32 | event_ |
uint32 | eventSize_ |
uint32 | lumi_ |
uint32 | paddingSize_ |
void * | payload_ |
uint32 | run_ |
uint32 | size_ |
uint32 | version_ |
Definition at line 63 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.
08-Aug-2008 - KAB - Initial Implementation 06-Oct-2008 - KAB - Added lumi block number
Format: uint32 - run number uint32 - lumi number uint32 - event number 1024 * uint32 - size values for all 1024 FED buffers variable size - FED data Constructor for the FRD event message viewer.
Definition at line 26 of file FRDEventMessage.cc.
References adler32_, event_, eventSize_, customizeTrackingMonitorSeedNumber::idx, lumi_, paddingSize_, payload_, run_, size_, and version_.
|
inline |
|
inline |
Definition at line 76 of file FRDEventMessage.h.
References event_.
Referenced by dumpFRDEventView().
|
inline |
|
inline |
Definition at line 75 of file FRDEventMessage.h.
References lumi_.
Referenced by dumpFRDEventView().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 71 of file FRDEventMessage.h.
References size_.
Referenced by FRDEventFileWriter::doOutputEvent(), RawEventFileWriterForBU::doOutputEvent(), and dumpFRDEventView().
|
inline |
Definition at line 69 of file FRDEventMessage.h.
References buf_.
Referenced by FRDEventFileWriter::doOutputEvent(), and RawEventFileWriterForBU::doOutputEvent().
|
inline |
Definition at line 73 of file FRDEventMessage.h.
References version_.
Referenced by dumpFRDEventView().
|
private |
Definition at line 92 of file FRDEventMessage.h.
Referenced by adler32(), and FRDEventMsgView().
|
private |
Definition at line 83 of file FRDEventMessage.h.
Referenced by startAddress().
|
private |
Definition at line 89 of file FRDEventMessage.h.
Referenced by event(), and FRDEventMsgView().
|
private |
Definition at line 90 of file FRDEventMessage.h.
Referenced by eventSize(), and FRDEventMsgView().
|
private |
Definition at line 88 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and lumi().
|
private |
Definition at line 91 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and paddingSize().
|
private |
Definition at line 84 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and payload().
|
private |
Definition at line 87 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and run().
|
private |
Definition at line 85 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and size().
|
private |
Definition at line 86 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and version().