22 int theLevelPart = muonConstants.
getValue(
"level");
77 int superlayer_id = 0;
83 decode(num, wire_id, layer_id, superlayer_id, sector_id, station_id, wheel_id);
104 DTWireId id(wheel_id, station_id, sector_id, superlayer_id, layer_id, wire_id);
119 int& wheel_id)
const {
124 wheel_id = copyno - 2;
129 station_id = station_tag;
130 sector_id = copyno + 1;
134 superlayer_id = copyno + 1;
138 layer_id = copyno + 1;
142 wire_id = copyno + 1;
Log< level::Info, true > LogVerbatim
int getValue(const std::string &name) const
uint16_t *__restrict__ id
int getBaseNo(int level) const
void decode(const MuonBaseNumber &num, int &wire_id, int &layer_id, int &superlayer_id, int §or_id, int &station_id, int &wheel_id) const
void initMe(const MuonGeometryConstants &muonConstants)
int baseNumberToUnitNumber(const MuonBaseNumber &num) const override
DTNumberingScheme(const MuonGeometryConstants &muonConstants)
int getSuperNo(int level) const
int getDetId(const MuonBaseNumber &num) const
Log< level::Warning, false > LogWarning