#include <TopElectronHLTOfflineClient.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
virtual void | beginRun (const edm::Run &run, const edm::EventSetup &c) |
void | createSingleEffHists (const std::string &, const std::string &, const std::string &) |
virtual void | endJob () |
virtual void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
virtual void | endRun (const edm::Run &run, const edm::EventSetup &c) |
MonitorElement * | makeEffMonElemFromPassAndAll (const std::string &name, const MonitorElement *pass, const MonitorElement *fail) |
TopElectronHLTOfflineClient (const edm::ParameterSet &) | |
virtual | ~TopElectronHLTOfflineClient () |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
TopElectronHLTOfflineClient & | operator= (const TopElectronHLTOfflineClient &rhs) |
void | runClient_ () |
TopElectronHLTOfflineClient (const TopElectronHLTOfflineClient &rhs) | |
Private Attributes | |
bool | addExtraId_ |
DQMStore * | dbe_ |
std::string | dirName_ |
std::vector< std::string > | electronIdNames_ |
std::vector< std::string > | electronTriggerNames_ |
std::vector< std::string > | eleMeNames_ |
std::string | hltTag_ |
bool | runClientEndJob_ |
bool | runClientEndLumiBlock_ |
bool | runClientEndRun_ |
std::vector< std::string > | superMeNames_ |
std::vector< std::string > | superTriggerNames_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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) |
Definition at line 37 of file TopElectronHLTOfflineClient.h.
|
inlineprivate |
Definition at line 60 of file TopElectronHLTOfflineClient.h.
|
explicit |
Definition at line 15 of file TopElectronHLTOfflineClient.cc.
References addExtraId_, dbe_, dirName_, electronIdNames_, electronTriggerNames_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hltTag_, cppFunctionSkipper::operator, runClientEndJob_, runClientEndLumiBlock_, runClientEndRun_, DQMStore::setCurrentFolder(), DQMStore::setVerbose(), AlCaHLTBitMon_QueryRunRegistry::string, and superTriggerNames_.
|
virtual |
Definition at line 48 of file TopElectronHLTOfflineClient.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 119 of file TopElectronHLTOfflineClient.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 52 of file TopElectronHLTOfflineClient.cc.
References addExtraId_, electronIdNames_, electronTriggerNames_, eleMeNames_, i, j, gen::k, prof2calltree::l, m, superMeNames_, and superTriggerNames_.
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 74 of file TopElectronHLTOfflineClient.h.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 107 of file TopElectronHLTOfflineClient.cc.
void TopElectronHLTOfflineClient::createSingleEffHists | ( | const std::string & | denomName, |
const std::string & | nomName, | ||
const std::string & | effName | ||
) |
Definition at line 151 of file TopElectronHLTOfflineClient.cc.
References dbe_, dirName_, DQMStore::get(), makeEffMonElemFromPassAndAll(), and NULL.
Referenced by runClient_().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 101 of file TopElectronHLTOfflineClient.cc.
References runClient_(), and runClientEndJob_.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 123 of file TopElectronHLTOfflineClient.cc.
References runClient_(), and runClientEndLumiBlock_.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 112 of file TopElectronHLTOfflineClient.cc.
References runClient_(), and runClientEndRun_.
MonitorElement * TopElectronHLTOfflineClient::makeEffMonElemFromPassAndAll | ( | const std::string & | name, |
const MonitorElement * | pass, | ||
const MonitorElement * | fail | ||
) |
Definition at line 164 of file TopElectronHLTOfflineClient.cc.
References DQMStore::book1D(), dbe_, dirName_, DQMStore::get(), MonitorElement::getTH1F(), and NULL.
Referenced by createSingleEffHists().
|
inlineprivate |
Definition at line 61 of file TopElectronHLTOfflineClient.h.
|
private |
Definition at line 129 of file TopElectronHLTOfflineClient.cc.
References createSingleEffHists(), dbe_, dirName_, electronTriggerNames_, eleMeNames_, i, j, gen::k, DQMStore::setCurrentFolder(), superMeNames_, and superTriggerNames_.
Referenced by endJob(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 52 of file TopElectronHLTOfflineClient.h.
Referenced by beginJob(), and TopElectronHLTOfflineClient().
|
private |
Definition at line 40 of file TopElectronHLTOfflineClient.h.
Referenced by createSingleEffHists(), makeEffMonElemFromPassAndAll(), runClient_(), and TopElectronHLTOfflineClient().
|
private |
Definition at line 41 of file TopElectronHLTOfflineClient.h.
Referenced by createSingleEffHists(), makeEffMonElemFromPassAndAll(), runClient_(), and TopElectronHLTOfflineClient().
|
private |
Definition at line 48 of file TopElectronHLTOfflineClient.h.
Referenced by beginJob(), and TopElectronHLTOfflineClient().
|
private |
Definition at line 50 of file TopElectronHLTOfflineClient.h.
Referenced by beginJob(), runClient_(), and TopElectronHLTOfflineClient().
|
private |
Definition at line 46 of file TopElectronHLTOfflineClient.h.
Referenced by beginJob(), and runClient_().
|
private |
Definition at line 43 of file TopElectronHLTOfflineClient.h.
Referenced by TopElectronHLTOfflineClient().
|
private |
Definition at line 56 of file TopElectronHLTOfflineClient.h.
Referenced by endJob(), and TopElectronHLTOfflineClient().
|
private |
Definition at line 54 of file TopElectronHLTOfflineClient.h.
Referenced by endLuminosityBlock(), and TopElectronHLTOfflineClient().
|
private |
Definition at line 55 of file TopElectronHLTOfflineClient.h.
Referenced by endRun(), and TopElectronHLTOfflineClient().
|
private |
Definition at line 45 of file TopElectronHLTOfflineClient.h.
Referenced by beginJob(), and runClient_().
|
private |
Definition at line 49 of file TopElectronHLTOfflineClient.h.
Referenced by beginJob(), runClient_(), and TopElectronHLTOfflineClient().