#include <CastorBaseMonitor.h>
Public Member Functions | |
CastorBaseMonitor () | |
virtual void | setup (const edm::ParameterSet &ps) |
virtual | ~CastorBaseMonitor () |
Protected Attributes | |
std::string | baseFolder_ |
edm::CPUTimer | cpu_timer |
int | fVerbosity |
std::string | rootFolder_ |
bool | showTiming |
Definition at line 29 of file CastorBaseMonitor.h.
CastorBaseMonitor::CastorBaseMonitor | ( | ) |
Definition at line 13 of file CastorBaseMonitor.cc.
References baseFolder_, fVerbosity, rootFolder_, and showTiming.
|
virtual |
Definition at line 21 of file CastorBaseMonitor.cc.
|
virtual |
Reimplemented in CastorLEDMonitor, CastorDigiMonitor, and CastorRecHitMonitor.
Definition at line 24 of file CastorBaseMonitor.cc.
References gather_cfg::cout, fVerbosity, edm::ParameterSet::getUntrackedParameter(), rootFolder_, showTiming, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by CastorDigiMonitor::setup(), and CastorLEDMonitor::setup().
|
protected |
Definition at line 42 of file CastorBaseMonitor.h.
Referenced by CastorBaseMonitor().
|
protected |
Definition at line 39 of file CastorBaseMonitor.h.
Referenced by CastorRecHitMonitor::processEvent().
|
protected |
Definition at line 37 of file CastorBaseMonitor.h.
Referenced by CastorRecHitMonitor::bookHistograms(), CastorLEDMonitor::bookHistograms(), CastorBaseMonitor(), CastorRecHitMonitor::processEvent(), CastorLEDMonitor::processEvent(), setup(), and CastorLEDMonitor::setup().
|
protected |
Definition at line 41 of file CastorBaseMonitor.h.
Referenced by CastorBaseMonitor(), and setup().
|
protected |
Definition at line 38 of file CastorBaseMonitor.h.
Referenced by CastorBaseMonitor(), CastorRecHitMonitor::processEvent(), and setup().