#include <L1TdeECALClient.h>
Public Member Functions | |
L1TdeECALClient (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~L1TdeECALClient () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Fake Analyze. More... | |
void | beginJob (void) |
BeginJob. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
BeginRun. More... | |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
DQM Client Diagnostic. More... | |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
EndRun. More... | |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Member Functions | |
TH1F * | get1DHisto (std::string meName, DQMStore *dbi) |
TProfile * | get1DProfile (std::string meName, DQMStore *dbi) |
TH2F * | get2DHisto (std::string meName, DQMStore *dbi) |
TProfile2D * | get2DProfile (std::string meName, DQMStore *dbi) |
void | initialize () |
Private Attributes | |
int | counterEvt_ |
counter More... | |
int | counterLS_ |
DQMStore * | dbe_ |
MonitorElement * | ecalEtMapDiff1D_proj |
prescale on number of events More... | |
MonitorElement * | ecalEtMapDiff1D_proj_badChs |
MonitorElement * | ecalEtMapDiff_badChs |
std::string | monitorDir_ |
edm::ParameterSet | parameters_ |
int | prescaleEvt_ |
units of lumi sections More... | |
int | prescaleLS_ |
counter More... | |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Definition at line 21 of file L1TdeECALClient.h.
L1TdeECALClient::L1TdeECALClient | ( | const edm::ParameterSet & | ps | ) |
|
virtual |
|
protectedvirtual |
Fake Analyze.
Implements edm::EDAnalyzer.
Definition at line 158 of file L1TdeECALClient.cc.
References gather_cfg::cout, dbe_, i, and j.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 57 of file L1TdeECALClient.cc.
References DQMStore::book1D(), DQMStore::book2D(), gather_cfg::cout, dbe_, cmsCodeRules.cppFunctionSkipper::operator, and DQMStore::setCurrentFolder().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 80 of file L1TdeECALClient.cc.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 84 of file L1TdeECALClient.cc.
References gather_cfg::cout, dbe_, dqm::qstatus::DISABLED, dqm::qstatus::ERROR, DQMStore::get(), MonitorElement::getEntries(), DQMStore::getMEs(), MonitorElement::getQReports(), dqm::qstatus::INSUF_STAT, dqm::qstatus::INVALID, DQMStore::pwd(), and dqm::qstatus::WARNING.
|
protectedvirtual |
|
private |
Definition at line 196 of file L1TdeECALClient.cc.
References gather_cfg::cout, DQMStore::get(), MonitorElement::getTH1F(), and NULL.
|
private |
Definition at line 240 of file L1TdeECALClient.cc.
References gather_cfg::cout, DQMStore::get(), MonitorElement::getTProfile(), and NULL.
|
private |
Definition at line 209 of file L1TdeECALClient.cc.
References gather_cfg::cout, DQMStore::get(), MonitorElement::getTH2F(), and NULL.
|
private |
Definition at line 225 of file L1TdeECALClient.cc.
References gather_cfg::cout, DQMStore::get(), MonitorElement::getTProfile2D(), and NULL.
|
private |
Definition at line 32 of file L1TdeECALClient.cc.
References gather_cfg::cout, dbe_, and cmsCodeRules.cppFunctionSkipper::operator.
|
private |
counter
Definition at line 68 of file L1TdeECALClient.h.
|
private |
Definition at line 67 of file L1TdeECALClient.h.
|
private |
Definition at line 64 of file L1TdeECALClient.h.
|
private |
prescale on number of events
Definition at line 73 of file L1TdeECALClient.h.
|
private |
Definition at line 74 of file L1TdeECALClient.h.
|
private |
Definition at line 75 of file L1TdeECALClient.h.
|
private |
Definition at line 65 of file L1TdeECALClient.h.
|
private |
Definition at line 62 of file L1TdeECALClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().
|
private |
units of lumi sections
Definition at line 70 of file L1TdeECALClient.h.
|
private |
counter
Definition at line 69 of file L1TdeECALClient.h.
|
private |
Definition at line 66 of file L1TdeECALClient.h.