#include <ElectronDqmAnalyzerBase.h>
Protected Member Functions | |
virtual void | analyze (const edm::Event &e, const edm::EventSetup &c) |
void | beginJob () |
virtual void | book () |
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 * | bookH1andDivide (const std::string &name, const std::string &num, const std::string &denom, const std::string &titleX, const std::string &titleY, const std::string &title="") |
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 * | 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 * | bookH2andDivide (const std::string &name, const std::string &num, const std::string &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") |
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") |
MonitorElement * | cloneH1 (const std::string &name, MonitorElement *original, const std::string &title="") |
MonitorElement * | cloneH1 (const std::string &name, const std::string &original, const std::string &title="") |
ElectronDqmAnalyzerBase (const edm::ParameterSet &conf) | |
virtual void | endJob () |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
virtual void | finalize () |
bool | finalStepDone () |
MonitorElement * | get (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 * | profileX (const std::string &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) |
MonitorElement * | profileY (const std::string &me2d, const std::string &title="", const std::string &titleX="", const std::string &titleY="", Double_t minimum=-1111, Double_t maximum=-1111) |
void | remove (const std::string &name) |
void | remove_other_dirs () |
void | setBookIndex (short) |
void | setBookPrefix (const std::string &) |
int | verbosity () |
virtual | ~ElectronDqmAnalyzerBase () |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Member Functions | |
const std::string * | find (const std::string &name) |
std::string | newName (const std::string &name) |
Private Attributes | |
short | bookIndex_ |
std::string | bookPrefix_ |
bool | finalDone_ |
std::string | finalStep_ |
std::vector< std::string > | histoNames_ |
bool | histoNamesReady |
std::string | inputFile_ |
std::string | inputInternalPath_ |
std::string | outputFile_ |
std::string | outputInternalPath_ |
DQMStore * | store_ |
int | verbosity_ |
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 14 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_, and verbosity_.
|
protectedvirtual |
Definition at line 30 of file ElectronDqmAnalyzerBase.cc.
|
inlineprotectedvirtual |
Implements edm::EDAnalyzer.
Reimplemented in ElectronTagProbeAnalyzer, ElectronAnalyzer, ElectronGeneralAnalyzer, ElectronMcFakeValidator, and ElectronMcSignalValidator.
Definition at line 30 of file ElectronDqmAnalyzerBase.h.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 99 of file ElectronDqmAnalyzerBase.cc.
References book(), inputFile_, DQMStore::open(), cppFunctionSkipper::operator, outputInternalPath_, DQMStore::setCurrentFolder(), DQMStore::setVerbose(), store_, and verbosity_.
|
inlineprotectedvirtual |
Reimplemented in ElectronTagProbeAnalyzer, ElectronAnalyzer, ElectronGeneralAnalyzer, ElectronMcFakeValidator, ElectronMcSignalValidator, ElectronMcFakePostValidator, and ElectronMcSignalPostValidator.
Definition at line 29 of file ElectronDqmAnalyzerBase.h.
Referenced by beginJob().
|
protected |
Definition at line 230 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getTH1F().
Referenced by ElectronMcFakeValidator::book(), ElectronMcSignalValidator::book(), ElectronGeneralAnalyzer::book(), ElectronAnalyzer::book(), and ElectronTagProbeAnalyzer::book().
|
protected |
Definition at line 300 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getTH1(), and MonitorElement::getTH1F().
Referenced by ElectronOfflineClient::finalize(), ElectronMcSignalPostValidator::finalize(), and ElectronMcFakePostValidator::finalize().
|
protected |
Definition at line 202 of file ElectronDqmAnalyzerBase.cc.
|
protected |
Definition at line 243 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getTH1F().
Referenced by ElectronMcFakeValidator::book(), ElectronMcSignalValidator::book(), ElectronAnalyzer::book(), ElectronTagProbeAnalyzer::book(), ElectronMcFakePostValidator::finalize(), and ElectronMcSignalPostValidator::finalize().
|
protected |
Definition at line 257 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getTH2F().
Referenced by ElectronMcFakeValidator::book(), ElectronMcSignalValidator::book(), ElectronGeneralAnalyzer::book(), ElectronAnalyzer::book(), and ElectronTagProbeAnalyzer::book().
|
protected |
Definition at line 319 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getTH1(), and MonitorElement::getTH2F().
Referenced by ElectronMcSignalPostValidator::finalize().
|
protected |
Definition at line 208 of file ElectronDqmAnalyzerBase.cc.
|
protected |
Definition at line 271 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getTH2F().
Referenced by ElectronMcSignalValidator::book().
|
protected |
Definition at line 286 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getTProfile().
Referenced by ElectronMcFakeValidator::book(), ElectronMcSignalValidator::book(), ElectronAnalyzer::book(), and ElectronGeneralAnalyzer::book().
|
protected |
Definition at line 338 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getTH1F().
|
protected |
Definition at line 214 of file ElectronDqmAnalyzerBase.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 134 of file ElectronDqmAnalyzerBase.cc.
References finalDone_, finalize(), finalStep_, outputFile_, outputInternalPath_, DQMStore::save(), DQMStore::setCurrentFolder(), store_, and funct::true.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 122 of file ElectronDqmAnalyzerBase.cc.
References finalDone_, finalize(), finalStep_, outputInternalPath_, DQMStore::setCurrentFolder(), store_, and funct::true.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 111 of file ElectronDqmAnalyzerBase.cc.
References finalDone_, finalize(), finalStep_, outputInternalPath_, DQMStore::setCurrentFolder(), store_, and funct::true.
|
inlineprotectedvirtual |
Reimplemented in ElectronOfflineClient, ElectronMcFakePostValidator, ElectronMcSignalPostValidator, and ElectronWebGetter.
Definition at line 31 of file ElectronDqmAnalyzerBase.h.
Referenced by endJob(), endLuminosityBlock(), and endRun().
|
inlineprotected |
|
private |
Definition at line 51 of file ElectronDqmAnalyzerBase.cc.
References DQMStore::getMEs(), histoNames_, histoNamesReady, outputInternalPath_, store_, and funct::true.
Referenced by BeautifulSoup.Tag::_invert(), get(), BeautifulSoup.PageElement::insert(), and remove().
|
protected |
Definition at line 148 of file ElectronDqmAnalyzerBase.cc.
References find(), newFWLiteAna::fullName, DQMStore::get(), inputInternalPath_, and store_.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
|
private |
Definition at line 39 of file ElectronDqmAnalyzerBase.cc.
References bookIndex_, bookPrefix_, and mergeVDriftHistosByStation::name.
|
protected |
Definition at line 352 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getName(), and MonitorElement::getTH2F().
Referenced by ElectronMcFakePostValidator::finalize(), and ElectronMcSignalPostValidator::finalize().
|
protected |
Definition at line 219 of file ElectronDqmAnalyzerBase.cc.
|
protected |
Definition at line 369 of file ElectronDqmAnalyzerBase.cc.
References MonitorElement::getName(), and MonitorElement::getTH2F().
Referenced by ElectronMcSignalPostValidator::finalize().
|
protected |
Definition at line 224 of file ElectronDqmAnalyzerBase.cc.
|
protected |
Definition at line 157 of file ElectronDqmAnalyzerBase.cc.
References find(), newFWLiteAna::fullName, inputInternalPath_, DQMStore::removeElement(), DQMStore::setCurrentFolder(), and store_.
|
protected |
Definition at line 167 of file ElectronDqmAnalyzerBase.cc.
References DQMStore::cd(), DQMStore::getSubdirs(), pos, DQMStore::pwd(), DQMStore::rmdir(), and store_.
Referenced by ElectronWebGetter::finalize().
|
protected |
Definition at line 36 of file ElectronDqmAnalyzerBase.cc.
References bookIndex_, and getHLTprescales::index.
Referenced by ElectronMcFakePostValidator::book(), ElectronMcSignalPostValidator::book(), ElectronMcFakeValidator::book(), ElectronMcSignalValidator::book(), ElectronAnalyzer::book(), ElectronTagProbeAnalyzer::book(), and ElectronOfflineClient::finalize().
|
protected |
Definition at line 33 of file ElectronDqmAnalyzerBase.cc.
References bookPrefix_, and prof2calltree::prefix.
Referenced by ElectronMcFakeValidator::book(), ElectronMcSignalValidator::book(), ElectronMcSignalPostValidator::finalize(), and ElectronMcFakePostValidator::finalize().
|
inlineprotected |
|
private |
Definition at line 128 of file ElectronDqmAnalyzerBase.h.
Referenced by newName(), and setBookIndex().
|
private |
Definition at line 127 of file ElectronDqmAnalyzerBase.h.
Referenced by newName(), and setBookPrefix().
|
private |
Definition at line 137 of file ElectronDqmAnalyzerBase.h.
Referenced by endJob(), endLuminosityBlock(), endRun(), and finalStepDone().
|
private |
Definition at line 131 of file ElectronDqmAnalyzerBase.h.
Referenced by ElectronDqmAnalyzerBase(), endJob(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 130 of file ElectronDqmAnalyzerBase.h.
Referenced by find().
|
private |
Definition at line 129 of file ElectronDqmAnalyzerBase.h.
Referenced by find().
|
private |
Definition at line 132 of file ElectronDqmAnalyzerBase.h.
Referenced by beginJob(), and ElectronDqmAnalyzerBase().
|
private |
Definition at line 134 of file ElectronDqmAnalyzerBase.h.
Referenced by ElectronDqmAnalyzerBase(), get(), and remove().
|
private |
Definition at line 133 of file ElectronDqmAnalyzerBase.h.
Referenced by ElectronDqmAnalyzerBase(), and endJob().
|
private |
Definition at line 135 of file ElectronDqmAnalyzerBase.h.
Referenced by beginJob(), ElectronDqmAnalyzerBase(), endJob(), endLuminosityBlock(), endRun(), and find().
|
private |
Definition at line 136 of file ElectronDqmAnalyzerBase.h.
Referenced by beginJob(), endJob(), endLuminosityBlock(), endRun(), find(), get(), remove(), and remove_other_dirs().
|
private |
Definition at line 126 of file ElectronDqmAnalyzerBase.h.
Referenced by beginJob(), ElectronDqmAnalyzerBase(), and verbosity().