#include "IOPool/Streamer/interface/MsgTools.h"
#include "IOPool/Streamer/interface/InitMessage.h"
#include "IOPool/Streamer/interface/EventMessage.h"
#include "IOPool/Streamer/interface/DQMEventMessage.h"
#include "IOPool/Streamer/interface/FRDEventMessage.h"
Go to the source code of this file.
Functions | |
void | dumpDQMEventHeader (const DQMEventMsgView *dview) |
void | dumpDQMEventView (const DQMEventMsgView *dview) |
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 dumpDQMEventHeader | ( | const DQMEventMsgView * | dview | ) |
Definition at line 207 of file DumpTools.cc.
References DQMEventMsgView::adler32_chksum(), DQMEventMsgView::code(), DQMEventMsgView::compressionFlag(), gather_cfg::cout, DQMEventMsgView::eventLength(), DQMEventMsgView::eventNumberAtUpdate(), DQMEventMsgView::fuGuid(), DQMEventMsgView::fuProcessId(), DQMEventMsgView::hostName(), DQMEventMsgView::lumiSection(), DQMEventMsgView::protocolVersion(), DQMEventMsgView::releaseTag(), DQMEventMsgView::reserved(), DQMEventMsgView::runNumber(), DQMEventMsgView::size(), DQMEventMsgView::topFolderName(), and DQMEventMsgView::updateNumber().
Referenced by dumpDQMEventView().
void dumpDQMEventView | ( | const DQMEventMsgView * | dview | ) |
Definition at line 228 of file DumpTools.cc.
References prof2calltree::count, gather_cfg::cout, dumpDQMEventHeader(), DQMEventMsgView::meCount(), AlCaRecoCosmics_cfg::name, and DQMEventMsgView::subFolderNames().
void dumpEvent | ( | uint8 * | buf | ) |
Definition at line 192 of file DumpTools.cc.
References gather_cfg::cout, and dumpEventHeader().
Referenced by evf::FUResourceTable::buildResource().
void dumpEventHeader | ( | const EventMsgView * | eview | ) |
Definition at line 142 of file DumpTools.cc.
References EventMsgView::adler32_chksum(), EventMsgView::code(), edm::copy_all(), gather_cfg::cout, EventMsgView::event(), EventMsgView::eventLength(), EventMsgView::hltCount(), EventMsgView::hltTriggerBits(), EventMsgView::hostName(), 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 246 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 122 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 17 of file DumpTools.cc.
References InitMsgView::adler32_chksum(), InitMsgView::code(), edm::copy_all(), gather_cfg::cout, cms::Digest::digest(), InitMsgView::hltTriggerNames(), InitMsgView::hltTriggerSelections(), InitMsgView::hostName(), InitMsgView::l1TriggerNames(), InitMsgView::outputModuleId(), InitMsgView::outputModuleLabel(), InitMsgView::processName(), InitMsgView::protocolVersion(), InitMsgView::pset(), InitMsgView::releaseTag(), InitMsgView::run(), InitMsgView::size(), and cms::MD5Result::toString().
Referenced by dumpInit(), dumpInitVerbose(), dumpInitView(), and dumpStartMsg().
void dumpInitVerbose | ( | const InitMsgView * | view | ) |
Definition at line 91 of file DumpTools.cc.
References edm::BranchDescription::branchName(), gather_cfg::cout, InitMsgView::descData(), InitMsgView::descLength(), dumpInitHeader(), edm::getTClass(), and edm::BranchDescription::init().
void dumpInitView | ( | const InitMsgView * | view | ) |
Definition at line 72 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 134 of file DumpTools.cc.
References gather_cfg::cout, and i.
Referenced by dumpEventHeader().