#include "IOPool/Streamer/interface/DumpTools.h"
#include "FWCore/Utilities/interface/Digest.h"
#include "FWCore/Utilities/interface/Algorithms.h"
#include <iostream>
#include <iterator>
#include "DataFormats/Streamer/interface/StreamedProducts.h"
#include "IOPool/Streamer/interface/ClassFiller.h"
#include "TBufferFile.h"
#include <memory>
Go to the source code of this file.
Functions | |
void | dumpEvent (uint8 *buf) |
void | dumpEventHeader (const EventMsgView *eview) |
void | dumpEventIndex (const EventMsgView *eview) |
void | dumpEventView (const EventMsgView *eview) |
void | dumpFRDEventView (const FRDEventMsgView *fview) |
void | dumpInit (uint8 *buf) |
void | dumpInitHeader (const InitMsgView *view) |
void | dumpInitVerbose (const InitMsgView *view) |
void | dumpInitView (const InitMsgView *view) |
void | dumpStartMsg (const InitMsgView *view) |
void | printBits (unsigned char c) |
void dumpEvent | ( | uint8 * | buf | ) |
Definition at line 195 of file DumpTools.cc.
void dumpEventHeader | ( | const EventMsgView * | eview | ) |
Definition at line 144 of file DumpTools.cc.
void dumpEventIndex | ( | const EventMsgView * | eview | ) |
Definition at line 189 of file DumpTools.cc.
void dumpEventView | ( | const EventMsgView * | eview | ) |
Definition at line 177 of file DumpTools.cc.
void dumpFRDEventView | ( | const FRDEventMsgView * | fview | ) |
Definition at line 210 of file DumpTools.cc.
void dumpInit | ( | uint8 * | buf | ) |
Definition at line 124 of file DumpTools.cc.
void dumpInitHeader | ( | const InitMsgView * | view | ) |
File contains simple tools to dump Init and Event Messages on screen.
Definition at line 19 of file DumpTools.cc.
void dumpInitVerbose | ( | const InitMsgView * | view | ) |
Definition at line 93 of file DumpTools.cc.
void dumpInitView | ( | const InitMsgView * | view | ) |
Definition at line 74 of file DumpTools.cc.
void dumpStartMsg | ( | const InitMsgView * | view | ) |
Definition at line 87 of file DumpTools.cc.
void printBits | ( | unsigned char | c | ) |
Definition at line 136 of file DumpTools.cc.