#include <EEBeamCaloClient.h>
Public Member Functions | |
void | analyze (void) |
Analyze. More... | |
void | beginJob (void) |
BeginJob. More... | |
void | beginRun (void) |
BeginRun. More... | |
void | cleanup (void) |
Cleanup. More... | |
EEBeamCaloClient (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 | ~EEBeamCaloClient () |
Destructor. More... | |
Public Member Functions inherited from EEClient | |
virtual | ~EEClient (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 * | meEEBCaloRedGreen_ |
MonitorElement * | meEEBCaloRedGreenReadCry_ |
MonitorElement * | meEEBCaloRedGreenSteps_ |
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 33 of file EEBeamCaloClient.h.
EEBeamCaloClient::EEBeamCaloClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 33 of file EEBeamCaloClient.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, meEEBCaloRedGreen_, meEEBCaloRedGreenReadCry_, meEEBCaloRedGreenSteps_, minEvtNum_, pBCriInBeamEvents_, prefixME_, prescaling_, ReadCryErrThr_, RMSEne3x3_, superModules_, and verbose_.
|
virtual |
|
virtual |
Analyze.
Implements EEClient.
Definition at line 333 of file EEBeamCaloClient.cc.
References abs, aveEne1_, aveEne3x3_, cloneME_, gather_cfg::cout, cryInArray_, debug_, dqmStore_, E1Th_, E3x3Th_, Entries, newFWLiteAna::found, DQMStore::get(), MonitorElement::getBinContent(), hBAllNeededCry_, hBBeamCentered_, hBcryDone_, hBCryOnBeam_, hbDesync_, hbE1MaxCry_, hBE1vsCry_, hBE3x3_, hBE3x3vsCry_, hBEne1_, hBEntriesvsCry_, hBGains_, hBMaxEneCry_, hBNumReadCry_, hBpulse_, hBReadCryErrors_, hbTBmoving_, trackerHits::histo, ievt_, jevt_, meEEBCaloRedGreen_, meEEBCaloRedGreenReadCry_, meEEBCaloRedGreenSteps_, minEvtNum_, pBCriInBeamEvents_, prefixME_, prescaling_, ReadCryErrThr_, RMSEne3x3_, and MonitorElement::setBinContent().
|
virtual |
BeginJob.
Implements EEClient.
Definition at line 101 of file EEBeamCaloClient.cc.
References gather_cfg::cout, debug_, dqmStore_, ievt_, jevt_, and cmsCodeRules.cppFunctionSkipper::operator.
|
virtual |
BeginRun.
Implements EEClient.
Definition at line 112 of file EEBeamCaloClient.cc.
References gather_cfg::cout, debug_, jevt_, and setup().
|
virtual |
Cleanup.
Implements EEClient.
Definition at line 173 of file EEBeamCaloClient.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_, meEEBCaloRedGreen_, meEEBCaloRedGreenReadCry_, meEEBCaloRedGreenSteps_, pBCriInBeamEvents_, prefixME_, DQMStore::removeElement(), and DQMStore::setCurrentFolder().
Referenced by endJob(), and endRun().
|
virtual |
EndJob.
Implements EEClient.
Definition at line 122 of file EEBeamCaloClient.cc.
References cleanup(), gather_cfg::cout, debug_, and ievt_.
|
virtual |
EndRun.
Implements EEClient.
Definition at line 130 of file EEBeamCaloClient.cc.
References cleanup(), gather_cfg::cout, debug_, and jevt_.
|
inlinevirtual |
Get Functions.
Implements EEClient.
Definition at line 70 of file EEBeamCaloClient.h.
References ievt_.
|
inlinevirtual |
Returns the number of processed events in this Run.
Implements EEClient.
Definition at line 71 of file EEBeamCaloClient.h.
References jevt_.
|
virtual |
Setup.
Implements EEClient.
Definition at line 138 of file EEBeamCaloClient.cc.
References newFWLiteAna::bin, DQMStore::book2D(), dqmStore_, MonitorElement::getName(), trackerHits::histo, meEEBCaloRedGreen_, meEEBCaloRedGreenReadCry_, meEEBCaloRedGreenSteps_, prefixME_, DQMStore::removeElement(), MonitorElement::Reset(), MonitorElement::setAxisTitle(), MonitorElement::setBinContent(), and DQMStore::setCurrentFolder().
Referenced by beginRun().
|
private |
Definition at line 146 of file EEBeamCaloClient.h.
Referenced by analyze(), and EEBeamCaloClient().
|
private |
Definition at line 148 of file EEBeamCaloClient.h.
Referenced by analyze(), and EEBeamCaloClient().
|
private |
Definition at line 94 of file EEBeamCaloClient.h.
Referenced by EEBeamCaloClient().
|
private |
Definition at line 80 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
staticprivate |
Definition at line 75 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 83 of file EEBeamCaloClient.h.
Referenced by analyze(), beginJob(), beginRun(), EEBeamCaloClient(), endJob(), and endRun().
|
private |
Definition at line 91 of file EEBeamCaloClient.h.
Referenced by analyze(), beginJob(), cleanup(), and setup().
|
private |
Definition at line 147 of file EEBeamCaloClient.h.
Referenced by analyze(), and EEBeamCaloClient().
|
private |
Definition at line 149 of file EEBeamCaloClient.h.
Referenced by analyze(), and EEBeamCaloClient().
|
private |
Definition at line 87 of file EEBeamCaloClient.h.
Referenced by cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 106 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 128 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 126 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 114 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 134 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 132 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 120 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 110 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 112 of file EEBeamCaloClient.h.
Referenced by cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 122 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 101 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 124 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 98 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 116 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 108 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 99 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 118 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 130 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 77 of file EEBeamCaloClient.h.
Referenced by analyze(), beginJob(), endJob(), and getEvtPerJob().
|
private |
Definition at line 78 of file EEBeamCaloClient.h.
Referenced by analyze(), beginJob(), beginRun(), endRun(), and getEvtPerRun().
|
private |
Definition at line 138 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), EEBeamCaloClient(), and setup().
|
private |
Definition at line 139 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), EEBeamCaloClient(), and setup().
|
private |
Definition at line 140 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), EEBeamCaloClient(), and setup().
|
private |
Definition at line 144 of file EEBeamCaloClient.h.
Referenced by analyze(), and EEBeamCaloClient().
|
private |
Definition at line 136 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), and EEBeamCaloClient().
|
private |
Definition at line 85 of file EEBeamCaloClient.h.
Referenced by analyze(), cleanup(), EEBeamCaloClient(), and setup().
|
private |
Definition at line 95 of file EEBeamCaloClient.h.
Referenced by analyze(), and EEBeamCaloClient().
|
private |
Definition at line 151 of file EEBeamCaloClient.h.
Referenced by analyze(), and EEBeamCaloClient().
|
private |
Definition at line 150 of file EEBeamCaloClient.h.
Referenced by analyze(), and EEBeamCaloClient().
|
private |
Definition at line 89 of file EEBeamCaloClient.h.
Referenced by EEBeamCaloClient().
|
private |
Definition at line 82 of file EEBeamCaloClient.h.
Referenced by EEBeamCaloClient().