Go to the documentation of this file.
9 if (superchamber ==
nullptr) {
21 me->setAxisTitle(
"Superchamber / Chamber", 1);
23 const int num_chambers = superchamber->nChambers();
25 const int sc =
chamber->id().chamber();
26 const int ch =
chamber->id().layer();
28 const char*
label = Form(
"%d/%d", sc, ch);
29 me->setBinLabel(xbin,
label, 1);
33 me->setAxisTitle(
"VFAT (i#eta)", 2);
42 for (
int vfat_phi = 1; vfat_phi <= max_vfat; vfat_phi++) {
44 const char*
label = Form(
"%d (%d)", ybin,
ieta);
45 me->setBinLabel(ybin,
label, 2);
56 me->setAxisTitle(
"Superchamber / Chamber", 1);
58 const int num_chambers = superchamber->nChambers();
61 const int sc =
chamber->id().chamber();
62 const int ch =
chamber->id().layer();
64 const char*
label = Form(
"%d/%d", sc, ch);
65 me->setBinLabel(xbin,
label, 1);
70 me->setAxisTitle(
"i#eta", 2);
78 const auto&& superchambers =
station->superChambers();
84 const auto&
chambers = superchambers.front()->chambers();
90 return chambers.front()->nEtaPartitions();
constexpr int layer() const
int nChambers() const
Return numbers of chambers.
GEMOfflineDQMBase(const edm::ParameterSet &)
int getMaxVFAT(const int)
int getVFATNumber(const int, const int, const int)
std::string log_category_
void setDetLabelsEta(MonitorElement *, const GEMStation *)
int getNumEtaPartitions(const GEMStation *)
constexpr int chamber() const
bool checkRefs(const std::vector< T * > &)
static char chambers[264][20]
void setDetLabelsVFAT(MonitorElement *, const GEMStation *)
int getDetOccXBin(const int, const int, const int)