11 int rawId = detId.
rawId();
16 sprintf(meId,
"ExpectedOccupancyFromDT_%d",rawId);
17 sprintf(meTitle,
"ExpectedOccupancyFromDT_for_%d",rawId);
18 meMap[meId] =
dbe->
book1D(meId, meTitle, nstrips, 0.5, nstrips+0.5);
20 sprintf(meId,
"RPCDataOccupancyFromDT_%d",rawId);
21 sprintf(meTitle,
"RPCDataOccupancyFromDT_for_%d",rawId);
22 meMap[meId] =
dbe->
book1D(meId, meTitle, nstrips, 0.5, nstrips+0.5);
29 sprintf(meId,
"ExpectedOccupancyFromCSC_%d",rawId);
30 sprintf(meTitle,
"ExpectedOccupancyFromCSC_for_%d",rawId);
31 meMap[meId] =
dbe->
book1D(meId, meTitle, nstrips, 0.5, nstrips+0.5);
33 sprintf(meId,
"RPCDataOccupancyFromCSC_%d",rawId);
34 sprintf(meTitle,
"RPCDataOccupancyFromCSC_for_%d",rawId);
35 meMap[meId] =
dbe->
book1D(meId, meTitle, nstrips, 0.5, nstrips+0.5);
MonitorElement * book1D(const char *name, const char *title, int nchX, double lowX, double highX)
Book 1D histogram.
uint32_t rawId() const
get the raw id
void bookDetUnitSeg(RPCDetId &detId, int nstrips, std::string folder, std::map< std::string, MonitorElement * > &)
void setCurrentFolder(const std::string &fullpath)
int region() const
Region id: 0 for Barrel, +/-1 For +/- Endcap.