#include <DQMClientExample.h>
Public Member Functions | |
DQMClientExample (const edm::ParameterSet &ps) | |
virtual | ~DQMClientExample () |
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) |
void | beginJob () |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
void | endJob () |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
void | performClient () |
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 * | clientHisto |
bool | clientOnEachEvent |
bool | clientOnEndJob |
bool | clientOnEndLumi |
bool | clientOnEndRun |
int | counterClientOperation |
int | counterEvt_ |
int | counterLS_ |
DQMStore * | dbe_ |
std::string | monitorName_ |
edm::ParameterSet | parameters_ |
int | prescaleEvt_ |
int | prescaleLS_ |
std::string | QTestName_ |
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 &) |
DQM Test Client
Definition at line 31 of file DQMClientExample.h.
DQMClientExample::DQMClientExample | ( | const edm::ParameterSet & | ps | ) |
|
virtual |
Definition at line 43 of file DQMClientExample.cc.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 86 of file DQMClientExample.cc.
References dbe_, and cppFunctionSkipper::operator.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 105 of file DQMClientExample.cc.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 139 of file DQMClientExample.cc.
References gather_cfg::cout.
|
protectedvirtual |
|
protectedvirtual |
|
private |
Definition at line 49 of file DQMClientExample.cc.
References gather_cfg::cout, dbe_, and cppFunctionSkipper::operator.
|
protected |
Definition at line 148 of file DQMClientExample.cc.
References gather_cfg::cout, dbe_, validate-o2o-wbm::f1, QReport::getBadChannels(), QReport::getMessage(), QReport::getStatus(), MonitorElement::getTH1F(), timingPdfMaker::mean, and plotscripts::rms().
|
private |
Definition at line 89 of file DQMClientExample.h.
|
private |
Definition at line 83 of file DQMClientExample.h.
|
private |
Definition at line 86 of file DQMClientExample.h.
|
private |
Definition at line 84 of file DQMClientExample.h.
|
private |
Definition at line 85 of file DQMClientExample.h.
|
private |
Definition at line 78 of file DQMClientExample.h.
|
private |
Definition at line 79 of file DQMClientExample.h.
|
private |
Definition at line 80 of file DQMClientExample.h.
|
private |
Definition at line 75 of file DQMClientExample.h.
|
private |
Definition at line 76 of file DQMClientExample.h.
|
private |
Definition at line 73 of file DQMClientExample.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().
|
private |
Definition at line 81 of file DQMClientExample.h.
|
private |
Definition at line 82 of file DQMClientExample.h.
|
private |
Definition at line 77 of file DQMClientExample.h.