56 runInfoRec->get(sumFED);
57 std::vector<int> FedsInIds = sumFED->
m_fed_in;
60 while (!flag && f < FedsInIds.size()) {
61 int fedID = FedsInIds[
f];
79 DCSMap_ = ibooker.
book2D(
"DCSSummaryMap",
"RPC DCS Summary Map", 15, -7.5, 7.5, 12, 0.5, 12.5);
83 for (
int i = 1;
i < 13;
i++) {
85 BinLabel <<
"Sec" <<
i;
89 for (
int i = -2;
i <= 2;
i++) {
91 BinLabel <<
"Wheel" <<
i;
97 BinLabel <<
"Disk" <<
i;
100 BinLabel <<
"Disk" << -
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 for (
int i = -1 * limit;
i <=
limit;
i++) {
129 if (
i > -3 &&
i < 3) {
131 streams <<
"RPC_Wheel" <<
i;
143 streams <<
"RPC_Disk" <<
i;
T getUntrackedParameter(std::string const &, T const &) const
std::optional< T > tryToGet() const
MonitorElement * bookFloat(TString const &name)
void setCurrentFolder(std::string const &fullpath)
void myBooker(DQMStore::IBooker &)
RPCDCSSummary(const edm::ParameterSet &)
Constructor.
MonitorElement * totalDCSFraction
MonitorElement * dcsDiskFractions[10]
std::vector< int > m_fed_in
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
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)
void checkDCSbit(edm::EventSetup const &)
virtual void setBinContent(int binx, double content)
set content of bin (1-D)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
~RPCDCSSummary() override
Destructor.
MonitorElement * dcsWheelFractions[5]
std::pair< int, int > FEDRange_