#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::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 |
DQMStore * | m_store |
unsigned | m_verbosityLevel |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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, m_verbosityLevel, and AlCaHLTBitMon_QueryRunRegistry::string.
|
protectedvirtual |
Definition at line 22 of file ScoutingAnalyzerBase.cc.
|
inlineprotectedvirtual |
Implements edm::EDAnalyzer.
Reimplemented in DiJetVarAnalyzer, RazorVarAnalyzer, ScoutingTestAnalyzer, and AlphaTVarAnalyzer.
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(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
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(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 129 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getTH1().
Referenced by AlphaTVarAnalyzer::bookMEs(), ScoutingTestAnalyzer::bookMEs(), RazorVarAnalyzer::bookMEs(), and DiJetVarAnalyzer::bookMEs().
|
inlineprotectedvirtual |
Reimplemented in DiJetVarAnalyzer, RazorVarAnalyzer, ScoutingTestAnalyzer, and AlphaTVarAnalyzer.
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, RazorVarAnalyzer, ScoutingTestAnalyzer, and AlphaTVarAnalyzer.
Definition at line 31 of file ScoutingAnalyzerBase.h.
|
inlineprotected |
|
protected |
Definition at line 202 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getName(), MonitorElement::getTH2D(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by ScoutingTestAnalyzer::endRun().
|
protected |
Definition at line 221 of file ScoutingAnalyzerBase.cc.
References MonitorElement::getName(), MonitorElement::getTH2D(), and AlCaHLTBitMon_QueryRunRegistry::string.
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().