#include <EBBeamCaloClient.h>
Public Member Functions | |
void | analyze (void) |
Analyze. More... | |
void | beginJob (void) |
BeginJob. More... | |
void | beginRun (void) |
BeginRun. More... | |
void | cleanup (void) |
Cleanup. More... | |
EBBeamCaloClient (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 | ~EBBeamCaloClient () |
Destructor. More... | |
Public Member Functions inherited from EBClient | |
virtual | ~EBClient (void) |
Private Attributes | |
float | aveEne1_ |
float | aveEne3x3_ |
std::vector< int > | checkedSteps_ |
bool | cloneME_ |
bool | debug_ |
DQMStore * | dqmStore_ |
float | E1Th_ |
float | E3x3Th_ |
bool | enableCleanup_ |
TH1F * | hBAllNeededCry_ |
TH2F * | hBBeamCentered_ |
TH1F * | hBcryDone_ |
TH2F * | hBCryOnBeam_ |
TH1F * | hbDesync_ |
TH1F * | hbE1MaxCry_ |
TProfile * | hBE1vsCry_ |
TH1F * | hBE3x3_ |
TH1F * | hBE3x3Moving_ |
TProfile * | hBE3x3vsCry_ |
TH1F * | hBEne1_ |
TH1F * | hBEntriesvsCry_ |
TH1F * | hBGains_ [cryInArray_] |
TH2F * | hBMaxEneCry_ |
TH1F * | hBNumReadCry_ |
TProfile * | hBpulse_ [cryInArray_] |
TH1F * | hBReadCryErrors_ |
TH1F * | hbTBmoving_ |
int | ievt_ |
int | jevt_ |
MonitorElement * | meEBBCaloRedGreen_ |
MonitorElement * | meEBBCaloRedGreenReadCry_ |
MonitorElement * | meEBBCaloRedGreenSteps_ |
int | minEvtNum_ |
TProfile * | pBCriInBeamEvents_ |
std::string | prefixME_ |
float | prescaling_ |
float | ReadCryErrThr_ |
float | RMSEne3x3_ |
std::vector< int > | superModules_ |
bool | verbose_ |
Static Private Attributes | |
static const int | cryInArray_ = 9 |
Definition at line 34 of file EBBeamCaloClient.h.
EBBeamCaloClient::EBBeamCaloClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 35 of file EBBeamCaloClient.cc.
References aveEne1_, aveEne3x3_, checkedSteps_, cloneME_, cryInArray_, debug_, E1Th_, E3x3Th_, enableCleanup_, edm::ParameterSet::getUntrackedParameter(), hBAllNeededCry_, hBBeamCentered_, hBcryDone_, hBCryOnBeam_, hbDesync_, hbE1MaxCry_, hBE1vsCry_, hBE3x3_, hBE3x3Moving_, hBE3x3vsCry_, hBEne1_, hBEntriesvsCry_, hBGains_, hBMaxEneCry_, hBNumReadCry_, hBpulse_, hBReadCryErrors_, hbTBmoving_, i, meEBBCaloRedGreen_, meEBBCaloRedGreenReadCry_, meEBBCaloRedGreenSteps_, minEvtNum_, pBCriInBeamEvents_, prefixME_, prescaling_, ReadCryErrThr_, RMSEne3x3_, superModules_, and verbose_.
|
virtual |
|
virtual |
Analyze.
Implements EBClient.
Definition at line 335 of file EBBeamCaloClient.cc.
References abs, aveEne1_, aveEne3x3_, cloneME_, gather_cfg::cout, cryInArray_, debug_, dqmStore_, E1Th_, E3x3Th_, Entries, newFWLiteAna::found, DQMStore::get(), MonitorElement::getBinContent(), UtilsClient::getHisto(), hBAllNeededCry_, hBBeamCentered_, hBcryDone_, hBCryOnBeam_, hbDesync_, hbE1MaxCry_, hBE1vsCry_, hBE3x3_, hBE3x3vsCry_, hBEne1_, hBEntriesvsCry_, hBGains_, hBMaxEneCry_, hBNumReadCry_, hBpulse_, hBReadCryErrors_, hbTBmoving_, ievt_, jevt_, meEBBCaloRedGreen_, meEBBCaloRedGreenReadCry_, meEBBCaloRedGreenSteps_, minEvtNum_, pBCriInBeamEvents_, prefixME_, prescaling_, ReadCryErrThr_, RMSEne3x3_, and MonitorElement::setBinContent().
|
virtual |
BeginJob.
Implements EBClient.
Definition at line 103 of file EBBeamCaloClient.cc.
References gather_cfg::cout, debug_, dqmStore_, ievt_, jevt_, and cmsCodeRules.cppFunctionSkipper::operator.
|
virtual |
BeginRun.
Implements EBClient.
Definition at line 114 of file EBBeamCaloClient.cc.
References gather_cfg::cout, debug_, jevt_, and setup().
|
virtual |
Cleanup.
Implements EBClient.
Definition at line 175 of file EBBeamCaloClient.cc.
References cloneME_, cryInArray_, dqmStore_, enableCleanup_, MonitorElement::getName(), hBAllNeededCry_, hBBeamCentered_, hBcryDone_, hBCryOnBeam_, hbDesync_, hbE1MaxCry_, hBE1vsCry_, hBE3x3_, hBE3x3Moving_, hBE3x3vsCry_, hBEne1_, hBEntriesvsCry_, hBGains_, hBMaxEneCry_, hBNumReadCry_, hBpulse_, hBReadCryErrors_, hbTBmoving_, meEBBCaloRedGreen_, meEBBCaloRedGreenReadCry_, meEBBCaloRedGreenSteps_, pBCriInBeamEvents_, prefixME_, DQMStore::removeElement(), and DQMStore::setCurrentFolder().
Referenced by endJob(), and endRun().
|
virtual |
EndJob.
Implements EBClient.
Definition at line 124 of file EBBeamCaloClient.cc.
References cleanup(), gather_cfg::cout, debug_, and ievt_.
|
virtual |
EndRun.
Implements EBClient.
Definition at line 132 of file EBBeamCaloClient.cc.
References cleanup(), gather_cfg::cout, debug_, and jevt_.
|
inlinevirtual |
Get Functions.
Implements EBClient.
Definition at line 71 of file EBBeamCaloClient.h.
References ievt_.
|
inlinevirtual |
Returns the number of processed events in this Run.
Implements EBClient.
Definition at line 72 of file EBBeamCaloClient.h.
References jevt_.
|
virtual |
Setup.
Implements EBClient.
Definition at line 140 of file EBBeamCaloClient.cc.
References newFWLiteAna::bin, DQMStore::book2D(), dqmStore_, MonitorElement::getName(), meEBBCaloRedGreen_, meEBBCaloRedGreenReadCry_, meEBBCaloRedGreenSteps_, mergeVDriftHistosByStation::name, prefixME_, DQMStore::removeElement(), MonitorElement::Reset(), MonitorElement::setAxisTitle(), MonitorElement::setBinContent(), and DQMStore::setCurrentFolder().
Referenced by beginRun().
|
private |
Definition at line 147 of file EBBeamCaloClient.h.
Referenced by analyze(), and EBBeamCaloClient().
|
private |
Definition at line 149 of file EBBeamCaloClient.h.
Referenced by analyze(), and EBBeamCaloClient().
|
private |
Definition at line 95 of file EBBeamCaloClient.h.
Referenced by EBBeamCaloClient().
|
private |
Definition at line 81 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
staticprivate |
Definition at line 76 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 84 of file EBBeamCaloClient.h.
Referenced by analyze(), beginJob(), beginRun(), EBBeamCaloClient(), endJob(), and endRun().
|
private |
Definition at line 92 of file EBBeamCaloClient.h.
Referenced by analyze(), beginJob(), cleanup(), and setup().
|
private |
Definition at line 148 of file EBBeamCaloClient.h.
Referenced by analyze(), and EBBeamCaloClient().
|
private |
Definition at line 150 of file EBBeamCaloClient.h.
Referenced by analyze(), and EBBeamCaloClient().
|
private |
Definition at line 88 of file EBBeamCaloClient.h.
Referenced by cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 107 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 129 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 127 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 115 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 135 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 133 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 121 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 111 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 113 of file EBBeamCaloClient.h.
Referenced by cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 123 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 102 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 125 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 99 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 117 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 109 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 100 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 119 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 131 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 78 of file EBBeamCaloClient.h.
Referenced by analyze(), beginJob(), endJob(), and getEvtPerJob().
|
private |
Definition at line 79 of file EBBeamCaloClient.h.
Referenced by analyze(), beginJob(), beginRun(), endRun(), and getEvtPerRun().
|
private |
Definition at line 139 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), EBBeamCaloClient(), and setup().
|
private |
Definition at line 140 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), EBBeamCaloClient(), and setup().
|
private |
Definition at line 141 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), EBBeamCaloClient(), and setup().
|
private |
Definition at line 145 of file EBBeamCaloClient.h.
Referenced by analyze(), and EBBeamCaloClient().
|
private |
Definition at line 137 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EBBeamCaloClient().
|
private |
Definition at line 86 of file EBBeamCaloClient.h.
Referenced by analyze(), cleanup(), EBBeamCaloClient(), and setup().
|
private |
Definition at line 96 of file EBBeamCaloClient.h.
Referenced by analyze(), and EBBeamCaloClient().
|
private |
Definition at line 152 of file EBBeamCaloClient.h.
Referenced by analyze(), and EBBeamCaloClient().
|
private |
Definition at line 151 of file EBBeamCaloClient.h.
Referenced by analyze(), and EBBeamCaloClient().
|
private |
Definition at line 90 of file EBBeamCaloClient.h.
Referenced by EBBeamCaloClient().
|
private |
Definition at line 83 of file EBBeamCaloClient.h.
Referenced by EBBeamCaloClient().