#include <ScoutingAnalyzerBase.h>
Protected Member Functions | |
virtual void | analyze (const edm::Event &e, const edm::EventSetup &c) |
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") |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
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) | |
virtual | ~ScoutingAnalyzerBase () |
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) |
Private Attributes | |
std::string | m_MEsPath |
std::string | m_modulePath |
unsigned | m_verbosityLevel |
Definition at line 21 of file ScoutingAnalyzerBase.h.
|
explicitprotected |
Definition at line 10 of file ScoutingAnalyzerBase.cc.
References edm::ParameterSet::getUntrackedParameter(), m_MEsPath, m_modulePath, m_verbosityLevel, and AlCaHLTBitMon_QueryRunRegistry::string.
|
protectedvirtual |
Definition at line 19 of file ScoutingAnalyzerBase.cc.
|
inlineprotectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Reimplemented in DiJetVarAnalyzer, RazorVarAnalyzer, ScoutingTestAnalyzer, and AlphaTVarAnalyzer.
Definition at line 26 of file ScoutingAnalyzerBase.h.
|
protected |
Definition at line 31 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::book1DD(), and MonitorElement::getTH1().
|
protected |
Definition at line 132 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::book1DD(), MonitorElement::getTH1(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 59 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::book1D(), and MonitorElement::getTH1().
|
protected |
Definition at line 44 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::book1DD(), gather_cfg::cout, and MonitorElement::getTH1().
Referenced by AlphaTVarAnalyzer::bookHistograms(), ScoutingTestAnalyzer::bookHistograms(), and DiJetVarAnalyzer::bookHistograms().
|
protected |
Definition at line 73 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::book1D(), gather_cfg::cout, and MonitorElement::getTH1().
Referenced by DiJetVarAnalyzer::bookHistograms().
|
protected |
Definition at line 89 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::book2DD(), and MonitorElement::getTH1().
|
protected |
Definition at line 150 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::book2DD(), MonitorElement::getTH1(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 103 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::book2DD(), and MonitorElement::getTH1().
Referenced by AlphaTVarAnalyzer::bookHistograms(), ScoutingTestAnalyzer::bookHistograms(), RazorVarAnalyzer::bookHistograms(), and DiJetVarAnalyzer::bookHistograms().
|
protected |
Definition at line 118 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::bookProfile(), and MonitorElement::getTProfile().
|
inlineprotectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 27 of file ScoutingAnalyzerBase.h.
|
inlineprotected |
|
protected |
Definition at line 26 of file ScoutingAnalyzerBase.cc.
References m_MEsPath, and DQMStore::IBooker::setCurrentFolder().
Referenced by AlphaTVarAnalyzer::bookHistograms(), ScoutingTestAnalyzer::bookHistograms(), RazorVarAnalyzer::bookHistograms(), and DiJetVarAnalyzer::bookHistograms().
|
protected |
Definition at line 168 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::bookProfile(), MonitorElement::getName(), MonitorElement::getTH2D(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 185 of file ScoutingAnalyzerBase.cc.
References DQMStore::IBooker::bookProfile(), MonitorElement::getName(), MonitorElement::getTH2D(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 112 of file ScoutingAnalyzerBase.h.
Referenced by prepareBooking(), and ScoutingAnalyzerBase().
|
private |
Definition at line 111 of file ScoutingAnalyzerBase.h.
Referenced by ScoutingAnalyzerBase().
|
private |
Definition at line 113 of file ScoutingAnalyzerBase.h.
Referenced by ScoutingAnalyzerBase().