#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.
References gather_cfg::cout, and dumpEventHeader().
void dumpEventHeader | ( | const EventMsgView * | eview | ) |
Definition at line 144 of file DumpTools.cc.
References EventMsgView::adler32_chksum(), EventMsgView::code(), edm::copy_all(), gather_cfg::cout, TauDecayModes::dec, EventMsgView::droppedEventsCount(), EventMsgView::event(), EventMsgView::eventLength(), EventMsgView::hltCount(), EventMsgView::hltTriggerBits(), EventMsgView::hostName(), mps_fire::i, EventMsgView::l1TriggerBits(), EventMsgView::lumi(), EventMsgView::origDataSize(), EventMsgView::outModId(), printBits(), EventMsgView::protocolVersion(), EventMsgView::run(), and EventMsgView::size().
Referenced by dumpEvent(), dumpEventIndex(), and dumpEventView().
void dumpEventIndex | ( | const EventMsgView * | eview | ) |
void dumpEventView | ( | const EventMsgView * | eview | ) |
void dumpFRDEventView | ( | const FRDEventMsgView * | fview | ) |
Definition at line 210 of file DumpTools.cc.
References gather_cfg::cout, FRDEventMsgView::event(), FRDEventMsgView::lumi(), FRDEventMsgView::run(), FRDEventMsgView::size(), and FRDEventMsgView::version().
void dumpInit | ( | uint8 * | buf | ) |
Definition at line 124 of file DumpTools.cc.
References gather_cfg::cout, InitMsgView::descLength(), and dumpInitHeader().
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.
References InitMsgView::adler32_chksum(), InitMsgView::code(), edm::copy_all(), gather_cfg::cout, TauDecayModes::dec, cms::Digest::digest(), InitMsgView::hltTriggerNames(), InitMsgView::hltTriggerSelections(), InitMsgView::hostName(), InitMsgView::l1TriggerNames(), InitMsgView::outputModuleId(), InitMsgView::outputModuleLabel(), InitMsgView::processName(), InitMsgView::protocolVersion(), InitMsgView::pset(), diffTwoXMLs::r1, InitMsgView::releaseTag(), InitMsgView::run(), InitMsgView::size(), AlCaHLTBitMon_QueryRunRegistry::string, and cms::MD5Result::toString().
Referenced by dumpInit(), dumpInitVerbose(), dumpInitView(), and dumpStartMsg().
void dumpInitVerbose | ( | const InitMsgView * | view | ) |
Definition at line 93 of file DumpTools.cc.
References edm::BranchDescription::branchName(), gather_cfg::cout, InitMsgView::descData(), InitMsgView::descLength(), dumpInitHeader(), edm::getTClass(), edm::BranchDescription::init(), and sd.
void dumpInitView | ( | const InitMsgView * | view | ) |
Definition at line 74 of file DumpTools.cc.
References gather_cfg::cout, InitMsgView::descLength(), and dumpInitHeader().
void dumpStartMsg | ( | const InitMsgView * | view | ) |
void printBits | ( | unsigned char | c | ) |
Definition at line 136 of file DumpTools.cc.
References gather_cfg::cout, and mps_fire::i.
Referenced by dumpEventHeader().