#include <DQMFEDIntegrityClient.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
void | endJob () |
void | endLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &c) |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
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 | fillHistograms () |
void | initialize () |
Private Attributes | |
DQMStore * | dbe_ |
MonitorElement * | FedEntries |
MonitorElement * | FedFatal |
std::string | fedFolderName |
MonitorElement * | FedNonFatal |
bool | fillInEventloop |
bool | fillOnEndJob |
bool | fillOnEndLumi |
bool | fillOnEndRun |
std::string | moduleName |
int | NBINS |
edm::ParameterSet | parameters_ |
MonitorElement * | reportSummary |
MonitorElement * | reportSummaryContent [10] |
MonitorElement * | reportSummaryMap |
float | SummaryContent [10] |
float | XMAX |
float | XMIN |
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 26 of file DQMFEDIntegrityClient.h.
DQMFEDIntegrityClient::DQMFEDIntegrityClient | ( | const edm::ParameterSet & | ps | ) |
Definition at line 18 of file DQMFEDIntegrityClient.cc.
References fedFolderName, fillInEventloop, fillOnEndJob, fillOnEndLumi, fillOnEndRun, edm::ParameterSet::getUntrackedParameter(), initialize(), moduleName, parameters_, and AlCaHLTBitMon_QueryRunRegistry::string.
DQMFEDIntegrityClient::~DQMFEDIntegrityClient | ( | ) |
Definition at line 31 of file DQMFEDIntegrityClient.cc.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 161 of file DQMFEDIntegrityClient.cc.
References fillHistograms(), and fillInEventloop.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 44 of file DQMFEDIntegrityClient.cc.
References DQMStore::book1D(), DQMStore::book2D(), DQMStore::bookFloat(), dbe_, FedEntries, FedFatal, fedFolderName, FedNonFatal, MonitorElement::Fill(), i, moduleName, NBINS, cppFunctionSkipper::operator, reportSummary, reportSummaryContent, reportSummaryMap, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, SummaryContent, XMAX, and XMIN.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 157 of file DQMFEDIntegrityClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 355 of file DQMFEDIntegrityClient.cc.
References fillHistograms(), and fillOnEndJob.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 165 of file DQMFEDIntegrityClient.cc.
References fillHistograms(), and fillOnEndLumi.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 350 of file DQMFEDIntegrityClient.cc.
References fillHistograms(), and fillOnEndRun.
|
private |
Definition at line 169 of file DQMFEDIntegrityClient.cc.
References newFWLiteAna::bin, prof2calltree::count, dbe_, python.tagInventory::entries, FedEntries, FedFatal, fedFolderName, FedNonFatal, MonitorElement::Fill(), DQMStore::get(), MonitorElement::getNbinsX(), MonitorElement::getTH1F(), gen::k, SiStripMonitorClusterAlca_cfi::Nbins, reportSummary, reportSummaryContent, reportSummaryMap, MonitorElement::setBinContent(), SummaryContent, dtDQMClient_cfg::threshold, SiStripMonitorClusterAlca_cfi::xmax, and SiStripMonitorClusterAlca_cfi::xmin.
Referenced by analyze(), endJob(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 36 of file DQMFEDIntegrityClient.cc.
References dbe_, and cppFunctionSkipper::operator.
Referenced by DQMFEDIntegrityClient().
|
private |
Definition at line 51 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), fillHistograms(), and initialize().
|
private |
Definition at line 59 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), and fillHistograms().
|
private |
Definition at line 60 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), and fillHistograms().
|
private |
Definition at line 72 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), DQMFEDIntegrityClient(), and fillHistograms().
|
private |
Definition at line 61 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), and fillHistograms().
|
private |
Definition at line 67 of file DQMFEDIntegrityClient.h.
Referenced by analyze(), and DQMFEDIntegrityClient().
|
private |
Definition at line 69 of file DQMFEDIntegrityClient.h.
Referenced by DQMFEDIntegrityClient(), and endJob().
|
private |
Definition at line 70 of file DQMFEDIntegrityClient.h.
Referenced by DQMFEDIntegrityClient(), and endLuminosityBlock().
|
private |
Definition at line 68 of file DQMFEDIntegrityClient.h.
Referenced by DQMFEDIntegrityClient(), and endRun().
|
private |
Definition at line 71 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), and DQMFEDIntegrityClient().
|
private |
Definition at line 55 of file DQMFEDIntegrityClient.h.
Referenced by beginJob().
|
private |
Definition at line 49 of file DQMFEDIntegrityClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Mixins._TypedParameterizable::copy(), and DQMFEDIntegrityClient().
|
private |
Definition at line 63 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), and fillHistograms().
|
private |
Definition at line 64 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), and fillHistograms().
|
private |
Definition at line 65 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), and fillHistograms().
|
private |
Definition at line 57 of file DQMFEDIntegrityClient.h.
Referenced by beginJob(), and fillHistograms().
|
private |
Definition at line 56 of file DQMFEDIntegrityClient.h.
Referenced by beginJob().
|
private |
Definition at line 56 of file DQMFEDIntegrityClient.h.
Referenced by beginJob().