Protected Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
std::string | topFolder () const |
Return the top folder. More... | |
Protected Member Functions inherited from edm::ProducerBase | |
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 Attributes | |
std::map< std::string, MonitorElement * > | effHistos |
std::vector< std::string > | passNfailHistoNames |
std::string | subsystem |
Definition at line 19 of file TnPEfficiencyClient.cc.
TnPEfficiencyClient::TnPEfficiencyClient | ( | const edm::ParameterSet & | pSet | ) |
Definition at line 42 of file TnPEfficiencyClient.cc.
|
override |
Definition at line 48 of file TnPEfficiencyClient.cc.
|
overrideprotected |
Definition at line 52 of file TnPEfficiencyClient.cc.
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 61 of file TnPEfficiencyClient.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), DQMNet::DQM_PROP_TYPE_TH1F, DQMNet::DQM_PROP_TYPE_TH2F, effHistos, dqm::implementation::IGetter::get(), dqm::legacy::MonitorElement::getTH1F(), dqm::legacy::MonitorElement::getTH2F(), dqm::impl::MonitorElement::kind(), passNfailHistoNames, alignCSCRings::s, dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and topFolder().
|
overrideprotectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 54 of file TnPEfficiencyClient.cc.
|
inlineprotected |
Return the top folder.
Definition at line 34 of file TnPEfficiencyClient.cc.
References subsystem.
Referenced by dqmEndJob().
|
private |
Definition at line 34 of file TnPEfficiencyClient.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 38 of file TnPEfficiencyClient.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 39 of file TnPEfficiencyClient.cc.
Referenced by topFolder().