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