#include <L1TGMTClient.h>
Public Member Functions | |
L1TGMTClient (const edm::ParameterSet &) | |
Constructor. More... | |
virtual | ~L1TGMTClient () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
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::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
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 |
typedef WorkerT< EDAnalyzer > | WorkerType |
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 147 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 128 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 298 of file L1TGMTClient.cc.
References DQMStore::book1D(), dbe_, get1DHisto(), input_dir_, and LogDebug.
Referenced by beginRun().
|
private |
Definition at line 324 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 358 of file L1TGMTClient.cc.
References DQMStore::book2D(), dbe_, get2DHisto(), input_dir_, and LogDebug.
Referenced by beginRun().
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 189 of file L1TGMTClient.cc.
References m_runInEndJob, and processHistograms().
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 136 of file L1TGMTClient.cc.
References m_runInEndLumi, and processHistograms().
|
protectedvirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 179 of file L1TGMTClient.cc.
References m_runInEndRun, and processHistograms().
|
private |
Definition at line 274 of file L1TGMTClient.cc.
References DQMStore::get(), MonitorElement::getTH1F(), and LogDebug.
Referenced by bookClone1D(), bookClone1DVB(), makeEfficiency1D(), and makeRatio1D().
|
private |
Definition at line 287 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_, and parameters_.
Referenced by L1TGMTClient().
|
private |
Definition at line 222 of file L1TGMTClient.cc.
References dbe_, get1DHisto(), MonitorElement::getTH1F(), input_dir_, LogDebug, output_dir_, and DQMStore::setCurrentFolder().
Referenced by processHistograms().
|
private |
Definition at line 248 of file L1TGMTClient.cc.
References dbe_, get2DHisto(), MonitorElement::getTH2F(), input_dir_, LogDebug, output_dir_, and DQMStore::setCurrentFolder().
Referenced by processHistograms().
|
private |
Definition at line 199 of file L1TGMTClient.cc.
References dbe_, get1DHisto(), MonitorElement::getTH1F(), input_dir_, LogDebug, output_dir_, and DQMStore::setCurrentFolder().
|
private |
Definition at line 161 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().