#include <CastorMonitorModule.h>
Protected Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &eventSetup) |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &eventSetup) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &eventSetup) |
void | endRun (const edm::Run &run, const edm::EventSetup &eventSetup) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Private Types | |
typedef std::vector < reco::BasicJet > | BasicJetCollection |
typedef std::vector < reco::CastorTower > | CastorTowerCollection |
Private Attributes | |
MonitorElement * | CastorEventProduct |
edm::ESHandle< CastorDbService > | conditions_ |
edm::CPUTimer | cpu_timer |
edm::ESHandle< CastorPedestals > | dbPedestals |
CastorDigiMonitor * | DigiMon_ |
bool | digiOK_ |
float | fedsUnpacked |
int | fVerbosity |
int | ibunch_ |
int | ievent_ |
int | ievt_ |
int | ilumisec_ |
edm::EDGetTokenT < CastorTowerCollection > | inputTokenCastorTowers_ |
edm::EDGetTokenT < CastorDigiCollection > | inputTokenDigi_ |
edm::EDGetTokenT < FEDRawDataCollection > | inputTokenRaw_ |
edm::EDGetTokenT < CastorRecHitCollection > | inputTokenRecHitCASTOR_ |
edm::EDGetTokenT < HcalUnpackerReport > | inputTokenReport_ |
int | irun_ |
int | itime_ |
edm::EDGetTokenT < BasicJetCollection > | JetAlgorithm |
CastorLEDMonitor * | LedMon_ |
int | NBunchesOrbit |
bool | rawOK_ |
CastorRecHitMonitor * | RecHitMon_ |
bool | rechitOK_ |
bool | reportOK_ |
std::string | rootFolder_ |
bool | showTiming_ |
Definition at line 80 of file CastorMonitorModule.h.
|
private |
Definition at line 122 of file CastorMonitorModule.h.
|
private |
Definition at line 120 of file CastorMonitorModule.h.
CastorMonitorModule::CastorMonitorModule | ( | const edm::ParameterSet & | ps | ) |
Definition at line 22 of file CastorMonitorModule.cc.
References gather_cfg::cout, DigiMon_, fVerbosity, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), ibunch_, ievent_, ievt_, ilumisec_, inputTokenCastorTowers_, inputTokenDigi_, inputTokenRaw_, inputTokenRecHitCASTOR_, inputTokenReport_, irun_, itime_, JetAlgorithm, LedMon_, NBunchesOrbit, NULL, RecHitMon_, CastorDigiMonitor::setup(), CastorRecHitMonitor::setup(), CastorLEDMonitor::setup(), showTiming_, and AlCaHLTBitMon_QueryRunRegistry::string.
CastorMonitorModule::~CastorMonitorModule | ( | ) |
Definition at line 80 of file CastorMonitorModule.cc.
References DigiMon_, LedMon_, NULL, and RecHitMon_.
|
protectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 132 of file CastorMonitorModule.cc.
References edm::EventBase::bunchCrossing(), CastorEventProduct, conditions_, gather_cfg::cout, cpu_timer, edm::CPUTimer::cpuTime(), DigiMon_, digiOK_, edm::EventID::event(), HcalMonitorModule_cfi::feds, fedsUnpacked, MonitorElement::Fill(), fVerbosity, edm::Event::getByToken(), ibunch_, edm::EventBase::id(), ievent_, ievt_, ilumisec_, inputTokenCastorTowers_, inputTokenDigi_, inputTokenRaw_, inputTokenRecHitCASTOR_, inputTokenReport_, irun_, itime_, JetAlgorithm, fwrapper::jets, LedMon_, edm::EventBase::luminosityBlock(), NBunchesOrbit, NULL, CastorDigiMonitor::processEvent(), CastorRecHitMonitor::processEvent(), CastorLEDMonitor::processEvent(), CastorRecHitMonitor::processEventJets(), CastorRecHitMonitor::processEventTowers(), rawOK_, RecHitMon_, rechitOK_, zeeHLT_cff::report, edm::CPUTimer::reset(), edm::EventID::run(), showTiming_, edm::CPUTimer::start(), edm::CPUTimer::stop(), edm::EventBase::time(), and edm::Timestamp::value().
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 122 of file CastorMonitorModule.cc.
|
protectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 98 of file CastorMonitorModule.cc.
References DQMStore::IBooker::book1D(), CastorDigiMonitor::bookHistograms(), CastorRecHitMonitor::bookHistograms(), CastorLEDMonitor::bookHistograms(), CastorEventProduct, gather_cfg::cout, DigiMon_, fVerbosity, MonitorElement::getTH1F(), LedMon_, NULL, RecHitMon_, rootFolder_, alignCSCRings::s, and DQMStore::IBooker::setCurrentFolder().
|
protectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 86 of file CastorMonitorModule.cc.
References conditions_, gather_cfg::cout, dbPedestals, fVerbosity, edm::EventSetup::get(), and edm::ESHandleBase::isValid().
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 125 of file CastorMonitorModule.cc.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 128 of file CastorMonitorModule.cc.
|
private |
Definition at line 133 of file CastorMonitorModule.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 135 of file CastorMonitorModule.h.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 138 of file CastorMonitorModule.h.
Referenced by analyze().
|
private |
Definition at line 139 of file CastorMonitorModule.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 130 of file CastorMonitorModule.h.
Referenced by analyze(), bookHistograms(), CastorMonitorModule(), and ~CastorMonitorModule().
|
private |
Definition at line 108 of file CastorMonitorModule.h.
Referenced by analyze().
|
private |
Definition at line 105 of file CastorMonitorModule.h.
Referenced by analyze().
|
private |
Definition at line 104 of file CastorMonitorModule.h.
Referenced by analyze(), bookHistograms(), CastorMonitorModule(), and dqmBeginRun().
|
private |
Definition at line 111 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 111 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 114 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 111 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 121 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 118 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 116 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 119 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 117 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 111 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 111 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 123 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 131 of file CastorMonitorModule.h.
Referenced by analyze(), bookHistograms(), CastorMonitorModule(), and ~CastorMonitorModule().
|
private |
Definition at line 115 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 106 of file CastorMonitorModule.h.
Referenced by analyze().
|
private |
Definition at line 129 of file CastorMonitorModule.h.
Referenced by analyze(), bookHistograms(), CastorMonitorModule(), and ~CastorMonitorModule().
|
private |
Definition at line 109 of file CastorMonitorModule.h.
Referenced by analyze().
|
private |
Definition at line 107 of file CastorMonitorModule.h.
|
private |
Definition at line 112 of file CastorMonitorModule.h.
Referenced by bookHistograms().
|
private |
Definition at line 137 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().