#include <L1TGCTClient.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob (void) |
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 | makeXProjection (TH2F *input, MonitorElement *output) |
void | makeYProjection (TH2F *input, MonitorElement *output) |
void | processHistograms () |
Private Attributes | |
int | counterEvt_ |
counter More... | |
int | counterLS_ |
DQMStore * | dbe_ |
MonitorElement * | l1GctAllJetsOccEta_ |
MonitorElement * | l1GctAllJetsOccPhi_ |
MonitorElement * | l1GctCenJetsOccEta_ |
MonitorElement * | l1GctCenJetsOccPhi_ |
MonitorElement * | l1GctForJetsOccEta_ |
MonitorElement * | l1GctForJetsOccPhi_ |
MonitorElement * | l1GctIsoEmOccEta_ |
MonitorElement * | l1GctIsoEmOccPhi_ |
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... | |
std::string | monitorDir_ |
int | prescaleEvt_ |
units of lumi sections More... | |
int | prescaleLS_ |
counter More... | |
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 18 of file L1TGCTClient.h.
L1TGCTClient::L1TGCTClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 24 of file L1TGCTClient.cc.
|
virtual |
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 76 of file L1TGCTClient.cc.
References m_runInEventLoop, and processHistograms().
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 40 of file L1TGCTClient.cc.
References DQMStore::book1D(), dbe_, ETABINS, ETAMAX, ETAMIN, l1GctAllJetsOccEta_, l1GctAllJetsOccPhi_, l1GctCenJetsOccEta_, l1GctCenJetsOccPhi_, l1GctForJetsOccEta_, l1GctForJetsOccPhi_, l1GctIsoEmOccEta_, l1GctIsoEmOccPhi_, l1GctNonIsoEmOccEta_, l1GctNonIsoEmOccPhi_, l1GctTauJetsOccEta_, l1GctTauJetsOccPhi_, monitorDir_, cppFunctionSkipper::operator, PHIBINS, PHIMAX, PHIMIN, and DQMStore::setCurrentFolder().
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 97 of file L1TGCTClient.cc.
References m_runInEndJob, and processHistograms().
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 66 of file L1TGCTClient.cc.
References m_runInEndLumi, and processHistograms().
|
protectedvirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 88 of file L1TGCTClient.cc.
References m_runInEndRun, and processHistograms().
|
private |
Definition at line 148 of file L1TGCTClient.cc.
References MonitorElement::getNbinsX(), i, and MonitorElement::setBinContent().
Referenced by processHistograms().
|
private |
Definition at line 162 of file L1TGCTClient.cc.
References MonitorElement::getNbinsX(), i, and MonitorElement::setBinContent().
Referenced by processHistograms().
|
private |
Definition at line 105 of file L1TGCTClient.cc.
References dbe_, DQMStore::get(), MonitorElement::getTH2F(), Input, l1GctAllJetsOccEta_, l1GctAllJetsOccPhi_, l1GctCenJetsOccEta_, l1GctCenJetsOccPhi_, l1GctForJetsOccEta_, l1GctForJetsOccPhi_, l1GctIsoEmOccEta_, l1GctIsoEmOccPhi_, l1GctNonIsoEmOccEta_, l1GctNonIsoEmOccPhi_, l1GctTauJetsOccEta_, l1GctTauJetsOccPhi_, makeXProjection(), makeYProjection(), and NULL.
Referenced by analyze(), endJob(), endLuminosityBlock(), and endRun().
|
private |
counter
Definition at line 62 of file L1TGCTClient.h.
|
private |
Definition at line 61 of file L1TGCTClient.h.
|
private |
Definition at line 59 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 77 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 78 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 79 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 80 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 81 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 82 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 73 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 74 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 75 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 76 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 83 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 84 of file L1TGCTClient.h.
Referenced by beginJob(), and processHistograms().
|
private |
Definition at line 69 of file L1TGCTClient.h.
Referenced by endJob().
|
private |
Definition at line 67 of file L1TGCTClient.h.
Referenced by endLuminosityBlock().
|
private |
Definition at line 68 of file L1TGCTClient.h.
Referenced by endRun().
|
private |
|
private |
Definition at line 60 of file L1TGCTClient.h.
Referenced by beginJob().
|
private |
units of lumi sections
Definition at line 64 of file L1TGCTClient.h.
|
private |
counter
Definition at line 63 of file L1TGCTClient.h.