#include <L1TGMTClient.h>
Protected Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) |
Fake Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
void | beginRun (const edm::Run &, const edm::EventSetup &) |
BeginRun. More... | |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
DQM Client Diagnostic. More... | |
void | endRun (const edm::Run &, const edm::EventSetup &) |
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 | |
MonitorElement * | bookClone1D (const std::string &name, const std::string &title, const std::string &hrefName) |
MonitorElement * | bookClone1DVB (const std::string &name, const std::string &title, const std::string &hrefName) |
MonitorElement * | bookClone2D (const std::string &name, const std::string &title, const std::string &hrefName) |
TH1F * | get1DHisto (std::string meName, DQMStore *dbi) |
TH2F * | get2DHisto (std::string meName, DQMStore *dbi) |
void | initialize () |
void | makeEfficiency1D (MonitorElement *meeff, std::string heName, std::string hiName) |
void | makeEfficiency2D (MonitorElement *meeff, std::string heName, std::string hiName) |
void | makeRatio1D (MonitorElement *mer, std::string h1Name, std::string h2Name) |
void | processHistograms () |
Private Attributes | |
DQMStore * | dbe_ |
MonitorElement * | eff_eta_dtcsc |
MonitorElement * | eff_eta_rpc |
MonitorElement * | eff_etaphi_dtcsc |
MonitorElement * | eff_etaphi_rpc |
MonitorElement * | eff_phi_dtcsc |
MonitorElement * | eff_phi_rpc |
std::string | input_dir_ |
bool | m_runInEndJob |
bool | m_runInEndLumi |
bool | m_runInEndRun |
bool | m_runInEventLoop |
std::string | monitorName_ |
std::string | output_dir_ |
edm::ParameterSet | parameters_ |
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 12 of file L1TGMTClient.h.
L1TGMTClient::L1TGMTClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 11 of file L1TGMTClient.cc.
References initialize(), and parameters_.
|
virtual |
|
protectedvirtual |
Fake Analyze.
Implements edm::EDAnalyzer.
Definition at line 141 of file L1TGMTClient.cc.
References m_runInEventLoop, and processHistograms().
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 51 of file L1TGMTClient.cc.
References LogDebug.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 122 of file L1TGMTClient.cc.
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 58 of file L1TGMTClient.cc.
References bookClone1D(), bookClone1DVB(), bookClone2D(), dbe_, eff_eta_dtcsc, eff_eta_rpc, eff_etaphi_dtcsc, eff_etaphi_rpc, eff_phi_dtcsc, eff_phi_rpc, MonitorElement::getTH1F(), MonitorElement::getTH2F(), output_dir_, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
|
private |
Definition at line 292 of file L1TGMTClient.cc.
References DQMStore::book1D(), dbe_, get1DHisto(), input_dir_, LogDebug, SiStripMonitorClusterAlca_cfi::xmax, and SiStripMonitorClusterAlca_cfi::xmin.
Referenced by beginRun().
|
private |
Definition at line 318 of file L1TGMTClient.cc.
References DQMStore::book1D(), dbe_, get1DHisto(), i, input_dir_, LogDebug, output_dir_, DQMStore::setCurrentFolder(), and fw3dlego::xbins.
Referenced by beginRun().
|
private |
Definition at line 352 of file L1TGMTClient.cc.
References DQMStore::book2D(), dbe_, get2DHisto(), input_dir_, LogDebug, SiStripMonitorClusterAlca_cfi::xmax, SiStripMonitorClusterAlca_cfi::xmin, SiStripMonitorClusterAlca_cfi::ymax, and SiStripMonitorClusterAlca_cfi::ymin.
Referenced by beginRun().
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 183 of file L1TGMTClient.cc.
References m_runInEndJob, and processHistograms().
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 130 of file L1TGMTClient.cc.
References m_runInEndLumi, and processHistograms().
|
protectedvirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 173 of file L1TGMTClient.cc.
References m_runInEndRun, and processHistograms().
|
private |
Definition at line 268 of file L1TGMTClient.cc.
References DQMStore::get(), MonitorElement::getTH1F(), and LogDebug.
Referenced by bookClone1D(), bookClone1DVB(), makeEfficiency1D(), and makeRatio1D().
|
private |
Definition at line 281 of file L1TGMTClient.cc.
References DQMStore::get(), MonitorElement::getTH2F(), and LogDebug.
Referenced by bookClone2D(), and makeEfficiency2D().
|
private |
Definition at line 21 of file L1TGMTClient.cc.
References dbe_, edm::ParameterSet::getUntrackedParameter(), input_dir_, LogDebug, m_runInEndJob, m_runInEndLumi, m_runInEndRun, m_runInEventLoop, monitorName_, cppFunctionSkipper::operator, output_dir_, parameters_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TGMTClient().
|
private |
Definition at line 216 of file L1TGMTClient.cc.
References dbe_, get1DHisto(), MonitorElement::getTH1F(), input_dir_, LogDebug, output_dir_, and DQMStore::setCurrentFolder().
Referenced by processHistograms().
|
private |
Definition at line 242 of file L1TGMTClient.cc.
References dbe_, get2DHisto(), MonitorElement::getTH2F(), input_dir_, LogDebug, output_dir_, and DQMStore::setCurrentFolder().
Referenced by processHistograms().
|
private |
Definition at line 193 of file L1TGMTClient.cc.
References dbe_, get1DHisto(), MonitorElement::getTH1F(), AnalysisDataFormats_SUSYBSMObjects::hr, input_dir_, LogDebug, output_dir_, and DQMStore::setCurrentFolder().
|
private |
Definition at line 155 of file L1TGMTClient.cc.
References eff_eta_dtcsc, eff_eta_rpc, eff_etaphi_dtcsc, eff_etaphi_rpc, eff_phi_dtcsc, eff_phi_rpc, LogDebug, makeEfficiency1D(), and makeEfficiency2D().
Referenced by analyze(), endJob(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 67 of file L1TGMTClient.h.
Referenced by beginRun(), bookClone1D(), bookClone1DVB(), bookClone2D(), initialize(), makeEfficiency1D(), makeEfficiency2D(), and makeRatio1D().
|
private |
Definition at line 78 of file L1TGMTClient.h.
Referenced by beginRun(), and processHistograms().
|
private |
Definition at line 79 of file L1TGMTClient.h.
Referenced by beginRun(), and processHistograms().
|
private |
Definition at line 82 of file L1TGMTClient.h.
Referenced by beginRun(), and processHistograms().
|
private |
Definition at line 83 of file L1TGMTClient.h.
Referenced by beginRun(), and processHistograms().
|
private |
Definition at line 80 of file L1TGMTClient.h.
Referenced by beginRun(), and processHistograms().
|
private |
Definition at line 81 of file L1TGMTClient.h.
Referenced by beginRun(), and processHistograms().
|
private |
Definition at line 69 of file L1TGMTClient.h.
Referenced by bookClone1D(), bookClone1DVB(), bookClone2D(), initialize(), makeEfficiency1D(), makeEfficiency2D(), and makeRatio1D().
|
private |
Definition at line 75 of file L1TGMTClient.h.
Referenced by endJob(), and initialize().
|
private |
Definition at line 73 of file L1TGMTClient.h.
Referenced by endLuminosityBlock(), and initialize().
|
private |
Definition at line 74 of file L1TGMTClient.h.
Referenced by endRun(), and initialize().
|
private |
Definition at line 72 of file L1TGMTClient.h.
Referenced by analyze(), and initialize().
|
private |
Definition at line 68 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 70 of file L1TGMTClient.h.
Referenced by beginRun(), bookClone1DVB(), initialize(), makeEfficiency1D(), makeEfficiency2D(), and makeRatio1D().
|
private |
Definition at line 66 of file L1TGMTClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Mixins._TypedParameterizable::copy(), initialize(), and L1TGMTClient().