CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FRDEventMessage.h
Go to the documentation of this file.
1 #ifndef IOPool_Streamer_FRDEventMessage_h
2 #define IOPool_Streamer_FRDEventMessage_h
3 
26 
28 {
33 };
34 
36 {
39 };
40 
42 {
43  public:
44 
45  FRDEventMsgView(void* buf);
46 
47  uint8* startAddress() const { return buf_; }
48  uint32 size() const { return event_len_; }
49 
50  uint32 version() const;
51  uint32 run() const;
52  uint32 lumi() const;
53  uint32 event() const;
54 
55  private:
56 
59 };
60 
61 #endif
uint32 lumi() const
uint32 size() const
FRDEventMsgView(void *buf)
uint8 * startAddress() const
uint32 run() const
uint32 version() const
unsigned int uint32
Definition: MsgTools.h:13
unsigned char uint8
Definition: MsgTools.h:11
uint32 event() const