#include <GEMDetId.h>
Public Member Functions | |
constexpr int | chamber () const |
constexpr GEMDetId | chamberId () const |
constexpr | GEMDetId () |
constexpr | GEMDetId (DetId id) |
constexpr | GEMDetId (int region, int ring, int station, int layer, int chamber, int roll) |
Construct from fully qualified identifier. More... | |
constexpr | GEMDetId (uint32_t id) |
bool | isGE11 () const |
bool | isGE21 () const |
bool | isME0 () const |
constexpr int | layer () const |
constexpr GEMDetId | layerId () const |
constexpr int | nlayers () const |
constexpr bool | operator!= (const GEMDetId &gen) const |
constexpr bool | operator< (const GEMDetId &r) const |
constexpr GEMDetId & | operator= (const DetId &gen) |
constexpr bool | operator== (const GEMDetId &gen) const |
constexpr int | region () const |
constexpr int | ring () const |
constexpr int | roll () const |
constexpr int | station () const |
GEMSubDetId::Station | subsystem () const |
constexpr GEMDetId | superChamberId () const |
constexpr bool | v11Format () const |
constexpr uint32_t | v12Form () const |
Public Member Functions inherited from DetId | |
constexpr Detector | det () const |
get the detector field from this detid More... | |
constexpr | DetId () |
Create an empty or null id (also for persistence) More... | |
constexpr | DetId (Detector det, int subdet) |
Create an id, filling the detector and subdetector fields as specified. More... | |
constexpr | DetId (uint32_t id) |
Create an id from a raw number. More... | |
constexpr bool | null () const |
is this a null id ? More... | |
constexpr | operator uint32_t () const |
constexpr bool | operator!= (DetId id) const |
inequality More... | |
constexpr uint32_t | operator() () const |
constexpr bool | operator< (DetId id) const |
comparison More... | |
constexpr bool | operator== (DetId id) const |
equality More... | |
constexpr uint32_t | rawId () const |
get the raw id More... | |
constexpr int | subdetId () const |
get the contents of the subdetector field (not cast into any detector's numbering enum) More... | |
Static Public Member Functions | |
constexpr static uint32_t | v12Form (const uint32_t &inpid) |
Static Public Attributes | |
static constexpr uint32_t | chamberIdMask = ~(RollMask << RollStartBit) |
static constexpr int32_t | maxChamberId = 36 |
static constexpr int32_t | maxLayerId = 2 |
static constexpr int32_t | maxLayerId0 = 6 |
static constexpr int32_t | maxRegionId = 1 |
static constexpr int32_t | maxRingId = 3 |
static constexpr int32_t | maxRollId = 16 |
static constexpr int32_t | maxStationId = 2 |
static constexpr int32_t | minChamberId = 0 |
static constexpr int32_t | minLayerId = 0 |
static constexpr int32_t | minRegionId = -1 |
static constexpr int32_t | minRingId = 1 |
static constexpr int32_t | minRollId = 0 |
static constexpr int32_t | minStationId = 1 |
static constexpr int32_t | minStationId0 = 0 |
static constexpr uint32_t | superChamberIdMask = chamberIdMask + ~(LayerMask << LayerStartBit) |
Static Public Attributes inherited from DetId | |
static const int | kDetMask = 0xF |
static const int | kDetOffset = 28 |
static const int | kSubdetMask = 0x7 |
static const int | kSubdetOffset = 25 |
Private Member Functions | |
constexpr void | v12FromV11 (const uint32_t &rawid) |
Static Private Member Functions | |
constexpr static void | unpackId (const uint32_t &rawid, int ®ion, int &ring, int &station, int &layer, int &chamber, int &roll) |
Static Private Attributes | |
static constexpr uint32_t | ChamberMask = 0x3F |
static constexpr uint32_t | ChamberNumBits = 6 |
static constexpr uint32_t | ChamberStartBit = StationStartBit + StationNumBits |
static constexpr uint32_t | ChamberStartBitM = RegionStartBit + RegionNumBits |
static constexpr uint32_t | FormatMask = 0x1 |
static constexpr uint32_t | FormatNumBits = 1 |
static constexpr uint32_t | FormatStartBit = RollStartBit + RollNumBits |
static constexpr uint32_t | kGEMIdFormat = 0x1000000 |
static constexpr uint32_t | kMuonIdMask = 0xF0000000 |
static constexpr uint32_t | LayerMask = 0x1F |
static constexpr uint32_t | LayerMaskP = 0x3 |
static constexpr uint32_t | LayerNumBits = 5 |
static constexpr uint32_t | LayerNumBitsP = 2 |
static constexpr uint32_t | LayerStartBit = ChamberStartBit + ChamberNumBits |
static constexpr uint32_t | LayerStartBitM = ChamberStartBitM + ChamberNumBits |
static constexpr uint32_t | RegionMask = 0x3 |
static constexpr uint32_t | RegionNumBits = 2 |
static constexpr uint32_t | RegionStartBit = 0 |
static constexpr uint32_t | RingMask = 0x7 |
static constexpr uint32_t | RingNumBits = 3 |
static constexpr uint32_t | RingStartBit = RegionStartBit + RegionNumBits |
static constexpr uint32_t | RollMask = 0x1F |
static constexpr uint32_t | RollNumBits = 5 |
static constexpr uint32_t | RollStartBit = LayerStartBit + LayerNumBits |
static constexpr uint32_t | RollStartBitM = LayerStartBitM + LayerNumBits |
static constexpr uint32_t | RollStartBitP = LayerStartBit + LayerNumBitsP |
static constexpr uint32_t | StationMask = 0x7 |
static constexpr uint32_t | StationNumBits = 3 |
static constexpr uint32_t | StationStartBit = RingStartBit + RingNumBits |
Additional Inherited Members | |
Public Types inherited from DetId | |
enum | Detector { Tracker = 1, Muon = 2, Ecal = 3, Hcal = 4, Calo = 5, Forward = 6, VeryForward = 7, HGCalEE = 8, HGCalHSi = 9, HGCalHSc = 10, HGCalTrigger = 11 } |
Protected Attributes inherited from DetId | |
uint32_t | id_ |
DetUnit identifier for GEMs
Definition at line 18 of file GEMDetId.h.
|
inlineconstexpr |
Create a null detId
Definition at line 73 of file GEMDetId.h.
Referenced by chamberId(), layerId(), and superChamberId().
|
inlineconstexpr |
Construct from a packed id. It is required that the Detector part of id is Muon and the SubDet part is GEM, otherwise an exception is thrown
Definition at line 76 of file GEMDetId.h.
References DetId::det(), Exception, MuonSubdetId::GEM, DetId::id_, MuonSubdetId::ME0, DetId::Muon, DetId::subdetId(), v11Format(), and v12Form().
|
inlineconstexpr |
Construct from a generic cell ID
Definition at line 85 of file GEMDetId.h.
References DetId::det(), Exception, MuonSubdetId::GEM, DetId::id_, MuonSubdetId::ME0, DetId::Muon, DetId::rawId(), DetId::subdetId(), v11Format(), and v12Form().
|
inlineconstexpr |
Construct from fully qualified identifier.
Definition at line 93 of file GEMDetId.h.
References chamber(), ChamberMask, ChamberStartBit, Exception, DetId::id_, kGEMIdFormat, layer(), LayerMask, LayerStartBit, maxChamberId, maxLayerId0, maxRegionId, maxRingId, maxRollId, maxStationId, minChamberId, minLayerId, minRegionId, minRingId, minStationId0, region(), RegionMask, RegionStartBit, ring(), RingMask, RingStartBit, roll(), RollStartBit, station(), StationMask, and StationStartBit.
|
inlineconstexpr |
Chamber id: it identifies a chamber in a ring it goes from 1 to 36 for GE1 and GE2 and 1 to 18 for ME0
Definition at line 180 of file GEMDetId.h.
References ChamberMask, ChamberStartBit, DetId::id_, and minChamberId.
Referenced by CSCDigiToRaw::add(), GEMCoPadDigiValidation::analyze(), GEMPadDigiClusterValidation::analyze(), GEMPadDigiValidation::analyze(), GEMRecHitSource::analyze(), GEMEfficiencyAnalyzer::analyze(), GEMDigiSource::analyze(), GEMDAQStatusSource::analyze(), GEMGeometryBuilderFromCondDB::build(), GEMGeometryBuilder::buildChamber(), GEMGeometryBuilder::buildEtaPartition(), GEMGeometryBuilder::buildSuperChamber(), GEMSuperChamber::chamber(), MuonHitHelper::chamber(), PrimitiveConversion::convert_gem(), GEMDetId(), GEMDQMBase::GenerateMEPerChamber(), GEMOfflineDQMBase::getDetOccXBin(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), MuonGEMDetLayerGeometryBuilder::isFront(), GEMCSCSegmentBuilder::LinkGEMRollsToCSCChamberIndex(), EMTFSubsystemCollector::make_copad_gem(), GEMDigiMatcher::nLayersWithClustersInSuperChamber(), GEMDigiMatcher::nLayersWithDigisInSuperChamber(), GEMDigiMatcher::nLayersWithPadsInSuperChamber(), operator!=(), operator==(), PrimitiveSelection::select_gem(), unpackId(), and v12Form().
|
inlineconstexpr |
Return the corresponding ChamberId
Definition at line 196 of file GEMDetId.h.
References chamberIdMask, GEMDetId(), and DetId::id_.
Referenced by GEMGeometryBuilderFromCondDB::build(), GEMGeometryParsFromDD::buildChamber(), GEMGeometryBuilder::buildChamber(), GlobalMuonRefitter::checkMuonHits(), GEMeMap::convert(), GEMeMap::convertDummy(), GEMDigiMatcher::matchClustersToSimTrack(), GEMDigiMatcher::matchDigisToSimTrack(), GEMDigiMatcher::matchPadsToSimTrack(), GEMRecHitMatcher::matchRecHitsToSimTrack(), GEMRawToDigiModule::produce(), and GlobalMuonRefitter::selectMuonHits().
bool GEMDetId::isGE11 | ( | ) | const |
Definition at line 9 of file GEMDetId.cc.
References GEMSubDetId::GE11, and subsystem().
Referenced by GEMEtaPartition::isGE11().
bool GEMDetId::isGE21 | ( | ) | const |
Definition at line 11 of file GEMDetId.cc.
References GEMSubDetId::GE21, and subsystem().
Referenced by GEMPadDigiClusterValidation::analyze(), GEMPadDigiValidation::analyze(), GEMEtaPartition::isGE21(), GEMDigiMatcher::matchClustersToSimTrack(), GEMDigiMatcher::matchPadsToSimTrack(), and CSCGEMMotherboard::processGEMCoPads().
bool GEMDetId::isME0 | ( | ) | const |
Definition at line 13 of file GEMDetId.cc.
References GEMSubDetId::ME0, and subsystem().
Referenced by GEMEtaPartition::isME0().
|
inlineconstexpr |
Layer id: each station have two layers of chambers for GE1 and GE2: layer 1 is the inner chamber and layer 2 is the outer chamber For ME0 there are 6 layers of chambers
Definition at line 187 of file GEMDetId.h.
References DetId::id_, LayerMask, LayerStartBit, and minLayerId.
Referenced by GEMCoPadDigiValidation::analyze(), GEMPadDigiClusterValidation::analyze(), GEMPadDigiValidation::analyze(), GEMRecHitSource::analyze(), GEMDigiSource::analyze(), GEMDAQStatusSource::analyze(), GEMGeometryBuilderFromCondDB::build(), GEMGeometryBuilder::build(), GEMGeometryParsFromDD::buildGeometry(), GEMCSCSegFit::fit2(), GEMDetId(), GEMDQMBase::GenerateMEPerChamber(), GEMOfflineDQMBase::getDetOccXBin(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), GEMCSCSegmentBuilder::LinkGEMRollsToCSCChamberIndex(), EMTFSubsystemCollector::make_copad_gem(), operator!=(), operator<(), operator==(), PrimitiveSelection::select_gem(), unpackId(), and v12Form().
|
inlineconstexpr |
Return the corresponding LayerId (mask eta partition)
Definition at line 202 of file GEMDetId.h.
References chamberIdMask, GEMDetId(), and DetId::id_.
|
inlineconstexpr |
Return total # of layers for this type of detector
Definition at line 205 of file GEMDetId.h.
References maxLayerId, maxLayerId0, maxStationId, and station().
|
inlineconstexpr |
Definition at line 141 of file GEMDetId.h.
References chamber(), DetId::id_, kMuonIdMask, layer(), region(), ring(), roll(), station(), and unpackId().
|
inlineconstexpr |
Sort Operator based on the raw detector id
Definition at line 152 of file GEMDetId.h.
References layer(), alignCSCRings::r, DetId::rawId(), and station().
Assignment from a generic cell id
Definition at line 115 of file GEMDetId.h.
References TauDecayModes::dec, Exception, MuonSubdetId::GEM, DetId::id_, MuonSubdetId::ME0, v11Format(), and v12Form().
|
inlineconstexpr |
Comparison operator
Definition at line 132 of file GEMDetId.h.
References chamber(), DetId::id_, kMuonIdMask, layer(), region(), ring(), roll(), station(), and unpackId().
|
inlineconstexpr |
Region id: 0 for Barrel Not in use, +/-1 For +/- Endcap
Definition at line 168 of file GEMDetId.h.
References DetId::id_, minRegionId, RegionMask, and RegionStartBit.
Referenced by CSCDigiToRaw::add(), GEMCoPadDigiValidation::analyze(), GEMPadDigiClusterValidation::analyze(), GEMPadDigiValidation::analyze(), GEMStripDigiValidation::analyze(), GEMRecHitValidation::analyze(), GEMRecHitSource::analyze(), GEMDigiSource::analyze(), GEMDAQStatusSource::analyze(), PrimitiveConversion::convert_gem(), GEMDetId(), GEMDQMBase::GenerateMEPerChamber(), GEMOfflineDQMBase::getKey(), GEMOfflineDQMBase::getReStEtKey(), GEMOfflineDQMBase::getReStLaChKey(), GEMOfflineDQMBase::getReStLaKey(), DetIdInfo::info(), fireworks::info(), GEMCSCSegmentBuilder::LinkGEMRollsToCSCChamberIndex(), EMTFSubsystemCollector::make_copad_gem(), GEMDigiMatcher::nLayersWithClustersInSuperChamber(), GEMDigiMatcher::nLayersWithDigisInSuperChamber(), GEMDigiMatcher::nLayersWithPadsInSuperChamber(), operator!=(), operator==(), PrimitiveSelection::select_gem(), unpackId(), and v12Form().
|
inlineconstexpr |
Ring id: GEM are installed only on ring 1 the ring is the group of chambers with same r (distance of beam axis) and increasing phi
Definition at line 173 of file GEMDetId.h.
References DetId::id_, minRingId, RingMask, and RingStartBit.
Referenced by GEMCoPadDigiValidation::analyze(), GEMSimHitMatcher::chamberIds(), PrimitiveConversion::convert_gem(), GEMSimHitMatcher::detIds(), GEMDetId(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), GEMCSCSegmentBuilder::LinkGEMRollsToCSCChamberIndex(), EMTFSubsystemCollector::make_copad_gem(), GEMDigiMatcher::nLayersWithClustersInSuperChamber(), GEMDigiMatcher::nLayersWithDigisInSuperChamber(), GEMDigiMatcher::nLayersWithPadsInSuperChamber(), operator!=(), operator==(), PrimitiveSelection::select_gem(), GEMDigiMatcher::selectDetIds(), unpackId(), and v12Form().
|
inlineconstexpr |
Roll id (also known as eta partition): each chamber is divided along the strip direction in several parts (rolls) GEM up to 12
Definition at line 191 of file GEMDetId.h.
References DetId::id_, and RollStartBit.
Referenced by GEMPadDigiClusterValidation::analyze(), GEMPadDigiValidation::analyze(), GEMRecHitSource::analyze(), GEMDigiSource::analyze(), GEMDAQStatusSource::analyze(), GEMGeometryBuilderFromCondDB::build(), PrimitiveConversion::convert_gem(), GEMOfflineMonitor::doDigiOccupancy(), GEMOfflineMonitor::doHitOccupancy(), GEMDetId(), GEMDQMBase::GenerateMEPerChamber(), CSCGEMMotherboard::getRoll(), GEMSimHitMatcher::hitPartitions(), EMTFSubsystemCollector::make_copad_gem(), operator!=(), operator==(), GEMRecHitMatcher::partitionNumbers(), GEMDigiMatcher::partitionNumbers(), GEMDigiMatcher::partitionNumbersWithCoPads(), PrimitiveSelection::select_gem(), unpackId(), and v12Form().
|
inlineconstexpr |
Station id : the station is the set of chambers at same disk
Definition at line 176 of file GEMDetId.h.
References DetId::id_, minStationId0, StationMask, and StationStartBit.
Referenced by CSCDigiToRaw::add(), GEMCoPadDigiValidation::analyze(), GEMPadDigiClusterValidation::analyze(), GEMPadDigiValidation::analyze(), GEMRecHitSource::analyze(), GEMDigiSource::analyze(), GEMDAQStatusSource::analyze(), CSCGEMMotherboard::bestMatchingPad(), GEMGeometryBuilder::build(), GEMGeometryBuilder::buildChamber(), GEMGeometryBuilder::buildSuperChamber(), GEMSimHitMatcher::chamberIds(), PrimitiveConversion::convert_gem(), GEMSimHitMatcher::detIds(), GEMOfflineMonitor::doDigiOccupancy(), GEMDetId(), GEMDQMBase::GenerateMEPerChamber(), GlobalMuonRefitter::getFirstHits(), GlobalMuonRefitter::getRidOfSelectStationHits(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), GEMCSCSegmentBuilder::LinkGEMRollsToCSCChamberIndex(), EMTFSubsystemCollector::make_copad_gem(), CSCGEMMotherboard::matchingPads(), nlayers(), GEMDigiMatcher::nLayersWithClustersInSuperChamber(), GEMDigiMatcher::nLayersWithDigisInSuperChamber(), GEMDigiMatcher::nLayersWithPadsInSuperChamber(), operator!=(), operator<(), operator==(), PrimitiveSelection::select_gem(), GEMDigiMatcher::selectDetIds(), TAMuonChamberMatch::station(), reco::MuonChamberMatch::station(), subsystem(), unpackId(), and v12Form().
GEMSubDetId::Station GEMDetId::subsystem | ( | ) | const |
Definition at line 7 of file GEMDetId.cc.
References GEMSubDetId::station(), and station().
Referenced by isGE11(), isGE21(), isME0(), and GEMEtaPartition::subsystem().
|
inlineconstexpr |
Return the corresponding superChamberId
Definition at line 199 of file GEMDetId.h.
References GEMDetId(), DetId::id_, and superChamberIdMask.
Referenced by GEMGeometryBuilderFromCondDB::build(), GEMGeometryParsFromDD::buildSuperChamber(), GEMGeometryBuilder::buildSuperChamber(), GEMDigiMatcher::matchClustersToSimTrack(), GEMDigiMatcher::matchDigisToSimTrack(), GEMDigiMatcher::matchPadsToSimTrack(), GEMRecHitMatcher::matchRecHitsToSimTrack(), and GEMSimHitMatcher::superChamberIdsCoincidences().
|
inlinestaticconstexprprivate |
Definition at line 241 of file GEMDetId.h.
References chamber(), ChamberMask, ChamberStartBit, ChamberStartBitM, MuonSubdetId::GEM, DetId::kDetMask, DetId::kDetOffset, kGEMIdFormat, DetId::kSubdetMask, DetId::kSubdetOffset, layer(), LayerMask, LayerMaskP, LayerStartBit, LayerStartBitM, MuonSubdetId::ME0, minChamberId, minLayerId, minRegionId, minRingId, minStationId, minStationId0, DetId::Muon, region(), RegionMask, RegionStartBit, ring(), RingMask, RingStartBit, roll(), RollStartBit, RollStartBitM, RollStartBitP, station(), StationMask, and StationStartBit.
Referenced by operator!=(), operator==(), and v12Form().
|
inlineconstexpr |
Check the format
Definition at line 165 of file GEMDetId.h.
References DetId::id_, and kGEMIdFormat.
Referenced by GEMDetId(), and operator=().
|
inlineconstexpr |
Definition at line 209 of file GEMDetId.h.
References DetId::id_, and v12Form().
Referenced by GEMDetId(), operator=(), v12Form(), and v12FromV11().
|
inlinestaticconstexpr |
Definition at line 211 of file GEMDetId.h.
References chamber(), ChamberMask, ChamberStartBit, MuonSubdetId::GEM, DetId::kDetMask, DetId::kDetOffset, kGEMIdFormat, DetId::kSubdetMask, DetId::kSubdetOffset, layer(), LayerMask, LayerStartBit, minChamberId, minLayerId, minRegionId, minRingId, minStationId0, DetId::Muon, region(), RegionMask, RegionStartBit, ring(), RingMask, RingStartBit, roll(), RollMask, RollStartBit, station(), StationMask, StationStartBit, and unpackId().
|
inlineconstexprprivate |
Definition at line 239 of file GEMDetId.h.
References DetId::id_, and v12Form().
|
staticconstexpr |
Definition at line 68 of file GEMDetId.h.
Referenced by GEMGeometryBuilder::build(), chamberId(), and layerId().
|
staticconstexprprivate |
Definition at line 49 of file GEMDetId.h.
Referenced by chamber(), GEMDetId(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 46 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 47 of file GEMDetId.h.
Referenced by chamber(), GEMDetId(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 48 of file GEMDetId.h.
Referenced by unpackId().
|
staticconstexprprivate |
Definition at line 63 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 61 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 62 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 64 of file GEMDetId.h.
Referenced by GEMDetId(), unpackId(), v11Format(), and v12Form().
|
staticconstexprprivate |
Definition at line 65 of file GEMDetId.h.
Referenced by operator!=(), and operator==().
|
staticconstexprprivate |
Definition at line 54 of file GEMDetId.h.
Referenced by GEMDetId(), layer(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 55 of file GEMDetId.h.
Referenced by unpackId().
|
staticconstexprprivate |
Definition at line 50 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 51 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 52 of file GEMDetId.h.
Referenced by GEMDetId(), layer(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 53 of file GEMDetId.h.
Referenced by unpackId().
|
staticconstexpr |
Definition at line 29 of file GEMDetId.h.
Referenced by MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), GEMeMap::convertDummy(), GEMELMap::convertDummy(), GEMDetId(), and FW3DViewGeometry::showMuonEndcap().
|
staticconstexpr |
Definition at line 32 of file GEMDetId.h.
Referenced by GEMGeometryBuilderFromCondDB::build(), MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), GEMGeometryBuilder::buildRegions(), GEMeMap::convertDummy(), GEMELMap::convertDummy(), nlayers(), and FW3DViewGeometry::showMuonEndcap().
|
staticconstexpr |
Definition at line 31 of file GEMDetId.h.
Referenced by GEMGeometryBuilder::buildRegions(), GEMeMap::convertDummy(), GEMDetId(), and nlayers().
|
staticconstexpr |
Definition at line 21 of file GEMDetId.h.
Referenced by GEMDetId(), FWRPZViewGeometry::showGEM(), and FW3DViewGeometry::showMuonEndcap().
|
staticconstexpr |
Definition at line 23 of file GEMDetId.h.
Referenced by MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), and GEMDetId().
|
staticconstexpr |
Definition at line 34 of file GEMDetId.h.
Referenced by GEMGeometryBuilderFromCondDB::build(), MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), GEMeMap::convertDummy(), GEMELMap::convertDummy(), and GEMDetId().
|
staticconstexpr |
Definition at line 27 of file GEMDetId.h.
Referenced by GEMGeometryBuilderFromCondDB::build(), MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), GEMGeometryBuilder::buildRegions(), GEMeMap::convertDummy(), GEMELMap::convertDummy(), GEMDetId(), and nlayers().
|
staticconstexpr |
Definition at line 28 of file GEMDetId.h.
Referenced by GEMNumberingScheme::baseNumberToUnitNumber(), MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), chamber(), GEMDetId(), unpackId(), and v12Form().
|
staticconstexpr |
Definition at line 30 of file GEMDetId.h.
Referenced by GEMNumberingScheme::baseNumberToUnitNumber(), MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), GEMGeometryBuilder::buildRegions(), GEMDetId(), layer(), FW3DViewGeometry::showMuonEndcap(), unpackId(), and v12Form().
|
staticconstexpr |
Definition at line 20 of file GEMDetId.h.
Referenced by GEMNumberingScheme::baseNumberToUnitNumber(), GEMDetId(), region(), FWRPZViewGeometry::showGEM(), FW3DViewGeometry::showMuonEndcap(), unpackId(), and v12Form().
|
staticconstexpr |
Definition at line 22 of file GEMDetId.h.
Referenced by GEMNumberingScheme::baseNumberToUnitNumber(), MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), GEMDetId(), ring(), unpackId(), and v12Form().
|
staticconstexpr |
Definition at line 33 of file GEMDetId.h.
Referenced by GEMNumberingScheme::baseNumberToUnitNumber(), MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), and CSCGEMMotherboard::constructLCTsGEM().
|
staticconstexpr |
Definition at line 25 of file GEMDetId.h.
Referenced by MuonGEMDetLayerGeometryBuilder::buildEndcapLayers(), GEMELMap::convertDummy(), and unpackId().
|
staticconstexpr |
Definition at line 24 of file GEMDetId.h.
Referenced by GEMNumberingScheme::baseNumberToUnitNumber(), GEMGeometryBuilder::build(), GEMGeometryBuilder::buildChamber(), GEMGeometryBuilder::buildRegions(), GEMGeometryBuilder::buildSuperChamber(), GEMeMap::convertDummy(), GEMDetId(), station(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 39 of file GEMDetId.h.
Referenced by GEMDetId(), region(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 37 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 38 of file GEMDetId.h.
Referenced by GEMDetId(), region(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 42 of file GEMDetId.h.
Referenced by GEMDetId(), ring(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 40 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 41 of file GEMDetId.h.
Referenced by GEMDetId(), ring(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 60 of file GEMDetId.h.
Referenced by v12Form().
|
staticconstexprprivate |
Definition at line 56 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 57 of file GEMDetId.h.
Referenced by GEMDetId(), roll(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 59 of file GEMDetId.h.
Referenced by unpackId().
|
staticconstexprprivate |
Definition at line 58 of file GEMDetId.h.
Referenced by unpackId().
|
staticconstexprprivate |
Definition at line 45 of file GEMDetId.h.
Referenced by GEMDetId(), station(), unpackId(), and v12Form().
|
staticconstexprprivate |
Definition at line 43 of file GEMDetId.h.
|
staticconstexprprivate |
Definition at line 44 of file GEMDetId.h.
Referenced by GEMDetId(), station(), unpackId(), and v12Form().
|
staticconstexpr |
Definition at line 69 of file GEMDetId.h.
Referenced by superChamberId().