24 int theLevelPart =
get(
"level", muonConstants);
47 const int copyno =
num.getBaseNo(
level);
50 const int station_tag =
num.getSuperNo(
level);
51 station_id = station_tag;
53 const int copyno =
num.getBaseNo(
level);
54 subring_id = copyno + 1;
56 const int copyno =
num.getBaseNo(
level);
57 sector_id = copyno + 1;
59 const int copyno =
num.getBaseNo(
level);
60 layer_id = copyno + 1;
62 const int ring_tag =
num.getSuperNo(
level);
86 chamber_id = sector_id;
88 if (subring_id == 1) {
89 chamber_id = 2 * sector_id - 1;
91 chamber_id = 2 * sector_id;
100 auto const& it = (muonConstants.find(
key));
101 if (it !=
end(muonConstants))