#include <EcalBarrelMonitorModule.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob (void) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
BeginRun. More... | |
void | cleanup (void) |
Cleanup. More... | |
void | endJob (void) |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
EndRun. More... | |
void | reset (void) |
Reset. More... | |
void | setup (void) |
Setup. More... | |
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 Attributes | |
bool | debug_ |
DQMStore * | dqmStore_ |
edm::EDGetTokenT < EBDigiCollection > | EBDigiCollection_ |
edm::EDGetTokenT < EcalRawDataCollection > | EcalRawDataCollection_ |
edm::EDGetTokenT < EcalRecHitCollection > | EcalRecHitCollection_ |
edm::EDGetTokenT < EcalTrigPrimDigiCollection > | EcalTrigPrimDigiCollection_ |
bool | enableCleanup_ |
bool | enableEventDisplay_ |
int | evtNumber_ |
int | evtType_ |
bool | fixedRunNumber_ |
bool | fixedRunType_ |
int | ievt_ |
bool | init_ |
bool | isPhysics_ |
MonitorElement * | meEBDCC_ |
MonitorElement * | meEBdigis_ [2] |
MonitorElement * | meEBhits_ [2] |
MonitorElement * | meEBtpdigis_ [2] |
MonitorElement * | meEvent_ [36] |
MonitorElement * | meEvt_ |
MonitorElement * | meEvtType_ |
bool | mergeRuns_ |
MonitorElement * | meRun_ |
MonitorElement * | meRunType_ |
MonitorElement * | meStatus_ |
std::string | prefixME_ |
int | runNumber_ |
int | runType_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 23 of file EcalBarrelMonitorModule.h.
EcalBarrelMonitorModule::EcalBarrelMonitorModule | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 27 of file EcalBarrelMonitorModule.cc.
References gather_cfg::cout, debug_, EBDigiCollection_, EcalRawDataCollection_, EcalRecHitCollection_, EcalTrigPrimDigiCollection_, enableCleanup_, enableEventDisplay_, evtNumber_, evtType_, fixedRunNumber_, fixedRunType_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), i, init_, meEBDCC_, meEBdigis_, meEBhits_, meEBtpdigis_, meEvent_, meEvt_, meEvtType_, mergeRuns_, meRun_, meRunType_, meStatus_, prefixME_, runNumber_, runType_, AlCaHLTBitMon_QueryRunRegistry::string, and verbose_.
|
virtual |
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 367 of file EcalBarrelMonitorModule.cc.
References EcalDCCHeaderBlock::COSMIC, EcalDCCHeaderBlock::COSMICS_GLOBAL, EcalDCCHeaderBlock::COSMICS_LOCAL, counter, EBDigiCollection_, EcalBarrel, EcalRawDataCollection_, EcalRecHitCollection_, EcalTrigPrimDigiCollection_, enableEventDisplay_, edm::EventID::event(), evtNumber_, evtType_, MonitorElement::Fill(), fixedRunNumber_, fixedRunType_, edm::Event::getByToken(), i, EBDetId::ic(), edm::EventBase::id(), ievt_, init_, Numbers::initGeometry(), ecalpyutils::ism(), Numbers::iSM(), isPhysics_, LogDebug, meEBDCC_, meEBdigis_, meEBhits_, meEBtpdigis_, meEvent_, meEvt_, meEvtType_, meRun_, meRunType_, meStatus_, EcalDCCHeaderBlock::MTCC, EcalDCCHeaderBlock::PHYSICS_GLOBAL, EcalDCCHeaderBlock::PHYSICS_LOCAL, edm::EventID::run(), runNumber_, runType_, setup(), Numbers::subDet(), and verbose_.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 132 of file EcalBarrelMonitorModule.cc.
References gather_cfg::cout, debug_, dqmStore_, enableEventDisplay_, ievt_, cppFunctionSkipper::operator, prefixME_, DQMStore::rmdir(), and DQMStore::setCurrentFolder().
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 151 of file EcalBarrelMonitorModule.cc.
References gather_cfg::cout, debug_, mergeRuns_, and reset().
|
protected |
Cleanup.
Definition at line 289 of file EcalBarrelMonitorModule.cc.
References dqmStore_, enableCleanup_, enableEventDisplay_, MonitorElement::getName(), i, init_, meEBDCC_, meEBdigis_, meEBhits_, meEBtpdigis_, meEvent_, meEvt_, meEvtType_, meRun_, meRunType_, meStatus_, prefixME_, DQMStore::removeElement(), and DQMStore::setCurrentFolder().
Referenced by endJob().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 347 of file EcalBarrelMonitorModule.cc.
References cleanup(), gather_cfg::cout, debug_, dqmStore_, evtNumber_, MonitorElement::Fill(), DQMStore::get(), ievt_, init_, meEvt_, meRun_, meStatus_, prefixME_, and runNumber_.
|
protectedvirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 159 of file EcalBarrelMonitorModule.cc.
References gather_cfg::cout, debug_, evtNumber_, MonitorElement::Fill(), meEvt_, meRun_, meStatus_, and runNumber_.
|
protected |
Reset.
Definition at line 171 of file EcalBarrelMonitorModule.cc.
References enableEventDisplay_, i, meEBDCC_, meEBdigis_, meEBhits_, meEBtpdigis_, meEvent_, meEvtType_, and MonitorElement::Reset().
Referenced by beginRun().
|
protected |
Setup.
Definition at line 193 of file EcalBarrelMonitorModule.cc.
References EcalDCCHeaderBlock::BEAMH2, EcalDCCHeaderBlock::BEAMH4, DQMStore::book1D(), DQMStore::book2D(), DQMStore::bookInt(), DQMStore::bookProfile(), EcalDCCHeaderBlock::COSMIC, EcalDCCHeaderBlock::COSMICS_GLOBAL, EcalDCCHeaderBlock::COSMICS_LOCAL, dqmStore_, enableEventDisplay_, MonitorElement::Fill(), EcalDCCHeaderBlock::HALO_GLOBAL, EcalDCCHeaderBlock::HALO_LOCAL, i, init_, EcalDCCHeaderBlock::LASER_DELAY_SCAN, EcalDCCHeaderBlock::LASER_GAP, EcalDCCHeaderBlock::LASER_POWER_SCAN, EcalDCCHeaderBlock::LASER_STD, EcalDCCHeaderBlock::LED_GAP, EcalDCCHeaderBlock::LED_STD, meEBDCC_, meEBdigis_, meEBhits_, meEBtpdigis_, meEvent_, meEvt_, meEvtType_, meRun_, meRunType_, meStatus_, EcalDCCHeaderBlock::MTCC, mergeVDriftHistosByStation::name, EcalDCCHeaderBlock::PEDESTAL_25NS_SCAN, EcalDCCHeaderBlock::PEDESTAL_GAP, EcalDCCHeaderBlock::PEDESTAL_OFFSET_SCAN, EcalDCCHeaderBlock::PEDESTAL_STD, EcalDCCHeaderBlock::PHYSICS_GLOBAL, EcalDCCHeaderBlock::PHYSICS_LOCAL, prefixME_, Numbers::sEB(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::setCurrentFolder(), MonitorElement::setResetMe(), AlCaHLTBitMon_QueryRunRegistry::string, DQMStore::tag(), EcalDCCHeaderBlock::TESTPULSE_GAP, EcalDCCHeaderBlock::TESTPULSE_MGPA, and EcalDCCHeaderBlock::TESTPULSE_SCAN_MEM.
Referenced by analyze().
|
private |
Definition at line 81 of file EcalBarrelMonitorModule.h.
Referenced by beginJob(), beginRun(), EcalBarrelMonitorModule(), endJob(), and endRun().
|
private |
Definition at line 85 of file EcalBarrelMonitorModule.h.
Referenced by beginJob(), cleanup(), endJob(), and setup().
|
private |
Definition at line 76 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 75 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 77 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 78 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 89 of file EcalBarrelMonitorModule.h.
Referenced by cleanup(), and EcalBarrelMonitorModule().
|
private |
Definition at line 83 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), beginJob(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 62 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), EcalBarrelMonitorModule(), endJob(), and endRun().
|
private |
Definition at line 65 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 67 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 69 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 73 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 109 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), endJob(), and setup().
|
private |
Definition at line 71 of file EcalBarrelMonitorModule.h.
Referenced by analyze().
|
private |
Definition at line 101 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 103 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 104 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 105 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 107 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 96 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), endJob(), endRun(), and setup().
|
private |
Definition at line 99 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 91 of file EcalBarrelMonitorModule.h.
Referenced by beginRun(), and EcalBarrelMonitorModule().
|
private |
Definition at line 95 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), endJob(), endRun(), and setup().
|
private |
Definition at line 98 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), and setup().
|
private |
Definition at line 93 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), endJob(), endRun(), and setup().
|
private |
Definition at line 87 of file EcalBarrelMonitorModule.h.
Referenced by beginJob(), cleanup(), EcalBarrelMonitorModule(), endJob(), and setup().
|
private |
Definition at line 61 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), EcalBarrelMonitorModule(), endJob(), and endRun().
|
private |
Definition at line 64 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 80 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().