CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/IOPool/Streamer/interface/DumpTools.h

Go to the documentation of this file.
00001 #ifndef IOPool_Streamer_DumpTools_h
00002 #define IOPool_Streamer_DumpTools_h
00003 
00008 #include "IOPool/Streamer/interface/MsgTools.h"
00009 #include "IOPool/Streamer/interface/InitMessage.h"
00010 #include "IOPool/Streamer/interface/EventMessage.h"
00011 #include "IOPool/Streamer/interface/DQMEventMessage.h"
00012 #include "IOPool/Streamer/interface/FRDEventMessage.h"
00013 
00014 void dumpInitHeader(const InitMsgView* view);
00015 void dumpInitView(const InitMsgView* view);
00016 void dumpStartMsg(const InitMsgView* view);
00017 void dumpInitVerbose(const InitMsgView* view);
00018 void dumpInit(uint8* buf);
00019 void printBits(unsigned char c);
00020 void dumpEventHeader(const EventMsgView* eview);
00021 void dumpEventView(const EventMsgView* eview);
00022 void dumpEventIndex(const EventMsgView* eview);
00023 void dumpEvent(uint8* buf);
00024 void dumpDQMEventHeader(const DQMEventMsgView* dview);
00025 void dumpDQMEventView(const DQMEventMsgView* dview);
00026 void dumpFRDEventView(const FRDEventMsgView* fview);
00027 
00028 #endif
00029