#include <L1TdeCSCTPGClient.h>
Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Private Member Functions | |
void | book (DQMStore::IBooker &ibooker) |
void | processHistograms (DQMStore::IGetter &) |
Private Attributes | |
MonitorElement * | alctDataSummary_eff_ |
MonitorElement * | alctEmulSummary_eff_ |
std::vector< double > | alctMaxBin_ |
std::vector< double > | alctMinBin_ |
std::vector< unsigned > | alctNBin_ |
std::vector< std::string > | alctVars_ |
std::map< uint32_t, std::map< std::string, MonitorElement * > > | chamberHistos_ |
std::vector< std::string > | chambers_ |
MonitorElement * | clctDataSummary_eff_ |
MonitorElement * | clctEmulSummary_eff_ |
std::vector< double > | clctMaxBin_ |
std::vector< double > | clctMinBin_ |
std::vector< unsigned > | clctNBin_ |
std::vector< std::string > | clctVars_ |
bool | isRun3_ |
MonitorElement * | lctDataSummary_eff_ |
MonitorElement * | lctEmulSummary_eff_ |
std::vector< double > | lctMaxBin_ |
std::vector< double > | lctMinBin_ |
std::vector< unsigned > | lctNBin_ |
std::vector< std::string > | lctVars_ |
bool | make1DPlots_ |
std::string | monitorDir_ |
bool | useB904_ |
bool | useB904ME11_ |
bool | useB904ME21_ |
bool | useB904ME234s2_ |
Definition at line 12 of file L1TdeCSCTPGClient.h.
L1TdeCSCTPGClient::L1TdeCSCTPGClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 13 of file L1TdeCSCTPGClient.cc.
References or, useB904_, useB904ME11_, useB904ME21_, and useB904ME234s2_.
|
override |
|
private |
Definition at line 57 of file L1TdeCSCTPGClient.cc.
References alctDataSummary_eff_, alctEmulSummary_eff_, alctMaxBin_, alctMinBin_, alctNBin_, alctVars_, dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), chamberHistos_, chambers_, clctDataSummary_eff_, clctEmulSummary_eff_, clctMaxBin_, clctMinBin_, clctNBin_, clctVars_, B2GTnPMonitor_cfi::histTitle, isRun3_, crabWrapper::key, lctDataSummary_eff_, lctEmulSummary_eff_, lctMaxBin_, lctMinBin_, lctNBin_, lctVars_, make1DPlots_, monitorDir_, or, dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), dqm::impl::MonitorElement::setOption(), AlCaHLTBitMon_QueryRunRegistry::string, groupFilesInBlocks::temp, useB904ME11_, useB904ME21_, and useB904ME234s2_.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 52 of file L1TdeCSCTPGClient.cc.
References book(), and processHistograms().
|
overrideprotectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 43 of file L1TdeCSCTPGClient.cc.
References book(), and processHistograms().
|
private |
Definition at line 185 of file L1TdeCSCTPGClient.cc.
References alctDataSummary_eff_, alctEmulSummary_eff_, alctVars_, chamberHistos_, chambers_, clctDataSummary_eff_, clctEmulSummary_eff_, clctVars_, dqm::implementation::IGetter::get(), dqm::legacy::MonitorElement::getTH1F(), dqm::legacy::MonitorElement::getTH2F(), crabWrapper::key, lctDataSummary_eff_, lctEmulSummary_eff_, lctVars_, make1DPlots_, monitorDir_, or, AlCaHLTBitMon_QueryRunRegistry::string, useB904ME11_, useB904ME21_, and useB904ME234s2_.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 68 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 71 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 46 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 43 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 40 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 36 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 65 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 34 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 69 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 72 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 47 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 44 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 41 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 37 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 60 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 67 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 70 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 48 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 45 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 42 of file L1TdeCSCTPGClient.h.
Referenced by book().
|
private |
Definition at line 38 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 61 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 31 of file L1TdeCSCTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 55 of file L1TdeCSCTPGClient.h.
Referenced by L1TdeCSCTPGClient().
|
private |
Definition at line 56 of file L1TdeCSCTPGClient.h.
Referenced by book(), L1TdeCSCTPGClient(), and processHistograms().
|
private |
Definition at line 57 of file L1TdeCSCTPGClient.h.
Referenced by book(), L1TdeCSCTPGClient(), and processHistograms().
|
private |
Definition at line 58 of file L1TdeCSCTPGClient.h.
Referenced by book(), L1TdeCSCTPGClient(), and processHistograms().