#include <ScoutingAnalyzerBase.h>
Protected Member Functions | |
virtual void | analyze (const edm::Event &e, const edm::EventSetup &c) |
void | beginJob () |
MonitorElement * | bookH1 (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 (const std::string &name, MonitorElement *num, MonitorElement *denom, const std::string &titleX, const std::string &titleY, const std::string &title="") |
MonitorElement * | bookH1BinArray (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 (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 (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 (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 (const std::string &name, MonitorElement *num, MonitorElement *denom, const std::string &titleX, const std::string &titleY, const std::string &title="") |
MonitorElement * | bookH2withSumw2 (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") |
virtual void | bookMEs () |
MonitorElement * | bookP1 (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 | endJob () |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
std::string | newName (const std::string &name) |
MonitorElement * | profileX (MonitorElement *me2d, const std::string &title="", const std::string &titleX="", const std::string &titleY="", Double_t minimum=-1111, Double_t maximum=-1111) |
MonitorElement * | profileY (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::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Attributes | |
std::string | m_MEsPath |
std::string | m_modulePath |
DQMStore * | m_store |
unsigned | m_verbosityLevel |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 21 of file ScoutingAnalyzerBase.h.
|
explicitprotected |
Definition at line 12 of file ScoutingAnalyzerBase.cc.
References edm::ParameterSet::getUntrackedParameter(), m_MEsPath, m_modulePath, and m_verbosityLevel.
|
protectedvirtual |
Definition at line 22 of file ScoutingAnalyzerBase.cc.
|
inlineprotectedvirtual |
Implements edm::EDAnalyzer.
Reimplemented in DiJetVarAnalyzer, ScoutingTestAnalyzer, AlphaTVarAnalyzer, and RazorVarAnalyzer.
Definition at line 34 of file ScoutingAnalyzerBase.h.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 26 of file ScoutingAnalyzerBase.cc.
References bookMEs(), m_MEsPath, m_store, m_verbosityLevel, cppFunctionSkipper::operator, DQMStore::setCurrentFolder(), and DQMStore::setVerbose().
|
protected |
Definition at line 45 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getTH1().
|
protected |
Definition at line 162 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getTH1().
|
protected |
Definition at line 78 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getTH1().
|
protected |
Definition at line 60 of file ScoutingAnalyzerBase.cc.
References gather_cfg::cout, and MonitorElement::getTH1().
Referenced by AlphaTVarAnalyzer::bookMEs(), ScoutingTestAnalyzer::bookMEs(), and DiJetVarAnalyzer::bookMEs().
|
protected |
Definition at line 94 of file ScoutingAnalyzerBase.cc.
References gather_cfg::cout, and MonitorElement::getTH1().
Referenced by DiJetVarAnalyzer::bookMEs().
|
protected |
Definition at line 113 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getTH1().
|
protected |
Definition at line 182 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getTH1().
|
protected |
Definition at line 129 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getTH1().
Referenced by AlphaTVarAnalyzer::bookMEs(), RazorVarAnalyzer::bookMEs(), ScoutingTestAnalyzer::bookMEs(), and DiJetVarAnalyzer::bookMEs().
|
inlineprotectedvirtual |
Reimplemented in DiJetVarAnalyzer, ScoutingTestAnalyzer, AlphaTVarAnalyzer, and RazorVarAnalyzer.
Definition at line 36 of file ScoutingAnalyzerBase.h.
Referenced by beginJob().
|
protected |
Definition at line 146 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getTProfile().
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
Reimplemented from edm::EDAnalyzer.
Reimplemented in DiJetVarAnalyzer, ScoutingTestAnalyzer, AlphaTVarAnalyzer, and RazorVarAnalyzer.
Definition at line 31 of file ScoutingAnalyzerBase.h.
|
inlineprotected |
|
protected |
Definition at line 202 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getName(), and MonitorElement::getTH2D().
Referenced by ScoutingTestAnalyzer::endRun().
|
protected |
Definition at line 221 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getName(), and MonitorElement::getTH2D().
Referenced by ScoutingTestAnalyzer::endRun().
|
private |
Definition at line 109 of file ScoutingAnalyzerBase.h.
Referenced by beginJob(), and ScoutingAnalyzerBase().
|
private |
Definition at line 108 of file ScoutingAnalyzerBase.h.
Referenced by ScoutingAnalyzerBase().
|
private |
Definition at line 111 of file ScoutingAnalyzerBase.h.
Referenced by beginJob().
|
private |
Definition at line 110 of file ScoutingAnalyzerBase.h.
Referenced by beginJob(), and ScoutingAnalyzerBase().