#include <L1TGMTClient.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 &evSetup) |
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 (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const std::string &name, const std::string &title, const std::string &hrefName) |
MonitorElement * | bookClone1DVB (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const std::string &name, const std::string &title, const std::string &hrefName) |
MonitorElement * | bookClone2D (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const std::string &name, const std::string &title, const std::string &hrefName) |
TH1F * | get1DHisto (std::string meName, DQMStore::IGetter &igetter) |
TH2F * | get2DHisto (std::string meName, DQMStore::IGetter &igetter) |
void | initialize () |
void | makeEfficiency1D (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, MonitorElement *meeff, std::string heName, std::string hiName) |
void | makeEfficiency2D (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, MonitorElement *meeff, std::string heName, std::string hiName) |
void | makeRatio1D (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, MonitorElement *mer, std::string h1Name, std::string h2Name) |
void | processHistograms (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
Private Attributes | |
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::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 13 of file L1TGMTClient.h.
L1TGMTClient::L1TGMTClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 11 of file L1TGMTClient.cc.
References initialize(), and parameters_.
|
virtual |
|
private |
Definition at line 230 of file L1TGMTClient.cc.
References DQMStore::IBooker::book1D(), get1DHisto(), input_dir_, LogDebug, output_dir_, DQMStore::IBooker::setCurrentFolder(), SiStripMonitorClusterAlca_cfi::xmax, and SiStripMonitorClusterAlca_cfi::xmin.
Referenced by dqmEndJob().
|
private |
Definition at line 256 of file L1TGMTClient.cc.
References DQMStore::IBooker::book1D(), get1DHisto(), i, input_dir_, LogDebug, output_dir_, DQMStore::IBooker::setCurrentFolder(), and fw3dlego::xbins.
Referenced by dqmEndJob().
|
private |
Definition at line 289 of file L1TGMTClient.cc.
References DQMStore::IBooker::book2D(), get2DHisto(), input_dir_, LogDebug, output_dir_, DQMStore::IBooker::setCurrentFolder(), SiStripMonitorClusterAlca_cfi::xmax, SiStripMonitorClusterAlca_cfi::xmin, SiStripMonitorClusterAlca_cfi::ymax, and SiStripMonitorClusterAlca_cfi::ymin.
Referenced by dqmEndJob().
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 48 of file L1TGMTClient.cc.
References bookClone1D(), bookClone1DVB(), bookClone2D(), eff_eta_dtcsc, eff_eta_rpc, eff_etaphi_dtcsc, eff_etaphi_rpc, eff_phi_dtcsc, eff_phi_rpc, MonitorElement::getTH1F(), MonitorElement::getTH2F(), output_dir_, processHistograms(), MonitorElement::setAxisTitle(), and DQMStore::IBooker::setCurrentFolder().
|
protectedvirtual |
|
private |
Definition at line 206 of file L1TGMTClient.cc.
References DQMStore::IGetter::get(), MonitorElement::getTH1F(), and LogDebug.
Referenced by bookClone1D(), bookClone1DVB(), makeEfficiency1D(), and makeRatio1D().
|
private |
Definition at line 219 of file L1TGMTClient.cc.
References DQMStore::IGetter::get(), MonitorElement::getTH2F(), and LogDebug.
Referenced by bookClone2D(), and makeEfficiency2D().
|
private |
Definition at line 21 of file L1TGMTClient.cc.
References edm::ParameterSet::getUntrackedParameter(), input_dir_, LogDebug, m_runInEndJob, m_runInEndLumi, m_runInEndRun, m_runInEventLoop, monitorName_, output_dir_, parameters_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TGMTClient().
|
private |
Definition at line 156 of file L1TGMTClient.cc.
References get1DHisto(), MonitorElement::getTH1F(), input_dir_, LogDebug, output_dir_, and DQMStore::IGetter::setCurrentFolder().
Referenced by processHistograms().
|
private |
Definition at line 181 of file L1TGMTClient.cc.
References get2DHisto(), MonitorElement::getTH2F(), input_dir_, LogDebug, output_dir_, and DQMStore::IGetter::setCurrentFolder().
Referenced by processHistograms().
|
private |
Definition at line 134 of file L1TGMTClient.cc.
References get1DHisto(), MonitorElement::getTH1F(), AnalysisDataFormats_SUSYBSMObjects::hr, input_dir_, LogDebug, output_dir_, and DQMStore::IGetter::setCurrentFolder().
|
private |
Definition at line 119 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 dqmEndJob().
|
private |
Definition at line 53 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 54 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 57 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 58 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 55 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 56 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 44 of file L1TGMTClient.h.
Referenced by bookClone1D(), bookClone1DVB(), bookClone2D(), initialize(), makeEfficiency1D(), makeEfficiency2D(), and makeRatio1D().
|
private |
Definition at line 50 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 48 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 49 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 47 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 43 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 45 of file L1TGMTClient.h.
Referenced by bookClone1D(), bookClone1DVB(), bookClone2D(), dqmEndJob(), initialize(), makeEfficiency1D(), makeEfficiency2D(), and makeRatio1D().
|
private |
Definition at line 42 of file L1TGMTClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Mixins._TypedParameterizable::copy(), initialize(), and L1TGMTClient().