#include <L1TGCTClient.h>
Protected Member Functions | |
virtual void | dqmEndJob (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) override |
virtual void | dqmEndLuminosityBlock (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
Protected Member Functions inherited from edm::one::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 | book (DQMStore::IBooker &ibooker) |
void | makeXProjection (TH2F *input, MonitorElement *output) |
void | makeYProjection (TH2F *input, MonitorElement *output) |
void | processHistograms (DQMStore::IGetter &igetter) |
Private Attributes | |
int | counterEvt_ |
counter More... | |
int | counterLS_ |
std::string | InputDir |
MonitorElement * | l1GctAllJetsOccEta_ |
MonitorElement * | l1GctAllJetsOccPhi_ |
MonitorElement * | l1GctCenJetsOccEta_ |
MonitorElement * | l1GctCenJetsOccPhi_ |
MonitorElement * | l1GctForJetsOccEta_ |
MonitorElement * | l1GctForJetsOccPhi_ |
MonitorElement * | l1GctIsoEmOccEta_ |
MonitorElement * | l1GctIsoEmOccPhi_ |
MonitorElement * | l1GctIsoTauJetsOccEta_ |
MonitorElement * | l1GctIsoTauJetsOccPhi_ |
MonitorElement * | l1GctNonIsoEmOccEta_ |
MonitorElement * | l1GctNonIsoEmOccPhi_ |
MonitorElement * | l1GctTauJetsOccEta_ |
MonitorElement * | l1GctTauJetsOccPhi_ |
bool | m_runInEndJob |
bool | m_runInEndLumi |
bool | m_runInEndRun |
bool | m_runInEventLoop |
prescale on number of events More... | |
bool | m_stage1_layer2_ |
std::string | monitorDir_ |
int | prescaleEvt_ |
units of lumi sections More... | |
int | prescaleLS_ |
counter More... | |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Definition at line 19 of file L1TGCTClient.h.
L1TGCTClient::L1TGCTClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 24 of file L1TGCTClient.cc.
|
virtual |
|
private |
Definition at line 41 of file L1TGCTClient.cc.
References DQMStore::IBooker::book1D(), ETABINS, ETAMAX, ETAMIN, l1GctAllJetsOccEta_, l1GctAllJetsOccPhi_, l1GctCenJetsOccEta_, l1GctCenJetsOccPhi_, l1GctForJetsOccEta_, l1GctForJetsOccPhi_, l1GctIsoEmOccEta_, l1GctIsoEmOccPhi_, l1GctIsoTauJetsOccEta_, l1GctIsoTauJetsOccPhi_, l1GctNonIsoEmOccEta_, l1GctNonIsoEmOccPhi_, l1GctTauJetsOccEta_, l1GctTauJetsOccPhi_, m_stage1_layer2_, monitorDir_, PHIBINS, PHIMAX, PHIMIN, and DQMStore::IBooker::setCurrentFolder().
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 75 of file L1TGCTClient.cc.
References book(), m_runInEndRun, and processHistograms().
|
protectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 65 of file L1TGCTClient.cc.
References book(), m_runInEndLumi, and processHistograms().
|
private |
Definition at line 140 of file L1TGCTClient.cc.
References MonitorElement::getNbinsX(), i, and MonitorElement::setBinContent().
Referenced by processHistograms().
|
private |
Definition at line 154 of file L1TGCTClient.cc.
References MonitorElement::getNbinsX(), i, and MonitorElement::setBinContent().
Referenced by processHistograms().
|
private |
Definition at line 84 of file L1TGCTClient.cc.
References DQMStore::IGetter::get(), MonitorElement::getTH2F(), Input, InputDir, l1GctAllJetsOccEta_, l1GctAllJetsOccPhi_, l1GctCenJetsOccEta_, l1GctCenJetsOccPhi_, l1GctForJetsOccEta_, l1GctForJetsOccPhi_, l1GctIsoEmOccEta_, l1GctIsoEmOccPhi_, l1GctIsoTauJetsOccEta_, l1GctIsoTauJetsOccPhi_, l1GctNonIsoEmOccEta_, l1GctNonIsoEmOccPhi_, l1GctTauJetsOccEta_, l1GctTauJetsOccPhi_, m_stage1_layer2_, makeXProjection(), makeYProjection(), and NULL.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
counter
Definition at line 43 of file L1TGCTClient.h.
|
private |
Definition at line 42 of file L1TGCTClient.h.
|
private |
Definition at line 53 of file L1TGCTClient.h.
Referenced by processHistograms().
|
private |
Definition at line 59 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 60 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 61 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 62 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 63 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 64 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 55 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 56 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 67 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 68 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 57 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 58 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 65 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 66 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 50 of file L1TGCTClient.h.
|
private |
Definition at line 48 of file L1TGCTClient.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 49 of file L1TGCTClient.h.
Referenced by dqmEndJob().
|
private |
prescale on number of events
Definition at line 47 of file L1TGCTClient.h.
|
private |
Definition at line 51 of file L1TGCTClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 41 of file L1TGCTClient.h.
Referenced by book().
|
private |
units of lumi sections
Definition at line 45 of file L1TGCTClient.h.
|
private |
counter
Definition at line 44 of file L1TGCTClient.h.