![]() |
![]() |
#include <L1TGMTClient.h>
Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &evSetup) override |
![]() | |
ProducesCollector | producesCollector () |
![]() | |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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 | |
![]() | |
typedef dqm::harvesting::DQMStore | DQMStore |
typedef dqm::harvesting::MonitorElement | MonitorElement |
![]() | |
typedef EDProducerBase | ModuleType |
![]() | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
typedef ProductLabels | Labels |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 12 of file L1TGMTClient.h.
L1TGMTClient::L1TGMTClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 10 of file L1TGMTClient.cc.
References initialize(), and parameters_.
|
override |
|
private |
Definition at line 219 of file L1TGMTClient.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), get1DHisto(), postprocess-scan-build::href, input_dir_, LogDebug, hlt_dqm_clientPB-live_cfg::me, output_dir_, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), TrackerOfflineValidation_Dqm_cff::xmax, and TrackerOfflineValidation_Dqm_cff::xmin.
Referenced by dqmEndJob().
|
private |
Definition at line 244 of file L1TGMTClient.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), get1DHisto(), postprocess-scan-build::href, mps_fire::i, input_dir_, LogDebug, hlt_dqm_clientPB-live_cfg::me, output_dir_, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), and fw3dlego::xbins.
Referenced by dqmEndJob().
|
private |
Definition at line 276 of file L1TGMTClient.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book2D(), get2DHisto(), postprocess-scan-build::href, input_dir_, LogDebug, hlt_dqm_clientPB-live_cfg::me, output_dir_, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), TrackerOfflineValidation_Dqm_cff::xmax, TrackerOfflineValidation_Dqm_cff::xmin, L1TOccupancyClient_cfi::ymax, and L1TOccupancyClient_cfi::ymin.
Referenced by dqmEndJob().
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 36 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, dqm::impl::MonitorElement::enableSumw2(), dqm::legacy::MonitorElement::getTH1F(), dqm::legacy::MonitorElement::getTH2F(), output_dir_, processHistograms(), dqm::impl::MonitorElement::setAxisTitle(), and dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder().
|
overrideprotected |
Definition at line 98 of file L1TGMTClient.cc.
|
private |
Definition at line 196 of file L1TGMTClient.cc.
References dqm::dqmstoreimpl::DQMStore::IGetter::get(), dqm::legacy::MonitorElement::getTH1F(), and LogDebug.
Referenced by bookClone1D(), bookClone1DVB(), makeEfficiency1D(), and makeRatio1D().
|
private |
Definition at line 208 of file L1TGMTClient.cc.
References dqm::dqmstoreimpl::DQMStore::IGetter::get(), dqm::legacy::MonitorElement::getTH2F(), and LogDebug.
Referenced by bookClone2D(), and makeEfficiency2D().
|
private |
Definition at line 18 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 142 of file L1TGMTClient.cc.
References get1DHisto(), dqm::legacy::MonitorElement::getTH1F(), hcalSimParameters_cfi::he, input_dir_, LogDebug, output_dir_, and dqm::dqmstoreimpl::DQMStore::IGetter::setCurrentFolder().
Referenced by processHistograms().
|
private |
Definition at line 169 of file L1TGMTClient.cc.
References get2DHisto(), dqm::legacy::MonitorElement::getTH2F(), hcalSimParameters_cfi::he, input_dir_, LogDebug, output_dir_, and dqm::dqmstoreimpl::DQMStore::IGetter::setCurrentFolder().
Referenced by processHistograms().
|
private |
Definition at line 118 of file L1TGMTClient.cc.
References get1DHisto(), dqm::legacy::MonitorElement::getTH1F(), AnalysisDataFormats_SUSYBSMObjects::hr, input_dir_, LogDebug, output_dir_, and dqm::dqmstoreimpl::DQMStore::IGetter::setCurrentFolder().
|
private |
Definition at line 104 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 75 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 76 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 79 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 80 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 77 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 78 of file L1TGMTClient.h.
Referenced by dqmEndJob(), and processHistograms().
|
private |
Definition at line 66 of file L1TGMTClient.h.
Referenced by bookClone1D(), bookClone1DVB(), bookClone2D(), initialize(), makeEfficiency1D(), makeEfficiency2D(), and makeRatio1D().
|
private |
Definition at line 72 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 70 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 71 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 69 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 65 of file L1TGMTClient.h.
Referenced by initialize().
|
private |
Definition at line 67 of file L1TGMTClient.h.
Referenced by bookClone1D(), bookClone1DVB(), bookClone2D(), dqmEndJob(), initialize(), makeEfficiency1D(), makeEfficiency2D(), and makeRatio1D().
|
private |
Definition at line 64 of file L1TGMTClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Types.EDAlias::clone(), Mixins._TypedParameterizable::copy(), initialize(), and L1TGMTClient().