Go to the documentation of this file.
48 double defaultValue = 1.;
54 runInfoRec->get(sumFED);
55 std::vector<int> FedsInIds = sumFED->
m_fed_in;
58 while (!
flag &&
f < FedsInIds.size()) {
59 int fedID = FedsInIds[
f];
80 CertMap_ = ibooker.
book2D(
"CertificationSummaryMap",
"RPC Certification Summary Map", 15, -7.5, 7.5, 12, 0.5, 12.5);
84 for (
int i = 1;
i < 13;
i++) {
90 for (
int i = -2;
i <= 2;
i++) {
105 for (
int i = 1;
i <= 15;
i++) {
106 for (
int j = 1;
j <= 12;
j++) {
107 if (
i == 5 ||
i == 11 || (
j > 6 && (i < 6 || i > 10)))
115 for (
int j = 1;
j <= 12;
j++) {
128 if (
i > -3 &&
i < 3) {
MonitorElement * bookFloat(TString const &name, FUNC onbooking=NOOP())
MonitorElement * CertMap_
MonitorElement * totalCertFraction
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
MonitorElement * certWheelFractions[5]
void myBooker(DQMStore::IBooker &)
virtual void setCurrentFolder(std::string const &fullpath)
std::pair< int, int > FEDRange_
std::vector< int > m_fed_in
T getUntrackedParameter(std::string const &, T const &) const
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
MonitorElement * certDiskFractions[10]
void checkFED(edm::EventSetup const &)
RPCDataCertification(const edm::ParameterSet &pset)
Constructor.
~RPCDataCertification() override
Destructor.
virtual void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
virtual void setBinContent(int binx, double content)
set content of bin (1-D)
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())