#include <EBClusterClient.h>
Public Member Functions | |
void | analyze (void) |
Analyze. More... | |
void | beginJob (void) |
BeginJob. More... | |
void | beginRun (void) |
BeginRun. More... | |
void | cleanup (void) |
Cleanup. More... | |
EBClusterClient (const edm::ParameterSet &ps) | |
Constructor. More... | |
void | endJob (void) |
EndJob. More... | |
void | endRun (void) |
EndRun. More... | |
int | getEvtPerJob () |
Get Functions. More... | |
int | getEvtPerRun () |
Returns the number of processed events in this Run. More... | |
void | setup (void) |
Setup. More... | |
virtual | ~EBClusterClient () |
Destructor. More... | |
Public Member Functions inherited from EBClient | |
virtual | ~EBClient (void) |
Private Attributes | |
bool | cloneME_ |
bool | debug_ |
DQMStore * | dqmStore_ |
bool | enableCleanup_ |
TH1F * | h01_ [3] |
TProfile2D * | h02_ [2] |
TProfile * | h02ProjEta_ [2] |
TProfile * | h02ProjPhi_ [2] |
TH2F * | h03_ |
TH1F * | h03ProjEta_ |
TH1F * | h03ProjPhi_ |
TProfile2D * | h04_ |
TProfile * | h04ProjEta_ |
TProfile * | h04ProjPhi_ |
TH1F * | i01_ [3] |
int | ievt_ |
int | jevt_ |
std::string | prefixME_ |
TH1F * | s01_ [3] |
std::vector< int > | superModules_ |
bool | verbose_ |
Friends | |
class | EBSummaryClient |
Definition at line 34 of file EBClusterClient.h.
EBClusterClient::EBClusterClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 25 of file EBClusterClient.cc.
References cloneME_, debug_, enableCleanup_, edm::ParameterSet::getUntrackedParameter(), h01_, h02_, h02ProjEta_, h02ProjPhi_, h03_, h03ProjEta_, h03ProjPhi_, h04_, h04ProjEta_, h04ProjPhi_, i, i01_, prefixME_, s01_, superModules_, and verbose_.
|
virtual |
|
virtual |
Analyze.
Implements EBClient.
Definition at line 194 of file EBClusterClient.cc.
References cloneME_, gather_cfg::cout, debug_, dqmStore_, DQMStore::get(), h01_, h02_, h02ProjEta_, h02ProjPhi_, h03_, h03ProjEta_, h03ProjPhi_, h04_, h04ProjEta_, h04ProjPhi_, trackerHits::histo, i01_, ievt_, jevt_, prefixME_, and s01_.
|
virtual |
BeginJob.
Implements EBClient.
Definition at line 80 of file EBClusterClient.cc.
References gather_cfg::cout, debug_, dqmStore_, ievt_, jevt_, and cmsCodeRules.cppFunctionSkipper::operator.
|
virtual |
BeginRun.
Implements EBClient.
Definition at line 91 of file EBClusterClient.cc.
References gather_cfg::cout, debug_, jevt_, and setup().
|
virtual |
Cleanup.
Implements EBClient.
Definition at line 123 of file EBClusterClient.cc.
References cloneME_, enableCleanup_, h01_, h02_, h02ProjEta_, h02ProjPhi_, h03_, h03ProjEta_, h03ProjPhi_, h04_, h04ProjEta_, h04ProjPhi_, i01_, and s01_.
Referenced by endJob(), and endRun().
|
virtual |
EndJob.
Implements EBClient.
Definition at line 101 of file EBClusterClient.cc.
References cleanup(), gather_cfg::cout, debug_, and ievt_.
|
virtual |
EndRun.
Implements EBClient.
Definition at line 109 of file EBClusterClient.cc.
References cleanup(), gather_cfg::cout, debug_, and jevt_.
|
inlinevirtual |
Get Functions.
Implements EBClient.
Definition at line 73 of file EBClusterClient.h.
References ievt_.
|
inlinevirtual |
Returns the number of processed events in this Run.
Implements EBClient.
Definition at line 74 of file EBClusterClient.h.
References jevt_.
|
virtual |
Setup.
Implements EBClient.
Definition at line 117 of file EBClusterClient.cc.
References dqmStore_, prefixME_, and DQMStore::setCurrentFolder().
Referenced by beginRun().
|
friend |
Definition at line 36 of file EBClusterClient.h.
|
private |
Definition at line 81 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 84 of file EBClusterClient.h.
Referenced by analyze(), beginJob(), beginRun(), EBClusterClient(), endJob(), and endRun().
|
private |
Definition at line 92 of file EBClusterClient.h.
Referenced by analyze(), beginJob(), and setup().
|
private |
Definition at line 88 of file EBClusterClient.h.
Referenced by cleanup(), and EBClusterClient().
|
private |
Definition at line 94 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 95 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 96 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 96 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 97 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 98 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 98 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 99 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 100 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 100 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 101 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 78 of file EBClusterClient.h.
Referenced by analyze(), beginJob(), endJob(), and getEvtPerJob().
|
private |
Definition at line 79 of file EBClusterClient.h.
Referenced by analyze(), beginJob(), beginRun(), endRun(), and getEvtPerRun().
|
private |
Definition at line 86 of file EBClusterClient.h.
Referenced by analyze(), EBClusterClient(), and setup().
|
private |
Definition at line 103 of file EBClusterClient.h.
Referenced by analyze(), cleanup(), and EBClusterClient().
|
private |
Definition at line 90 of file EBClusterClient.h.
Referenced by EBClusterClient().
|
private |
Definition at line 83 of file EBClusterClient.h.
Referenced by EBClusterClient().