#include <ElectronDqmAnalyzerBase.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 * | 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 * | 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 * | 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") |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
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") |
MonitorElement * | cloneH1 (DQMStore::IBooker &iBooker, const std::string &name, MonitorElement *original, const std::string &title="") |
MonitorElement * | cloneH1 (DQMStore::IBooker &iBooker, const std::string &name, const std::string &original, const std::string &title="") |
ElectronDqmAnalyzerBase (const edm::ParameterSet &conf) | |
void | setBookEfficiencyFlag (const bool &) |
void | setBookIndex (short) |
void | setBookPrefix (const std::string &) |
void | setBookStatOverflowFlag (const bool &) |
int | verbosity () |
~ElectronDqmAnalyzerBase () override | |
Private Member Functions | |
std::string | newName (const std::string &name) |
Private Attributes | |
bool | bookEfficiencyFlag_ = false |
short | bookIndex_ |
std::string | bookPrefix_ |
bool | bookStatOverflowFlag_ = false |
std::string | finalStep_ |
std::vector< std::string > | histoNames_ |
bool | histoNamesReady |
std::string | inputFile_ |
std::string | inputInternalPath_ |
std::string | outputFile_ |
std::string | outputInternalPath_ |
int | verbosity_ |
Additional Inherited Members | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Definition at line 22 of file ElectronDqmAnalyzerBase.h.
|
explicitprotected |
Definition at line 19 of file ElectronDqmAnalyzerBase.cc.
References finalStep_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), inputFile_, inputInternalPath_, outputFile_, outputInternalPath_, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity_.
|
overrideprotected |
Definition at line 31 of file ElectronDqmAnalyzerBase.cc.
|
inlineoverrideprotected |
Definition at line 34 of file ElectronDqmAnalyzerBase.h.
|
protected |
Definition at line 66 of file ElectronDqmAnalyzerBase.cc.
References DQMStore::IBooker::book1D(), bookH1withSumw2(), bookStatOverflowFlag_, MonitorElement::getTH1(), MonitorElement::getTH1F(), newName(), outputInternalPath_, and DQMStore::IBooker::setCurrentFolder().
Referenced by ElectronMcSignalValidatorMiniAOD::bookHistograms(), ElectronMcSignalValidator::bookHistograms(), ElectronGeneralAnalyzer::bookHistograms(), bookHistograms(), ElectronTagProbeAnalyzer::bookHistograms(), ElectronMcFakeValidator::bookHistograms(), and ElectronAnalyzer::bookHistograms().
|
protected |
Definition at line 81 of file ElectronDqmAnalyzerBase.cc.
References DQMStore::IBooker::book1D(), bookH2(), bookStatOverflowFlag_, MonitorElement::getTH1(), MonitorElement::getTH1F(), newName(), outputInternalPath_, and DQMStore::IBooker::setCurrentFolder().
Referenced by bookH1(), ElectronMcSignalValidatorMiniAOD::bookHistograms(), ElectronMcSignalValidator::bookHistograms(), ElectronTagProbeAnalyzer::bookHistograms(), ElectronMcFakeValidator::bookHistograms(), and ElectronAnalyzer::bookHistograms().
|
protected |
Definition at line 97 of file ElectronDqmAnalyzerBase.cc.
References DQMStore::IBooker::book2D(), bookH2withSumw2(), bookStatOverflowFlag_, MonitorElement::getTH1(), MonitorElement::getTH2F(), newName(), outputInternalPath_, and DQMStore::IBooker::setCurrentFolder().
Referenced by bookH1withSumw2(), ElectronMcSignalValidatorMiniAOD::bookHistograms(), ElectronMcSignalValidator::bookHistograms(), ElectronGeneralAnalyzer::bookHistograms(), ElectronTagProbeAnalyzer::bookHistograms(), ElectronMcFakeValidator::bookHistograms(), and ElectronAnalyzer::bookHistograms().
|
protected |
Definition at line 113 of file ElectronDqmAnalyzerBase.cc.
References DQMStore::IBooker::book2D(), bookP1(), bookStatOverflowFlag_, MonitorElement::getTH1(), MonitorElement::getTH2F(), newName(), outputInternalPath_, and DQMStore::IBooker::setCurrentFolder().
Referenced by bookH2(), ElectronMcSignalValidatorMiniAOD::bookHistograms(), and ElectronMcSignalValidator::bookHistograms().
|
overrideprotected |
Definition at line 59 of file ElectronDqmAnalyzerBase.cc.
References bookH1().
|
protected |
Definition at line 130 of file ElectronDqmAnalyzerBase.cc.
References DQMStore::IBooker::bookProfile(), bookStatOverflowFlag_, MonitorElement::getTH1(), MonitorElement::getTProfile(), newName(), outputInternalPath_, and DQMStore::IBooker::setCurrentFolder().
Referenced by bookH2withSumw2(), ElectronMcSignalValidator::bookHistograms(), ElectronGeneralAnalyzer::bookHistograms(), ElectronMcFakeValidator::bookHistograms(), and ElectronAnalyzer::bookHistograms().
|
protected |
|
protected |
|
private |
Definition at line 46 of file ElectronDqmAnalyzerBase.cc.
References bookIndex_, bookPrefix_, and dataset::name.
Referenced by bookH1(), bookH1withSumw2(), bookH2(), bookH2withSumw2(), and bookP1().
|
protected |
Definition at line 40 of file ElectronDqmAnalyzerBase.cc.
References bookEfficiencyFlag_.
Referenced by ElectronMcSignalValidatorMiniAOD::bookHistograms(), ElectronMcSignalValidator::bookHistograms(), and ElectronMcFakeValidator::bookHistograms().
|
protected |
Definition at line 37 of file ElectronDqmAnalyzerBase.cc.
References bookIndex_.
Referenced by ElectronMcSignalValidatorMiniAOD::bookHistograms(), ElectronMcSignalValidator::bookHistograms(), ElectronTagProbeAnalyzer::bookHistograms(), ElectronMcFakeValidator::bookHistograms(), and ElectronAnalyzer::bookHistograms().
|
protected |
Definition at line 34 of file ElectronDqmAnalyzerBase.cc.
References bookPrefix_, and tablePrinter::prefix.
Referenced by ElectronMcSignalValidatorMiniAOD::bookHistograms(), ElectronMcSignalValidator::bookHistograms(), and ElectronMcFakeValidator::bookHistograms().
|
protected |
Definition at line 43 of file ElectronDqmAnalyzerBase.cc.
References bookStatOverflowFlag_.
Referenced by ElectronMcSignalValidatorMiniAOD::bookHistograms(), ElectronMcSignalValidator::bookHistograms(), and ElectronMcFakeValidator::bookHistograms().
|
inlineprotected |
Definition at line 37 of file ElectronDqmAnalyzerBase.h.
References dataset::name, TSGForRoadSearch_cfi::option, definitions::original, AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.
|
private |
Definition at line 90 of file ElectronDqmAnalyzerBase.h.
Referenced by setBookEfficiencyFlag().
|
private |
Definition at line 89 of file ElectronDqmAnalyzerBase.h.
Referenced by newName(), and setBookIndex().
|
private |
Definition at line 88 of file ElectronDqmAnalyzerBase.h.
Referenced by newName(), and setBookPrefix().
|
private |
Definition at line 91 of file ElectronDqmAnalyzerBase.h.
Referenced by bookH1(), bookH1withSumw2(), bookH2(), bookH2withSumw2(), bookP1(), and setBookStatOverflowFlag().
|
private |
Definition at line 94 of file ElectronDqmAnalyzerBase.h.
Referenced by ElectronDqmAnalyzerBase().
|
private |
Definition at line 93 of file ElectronDqmAnalyzerBase.h.
|
private |
Definition at line 92 of file ElectronDqmAnalyzerBase.h.
|
private |
Definition at line 95 of file ElectronDqmAnalyzerBase.h.
Referenced by ElectronDqmAnalyzerBase().
|
private |
Definition at line 97 of file ElectronDqmAnalyzerBase.h.
Referenced by ElectronDqmAnalyzerBase().
|
private |
Definition at line 96 of file ElectronDqmAnalyzerBase.h.
Referenced by ElectronDqmAnalyzerBase().
|
private |
Definition at line 98 of file ElectronDqmAnalyzerBase.h.
Referenced by bookH1(), bookH1withSumw2(), bookH2(), bookH2withSumw2(), bookP1(), and ElectronDqmAnalyzerBase().
|
private |
Definition at line 87 of file ElectronDqmAnalyzerBase.h.
Referenced by ElectronDqmAnalyzerBase().