12 int levelPart =
get(
"level", muonConstants);
31 decode(
num, wire_id, layer_id, superlayer_id, sector_id, station_id, wheel_id);
33 DTWireId id(wheel_id, station_id, sector_id, superlayer_id, layer_id, wire_id);
44 int& wheel_id)
const {
48 const int copyno =
num.getBaseNo(
level);
49 wheel_id = copyno - 2;
52 const int station_tag =
num.getSuperNo(
level);
53 const int copyno =
num.getBaseNo(
level);
54 station_id = station_tag;
55 sector_id = copyno + 1;
57 const int copyno =
num.getBaseNo(
level);
58 superlayer_id = copyno + 1;
60 const int copyno =
num.getBaseNo(
level);
61 layer_id = copyno + 1;
63 const int copyno =
num.getBaseNo(
level);
71 auto const& it = muonConstants.find(
key);
72 if (it !=
end(muonConstants))