#include <L1TdeGEMTPGClient.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 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 | |
std::map< uint32_t, std::map< std::string, MonitorElement * > > | chamberHistos_ |
std::vector< std::string > | chambers_ |
std::vector< double > | clusterMaxBin_ |
std::vector< double > | clusterMinBin_ |
std::vector< unsigned > | clusterNBin_ |
std::vector< std::string > | clusterVars_ |
std::string | monitorDir_ |
Definition at line 12 of file L1TdeGEMTPGClient.h.
L1TdeGEMTPGClient::L1TdeGEMTPGClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 13 of file L1TdeGEMTPGClient.cc.
|
override |
|
private |
Definition at line 39 of file L1TdeGEMTPGClient.cc.
References dqm::implementation::IBooker::book1D(), chamberHistos_, chambers_, clusterMaxBin_, clusterMinBin_, clusterNBin_, clusterVars_, B2GTnPMonitor_cfi::histTitle, submitPVResolutionJobs::key, monitorDir_, dqm::implementation::NavigatorBase::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 34 of file L1TdeGEMTPGClient.cc.
References book(), and processHistograms().
|
overrideprotectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 25 of file L1TdeGEMTPGClient.cc.
References book(), and processHistograms().
|
private |
Definition at line 58 of file L1TdeGEMTPGClient.cc.
References chamberHistos_, chambers_, clusterVars_, dqm::implementation::IGetter::get(), dqm::legacy::MonitorElement::getTH1F(), submitPVResolutionJobs::key, monitorDir_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 42 of file L1TdeGEMTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 33 of file L1TdeGEMTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 38 of file L1TdeGEMTPGClient.h.
Referenced by book().
|
private |
Definition at line 37 of file L1TdeGEMTPGClient.h.
Referenced by book().
|
private |
Definition at line 36 of file L1TdeGEMTPGClient.h.
Referenced by book().
|
private |
Definition at line 35 of file L1TdeGEMTPGClient.h.
Referenced by book(), and processHistograms().
|
private |
Definition at line 31 of file L1TdeGEMTPGClient.h.
Referenced by book(), and processHistograms().