#include <FRDEventMessage.h>
Public Member Functions | |
uint32 | adler32 () const |
uint32 | crc32c () const |
uint64 | 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 | crc32c_ |
uint64 | event_ |
uint32 | eventSize_ |
uint32 | lumi_ |
uint32 | paddingSize_ |
void * | payload_ |
uint32 | run_ |
uint32 | size_ |
uint32 | version_ |
Definition at line 107 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 17 of file FRDEventMessage.cc.
References adler32_, visDQMUpload::buf, crc32c_, event_, eventSize_, training_settings::idx, lumi_, paddingSize_, payload_, run_, size_, and version_.
|
inline |
|
inline |
|
inline |
Definition at line 118 of file FRDEventMessage.h.
References event_.
Referenced by dumpFRDEventView().
|
inline |
|
inline |
Definition at line 117 of file FRDEventMessage.h.
References lumi_.
Referenced by dumpFRDEventView().
|
inline |
|
inline |
|
inline |
Definition at line 116 of file FRDEventMessage.h.
References run_.
Referenced by dumpFRDEventView().
|
inline |
Definition at line 113 of file FRDEventMessage.h.
References size_.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), and dumpFRDEventView().
|
inline |
|
inline |
Definition at line 115 of file FRDEventMessage.h.
References version_.
Referenced by validation.Sample::datasetpattern(), dumpFRDEventView(), and validation.Sample::filename().
|
private |
Definition at line 134 of file FRDEventMessage.h.
Referenced by adler32(), and FRDEventMsgView().
|
private |
Definition at line 125 of file FRDEventMessage.h.
Referenced by startAddress().
|
private |
Definition at line 135 of file FRDEventMessage.h.
Referenced by crc32c(), and FRDEventMsgView().
|
private |
Definition at line 131 of file FRDEventMessage.h.
Referenced by event(), and FRDEventMsgView().
|
private |
Definition at line 132 of file FRDEventMessage.h.
Referenced by eventSize(), and FRDEventMsgView().
|
private |
Definition at line 130 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and lumi().
|
private |
Definition at line 133 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and paddingSize().
|
private |
Definition at line 126 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and payload().
|
private |
Definition at line 129 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and run().
|
private |
Definition at line 127 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and size().
|
private |
Definition at line 128 of file FRDEventMessage.h.
Referenced by FRDEventMsgView(), and version().