#include <EcalBarrelMonitorDbModule.h>
Public Member Functions | |
EcalBarrelMonitorDbModule (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~EcalBarrelMonitorDbModule () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) 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 | endJob (void) |
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 | |
DQMStore * | dqmStore_ |
std::string | htmlDir_ |
int | icycle_ |
MonitorElementsDb * | ME_Db_ |
std::string | prefixME_ |
coral::ISessionProxy * | session_ |
unsigned int | sleepTime_ |
std::string | xmlFile_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 25 of file EcalBarrelMonitorDbModule.h.
EcalBarrelMonitorDbModule::EcalBarrelMonitorDbModule | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 28 of file EcalBarrelMonitorDbModule.cc.
References gather_cfg::cout, dqmStore_, edm::ParameterSet::getUntrackedParameter(), htmlDir_, icycle_, ME_Db_, cppFunctionSkipper::operator, prefixME_, session_, DQMStore::showDirStructure(), sleepTime_, AlCaHLTBitMon_QueryRunRegistry::string, and xmlFile_.
|
virtual |
Destructor.
Definition at line 60 of file EcalBarrelMonitorDbModule.cc.
References ME_Db_.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 82 of file EcalBarrelMonitorDbModule.cc.
References MonitorElementsDb::analyze(), ecal_dqm_sourceclient-live_cfg::cerr, HDQMDatabaseProducer::config, gather_cfg::cout, cppFunctionSkipper::exception, Exception, htmlDir_, MonitorElementsDb::htmlOutput(), icycle_, instance, ME_Db_, session_, and sleepTime_.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 66 of file EcalBarrelMonitorDbModule.cc.
References MonitorElementsDb::beginJob(), icycle_, and ME_Db_.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 74 of file EcalBarrelMonitorDbModule.cc.
References gather_cfg::cout, MonitorElementsDb::endJob(), icycle_, and ME_Db_.
|
private |
Definition at line 50 of file EcalBarrelMonitorDbModule.h.
Referenced by EcalBarrelMonitorDbModule().
|
private |
Definition at line 54 of file EcalBarrelMonitorDbModule.h.
Referenced by analyze(), and EcalBarrelMonitorDbModule().
|
private |
Definition at line 48 of file EcalBarrelMonitorDbModule.h.
Referenced by analyze(), beginJob(), EcalBarrelMonitorDbModule(), and endJob().
|
private |
Definition at line 58 of file EcalBarrelMonitorDbModule.h.
Referenced by analyze(), beginJob(), EcalBarrelMonitorDbModule(), endJob(), and ~EcalBarrelMonitorDbModule().
|
private |
Definition at line 52 of file EcalBarrelMonitorDbModule.h.
Referenced by EcalBarrelMonitorDbModule().
|
private |
Definition at line 62 of file EcalBarrelMonitorDbModule.h.
Referenced by analyze(), and EcalBarrelMonitorDbModule().
|
private |
Definition at line 60 of file EcalBarrelMonitorDbModule.h.
Referenced by analyze(), and EcalBarrelMonitorDbModule().
|
private |
Definition at line 56 of file EcalBarrelMonitorDbModule.h.
Referenced by EcalBarrelMonitorDbModule().