#include <ScoutingAnalyzerBase.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
MonitorElement * | bookH1 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH1andDivide (DQMStore::IBooker &, const std::string &name, MonitorElement *num, MonitorElement *denom, const std::string &titleX, const std::string &titleY, const std::string &title="") |
MonitorElement * | bookH1BinArray (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, float *xbinsize, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH1withSumw2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH1withSumw2BinArray (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, float *xbinsize, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ") |
MonitorElement * | bookH2andDivide (DQMStore::IBooker &, const std::string &name, MonitorElement *num, MonitorElement *denom, const std::string &titleX, const std::string &titleY, const std::string &title="") |
MonitorElement * | bookH2withSumw2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ") |
MonitorElement * | bookP1 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="E1 P") |
std::string | newName (const std::string &name) |
void | prepareBooking (DQMStore::IBooker &) |
MonitorElement * | profileX (DQMStore::IBooker &, MonitorElement *me2d, const std::string &title="", const std::string &titleX="", const std::string &titleY="", Double_t minimum=-1111, Double_t maximum=-1111) |
MonitorElement * | profileY (DQMStore::IBooker &, MonitorElement *me2d, const std::string &title="", const std::string &titleX="", const std::string &titleY="", Double_t minimum=-1111, Double_t maximum=-1111) |
ScoutingAnalyzerBase (const edm::ParameterSet &conf) | |
~ScoutingAnalyzerBase () override | |
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) |
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 Attributes | |
std::string | m_MEsPath |
std::string | m_modulePath |
unsigned | m_verbosityLevel |
Definition at line 19 of file ScoutingAnalyzerBase.h.
|
explicitprotected |
Definition at line 9 of file ScoutingAnalyzerBase.cc.
References edm::ParameterSet::getUntrackedParameter(), m_MEsPath, m_modulePath, m_verbosityLevel, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprotected |
Definition at line 18 of file ScoutingAnalyzerBase.cc.
|
inlineoverrideprotected |
Definition at line 25 of file ScoutingAnalyzerBase.h.
References bookH1(), bookH1andDivide(), bookH1BinArray(), bookH1withSumw2(), bookH1withSumw2BinArray(), bookH2(), bookH2andDivide(), bookH2withSumw2(), bookP1(), makePileupJSON::denom, Skims_PA_cff::name, newName(), EgammaValidation_cff::num, fileinputsource_cfi::option, prepareBooking(), profileX(), profileY(), AlCaHLTBitMon_QueryRunRegistry::string, and overlapproblemtsosanalyzer_cfi::title.
|
protected |
Definition at line 27 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1DD(), dqm::impl::MonitorElement::getTH1(), hlt_dqm_clientPB-live_cfg::me, and newName().
Referenced by analyze().
|
protected |
Definition at line 194 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1DD(), dqm::impl::MonitorElement::getTH1(), m_verbosityLevel, hlt_dqm_clientPB-live_cfg::me, hfnoseParametersInitialization_cfi::name2, newName(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyze().
|
protected |
Definition at line 73 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), dqm::impl::MonitorElement::getTH1(), hlt_dqm_clientPB-live_cfg::me, and newName().
Referenced by analyze().
|
protected |
Definition at line 49 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1DD(), gather_cfg::cout, dqm::impl::MonitorElement::getTH1(), hlt_dqm_clientPB-live_cfg::me, and newName().
Referenced by analyze(), AlphaTVarAnalyzer::bookHistograms(), ScoutingTestAnalyzer::bookHistograms(), and DiJetVarAnalyzer::bookHistograms().
|
protected |
Definition at line 95 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), gather_cfg::cout, dqm::impl::MonitorElement::getTH1(), hlt_dqm_clientPB-live_cfg::me, and newName().
Referenced by analyze(), and DiJetVarAnalyzer::bookHistograms().
|
protected |
Definition at line 119 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book2DD(), dqm::impl::MonitorElement::getTH1(), hlt_dqm_clientPB-live_cfg::me, and newName().
Referenced by analyze().
|
protected |
Definition at line 218 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book2DD(), dqm::impl::MonitorElement::getTH1(), m_verbosityLevel, hlt_dqm_clientPB-live_cfg::me, hfnoseParametersInitialization_cfi::name2, newName(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyze().
|
protected |
Definition at line 144 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book2DD(), dqm::impl::MonitorElement::getTH1(), hlt_dqm_clientPB-live_cfg::me, and newName().
Referenced by analyze(), AlphaTVarAnalyzer::bookHistograms(), ScoutingTestAnalyzer::bookHistograms(), RazorVarAnalyzer::bookHistograms(), and DiJetVarAnalyzer::bookHistograms().
|
protected |
Definition at line 170 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::bookProfile(), dqm::impl::MonitorElement::getTProfile(), hlt_dqm_clientPB-live_cfg::me, and newName().
Referenced by analyze().
|
inlineprotected |
Definition at line 20 of file ScoutingAnalyzerBase.cc.
References Skims_PA_cff::name.
Referenced by analyze(), bookH1(), bookH1andDivide(), bookH1BinArray(), bookH1withSumw2(), bookH1withSumw2BinArray(), bookH2(), bookH2andDivide(), bookH2withSumw2(), and bookP1().
|
protected |
Definition at line 25 of file ScoutingAnalyzerBase.cc.
References m_MEsPath, and dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder().
Referenced by analyze(), AlphaTVarAnalyzer::bookHistograms(), ScoutingTestAnalyzer::bookHistograms(), RazorVarAnalyzer::bookHistograms(), and DiJetVarAnalyzer::bookHistograms().
|
protected |
Definition at line 242 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::bookProfile(), dqm::impl::MonitorElement::getName(), dqm::impl::MonitorElement::getTH2D(), hlt_dqm_clientPB-live_cfg::me, hfnoseParametersInitialization_cfi::name2, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyze().
|
protected |
Definition at line 271 of file ScoutingAnalyzerBase.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::bookProfile(), dqm::impl::MonitorElement::getName(), dqm::impl::MonitorElement::getTH2D(), hlt_dqm_clientPB-live_cfg::me, hfnoseParametersInitialization_cfi::name2, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyze().
|
private |
Definition at line 142 of file ScoutingAnalyzerBase.h.
Referenced by prepareBooking(), and ScoutingAnalyzerBase().
|
private |
Definition at line 141 of file ScoutingAnalyzerBase.h.
Referenced by ScoutingAnalyzerBase().
|
private |
Definition at line 143 of file ScoutingAnalyzerBase.h.
Referenced by bookH1andDivide(), bookH2andDivide(), and ScoutingAnalyzerBase().