#include <EcalBarrelMonitorModule.h>
Public Member Functions | |
EcalBarrelMonitorModule (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~EcalBarrelMonitorModule () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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::InputTag | EBDigiCollection_ |
edm::InputTag | EcalRawDataCollection_ |
edm::InputTag | EcalRecHitCollection_ |
edm::InputTag | 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 |
typedef WorkerT< EDAnalyzer > | WorkerType |
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 21 of file EcalBarrelMonitorModule.h.
EcalBarrelMonitorModule::EcalBarrelMonitorModule | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 32 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 372 of file EcalBarrelMonitorModule.cc.
References EcalDCCHeaderBlock::COSMIC, EcalDCCHeaderBlock::COSMICS_GLOBAL, EcalDCCHeaderBlock::COSMICS_LOCAL, EBDigiCollection_, EcalBarrel, EcalRawDataCollection_, EcalRecHitCollection_, EcalTrigPrimDigiCollection_, enableEventDisplay_, edm::EventID::event(), evtNumber_, evtType_, MonitorElement::Fill(), fixedRunNumber_, fixedRunType_, edm::Event::getByLabel(), 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 137 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 156 of file EcalBarrelMonitorModule.cc.
References gather_cfg::cout, debug_, mergeRuns_, and reset().
|
protected |
Cleanup.
Definition at line 294 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 352 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 164 of file EcalBarrelMonitorModule.cc.
References gather_cfg::cout, debug_, evtNumber_, MonitorElement::Fill(), meEvt_, meRun_, meStatus_, and runNumber_.
|
protected |
Reset.
Definition at line 176 of file EcalBarrelMonitorModule.cc.
References enableEventDisplay_, i, meEBDCC_, meEBdigis_, meEBhits_, meEBtpdigis_, meEvent_, meEvtType_, and MonitorElement::Reset().
Referenced by beginRun().
|
protected |
Setup.
Definition at line 198 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 79 of file EcalBarrelMonitorModule.h.
Referenced by beginJob(), beginRun(), EcalBarrelMonitorModule(), endJob(), and endRun().
|
private |
Definition at line 83 of file EcalBarrelMonitorModule.h.
Referenced by beginJob(), cleanup(), endJob(), and setup().
|
private |
Definition at line 74 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 73 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 76 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 87 of file EcalBarrelMonitorModule.h.
Referenced by cleanup(), and EcalBarrelMonitorModule().
|
private |
Definition at line 81 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), beginJob(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 60 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), EcalBarrelMonitorModule(), endJob(), and endRun().
|
private |
Definition at line 63 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
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 71 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 107 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), endJob(), and setup().
|
private |
Definition at line 69 of file EcalBarrelMonitorModule.h.
Referenced by analyze().
|
private |
Definition at line 99 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 101 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 102 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 105 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 94 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), endJob(), endRun(), and setup().
|
private |
Definition at line 97 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), reset(), and setup().
|
private |
Definition at line 89 of file EcalBarrelMonitorModule.h.
Referenced by beginRun(), and EcalBarrelMonitorModule().
|
private |
Definition at line 93 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), endJob(), endRun(), and setup().
|
private |
Definition at line 96 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), and setup().
|
private |
Definition at line 91 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), cleanup(), EcalBarrelMonitorModule(), endJob(), endRun(), and setup().
|
private |
Definition at line 85 of file EcalBarrelMonitorModule.h.
Referenced by beginJob(), cleanup(), EcalBarrelMonitorModule(), endJob(), and setup().
|
private |
Definition at line 59 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), EcalBarrelMonitorModule(), endJob(), and endRun().
|
private |
Definition at line 62 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().
|
private |
Definition at line 78 of file EcalBarrelMonitorModule.h.
Referenced by analyze(), and EcalBarrelMonitorModule().