#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 179 of file DumpTools.cc.
References visDQMUpload::buf, gather_cfg::cout, and dumpEventHeader().
void dumpEventHeader | ( | const EventMsgView * | eview | ) |
Definition at line 130 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 192 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 112 of file DumpTools.cc.
References visDQMUpload::buf, gather_cfg::cout, 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 edm::copy_all(), gather_cfg::cout, TauDecayModes::dec, cms::Digest::digest(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dumpInit(), dumpInitVerbose(), dumpInitView(), and dumpStartMsg().
void dumpInitVerbose | ( | const InitMsgView * | view | ) |
Definition at line 84 of file DumpTools.cc.
References edm::BranchDescription::branchName(), gather_cfg::cout, submitPVResolutionJobs::desc, dumpInitHeader(), edm::getTClass(), and edm::BranchDescription::init().
void dumpInitView | ( | const InitMsgView * | view | ) |
void dumpStartMsg | ( | const InitMsgView * | view | ) |
void printBits | ( | unsigned char | c | ) |
Definition at line 123 of file DumpTools.cc.
References triggerObjects_cff::bit, HltBtagPostValidation_cff::c, gather_cfg::cout, and mps_fire::i.
Referenced by dumpEventHeader().