#include <DQMOfflineHLTEventInfoClient.h>
Public Member Functions | |
DQMOfflineHLTEventInfoClient (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~DQMOfflineHLTEventInfoClient () |
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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) |
Fake Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
BeginRun. More... | |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
DQM Client Diagnostic. More... | |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
EndRun. 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 Member Functions | |
void | initialize () |
Private Attributes | |
MonitorElement * | CertificationSummary_ |
std::vector< MonitorElement * > | CertificationSummaryContent_ |
MonitorElement * | CertificationSummaryMap_ |
int | counterEvt_ |
counter More... | |
int | counterLS_ |
DQMStore * | dbe_ |
edm::ParameterSet | parameters_ |
int | prescaleEvt_ |
units of lumi sections More... | |
int | prescaleLS_ |
counter More... | |
MonitorElement * | reportSummary_ |
prescale on number of events More... | |
std::vector< MonitorElement * > | reportSummaryContent_ |
MonitorElement * | reportSummaryMap_ |
bool | verbose_ |
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 21 of file DQMOfflineHLTEventInfoClient.h.
DQMOfflineHLTEventInfoClient::DQMOfflineHLTEventInfoClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 88 of file DQMOfflineHLTEventInfoClient.cc.
References initialize().
|
virtual |
Destructor.
Definition at line 94 of file DQMOfflineHLTEventInfoClient.cc.
References gather_cfg::cout.
|
protectedvirtual |
Fake Analyze.
Implements edm::EDAnalyzer.
Definition at line 210 of file DQMOfflineHLTEventInfoClient.cc.
References gather_cfg::cout.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 121 of file DQMOfflineHLTEventInfoClient.cc.
References gather_cfg::cout, dbe_, and cppFunctionSkipper::operator.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 201 of file DQMOfflineHLTEventInfoClient.cc.
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 197 of file DQMOfflineHLTEventInfoClient.cc.
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 286 of file DQMOfflineHLTEventInfoClient.cc.
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 205 of file DQMOfflineHLTEventInfoClient.cc.
|
protectedvirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 222 of file DQMOfflineHLTEventInfoClient.cc.
References dbe_, MonitorElement::getFloatValue(), and visualization-live-secondInstance_cfg::m.
|
private |
Definition at line 99 of file DQMOfflineHLTEventInfoClient.cc.
References gather_cfg::cout, dbe_, and cppFunctionSkipper::operator.
|
private |
Definition at line 72 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 73 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 74 of file DQMOfflineHLTEventInfoClient.h.
|
private |
counter
Definition at line 63 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 62 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 60 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 58 of file DQMOfflineHLTEventInfoClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().
|
private |
units of lumi sections
Definition at line 65 of file DQMOfflineHLTEventInfoClient.h.
|
private |
counter
Definition at line 64 of file DQMOfflineHLTEventInfoClient.h.
|
private |
prescale on number of events
Definition at line 68 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 69 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 70 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 61 of file DQMOfflineHLTEventInfoClient.h.