#include <RPCDetId.h>
Public Member Functions | |
void | buildfromDB (int region, int ring, int layer, int sector, const std::string &subsector, const std::string &roll, const std::string &dbname) |
void | buildfromTrIndex (int trIndex) |
Built from the trigger det Index. More... | |
RPCDetId | chamberId () const |
Return the corresponding ChamberId. More... | |
int | layer () const |
bool | operator< (const RPCDetId &r) const |
Sort Operator based on the raw detector id. More... | |
int | region () const |
Region id: 0 for Barrel, +/-1 For +/- Endcap. More... | |
int | ring () const |
int | roll () const |
RPCDetId () | |
RPCDetId (uint32_t id) | |
RPCDetId (DetId id) | |
RPCDetId (int region, int ring, int station, int sector, int layer, int subsector, int roll) | |
Construct from fully qualified identifier. More... | |
int | sector () const |
Sector id: the group of chambers at same phi (and increasing r) More... | |
int | station () const |
int | subsector () const |
SubSector id : some sectors are divided along the phi direction in subsectors (from 1 to 4 in Barrel, from 1 to 6 in Endcap) More... | |
int | trIndex () 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 (uint32_t id) |
Create an id from a raw number. More... | |
constexpr | DetId (Detector det, int subdet) |
Create an id, filling the detector and subdetector fields as specified. 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 Attributes | |
static constexpr uint32_t | chamberIdMask_ = ~(RollMask_ << RollStartBit_) |
static constexpr int | maxLayerId = 2 |
static constexpr int | maxRegionId = 1 |
static constexpr int | maxRingBarrelId = 2 |
static constexpr int | maxRingForwardId = 3 |
static constexpr int | maxRollId = 5 |
static constexpr int | maxSectorBarrelId = 12 |
static constexpr int | maxSectorForwardId = 6 |
static constexpr int | maxSectorId = 12 |
static constexpr int | maxStationId = 4 |
static constexpr int | maxSubSectorBarrelId = 4 |
static constexpr int | maxSubSectorForwardId = 6 |
static constexpr int | maxSubSectorId = 6 |
static constexpr int | minLayerId = 1 |
static constexpr int | minRegionId = -1 |
static constexpr int | minRingBarrelId = -2 |
static constexpr int | minRingForwardId = 1 |
static constexpr int | minRollId = 0 |
static constexpr int | minSectorBarrelId = 1 |
static constexpr int | minSectorForwardId = 1 |
static constexpr int | minSectorId = 0 |
static constexpr int | minStationId = 1 |
static constexpr int | minSubSectorBarrelId = 1 |
static constexpr int | minSubSectorForwardId = 1 |
static constexpr int | minSubSectorId = 0 |
static constexpr int | RingBarrelOffSet = 3 |
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 | |
void | init (int region, int ring, int station, int sector, int layer, int subsector, int roll) |
Private Attributes | |
int | trind |
Static Private Attributes | |
static constexpr unsigned int | LayerMask_ = 0X1 |
static constexpr int | LayerNumBits_ = 1 |
static constexpr int | LayerStartBit_ = SectorStartBit_ + SectorNumBits_ |
static constexpr int | RegionMask_ = 0X3 |
static constexpr int | RegionNumBits_ = 2 |
static constexpr int | RegionStartBit_ = 0 |
static constexpr unsigned int | RingMask_ = 0X7 |
static constexpr int | RingNumBits_ = 3 |
static constexpr int | RingStartBit_ = RegionStartBit_ + RegionNumBits_ |
static constexpr unsigned int | RollMask_ = 0X7 |
static constexpr int | RollNumBits_ = 3 |
static constexpr int | RollStartBit_ = SubSectorStartBit_ + SubSectorNumBits_ |
static constexpr unsigned int | SectorMask_ = 0XF |
static constexpr int | SectorNumBits_ = 4 |
static constexpr int | SectorStartBit_ = StationStartBit_ + StationNumBits_ |
static constexpr unsigned int | StationMask_ = 0X3 |
static constexpr int | StationNumBits_ = 2 |
static constexpr int | StationStartBit_ = RingStartBit_ + RingNumBits_ |
static constexpr unsigned int | SubSectorMask_ = 0X7 |
static constexpr int | SubSectorNumBits_ = 3 |
static constexpr int | SubSectorStartBit_ = LayerStartBit_ + LayerNumBits_ |
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 RPCs
Definition at line 16 of file RPCDetId.h.
RPCDetId::RPCDetId | ( | ) |
Definition at line 13 of file RPCDetId.cc.
Referenced by chamberId().
RPCDetId::RPCDetId | ( | uint32_t | id | ) |
Construct from a packed id. It is required that the Detector part of id is Muon and the SubDet part is RPC, otherwise an exception is thrown.
Definition at line 15 of file RPCDetId.cc.
References DetId::det(), Exception, DetId::Muon, MuonSubdetId::RPC, and DetId::subdetId().
RPCDetId::RPCDetId | ( | DetId | id | ) |
Definition at line 22 of file RPCDetId.cc.
References DetId::det(), Exception, DetId::Muon, MuonSubdetId::RPC, and DetId::subdetId().
RPCDetId::RPCDetId | ( | int | region, |
int | ring, | ||
int | station, | ||
int | sector, | ||
int | layer, | ||
int | subsector, | ||
int | roll | ||
) |
Construct from fully qualified identifier.
Definition at line 30 of file RPCDetId.cc.
References init(), layer(), ring(), roll(), sector(), station(), and subsector().
void RPCDetId::buildfromDB | ( | int | region, |
int | ring, | ||
int | layer, | ||
int | sector, | ||
const std::string & | subsector, | ||
const std::string & | roll, | ||
const std::string & | dbname | ||
) |
Definition at line 35 of file RPCDetId.cc.
References funct::abs(), Reference_intrackfit_cff::barrel, buildfromTrIndex(), gather_cfg::cout, region(), ring(), roll(), sector(), station(), subsector(), and trIndex().
Referenced by DBSpecToDetUnit::operator()().
void RPCDetId::buildfromTrIndex | ( | int | trIndex | ) |
Built from the trigger det Index.
Definition at line 139 of file RPCDetId.cc.
References init(), layer(), region(), ring(), roll(), sector(), station(), subsector(), trind, and trIndex().
Referenced by buildfromDB().
|
inline |
Return the corresponding ChamberId.
Definition at line 99 of file RPCDetId.h.
References chamberIdMask_, DetId::id_, and RPCDetId().
Referenced by RPCNeutronWriter::chamberId().
|
private |
Definition at line 219 of file RPCDetId.cc.
References Exception, DetId::id_, layer(), LayerMask_, LayerStartBit_, maxLayerId, maxRegionId, HLT_2024v13_cff::maxRing, maxRingBarrelId, maxRingForwardId, maxRollId, maxSectorId, maxStationId, maxSubSectorId, minLayerId, minRegionId, HLT_2024v13_cff::minRing, minRingBarrelId, minRingForwardId, minRollId, minSectorId, minStationId, minSubSectorId, region(), RegionMask_, RegionStartBit_, ring(), RingBarrelOffSet, RingMask_, RingStartBit_, roll(), RollMask_, RollStartBit_, sector(), SectorMask_, SectorStartBit_, station(), StationMask_, StationStartBit_, subsector(), SubSectorMask_, and SubSectorStartBit_.
Referenced by buildfromTrIndex(), and RPCDetId().
|
inline |
Layer id: each station can have two layers of chambers: layer 1 is the inner chamber and layer 2 is the outer chamber (when present) Only in Barrel: RB1 and RB2.
Definition at line 85 of file RPCDetId.h.
References DetId::id_, createfilelist::int, LayerMask_, LayerStartBit_, and minLayerId.
Referenced by OMTFinputMaker::acceptDigi(), RpcDigiToStubsConverterOmtf::acceptDigi(), RPCGeomServ::aclockwise(), RPCDigiValid::analyze(), L1MuonRecoTreeProducer::analyze(), RPCGeometryBuilderFromCondDB::build(), buildfromTrIndex(), RPCGeometryBuilder::buildGeometry(), RPCGeomServ::chambername(), RPCGeomServ::chambernr(), RPCIntegrator::createL1Phase2MuDTPhDigi(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), getDetLayer(), OMTFConfiguration::getLayerNumber(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), init(), RPCNeutronWriter::localDetId(), RPCIntegrator::makeRPCOnlySegments(), RPCGeomServ::name(), operator<(), RPCDetId(), RPCtoDTTranslator::run(), IOPrinter::run(), and RPCGeomServ::shortname().
|
inline |
Sort Operator based on the raw detector id.
Definition at line 29 of file RPCDetId.h.
References layer(), alignCSCRings::r, DetId::rawId(), and station().
|
inline |
Region id: 0 for Barrel, +/-1 For +/- Endcap.
Definition at line 53 of file RPCDetId.h.
References DetId::id_, createfilelist::int, minRegionId, RegionMask_, and RegionStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RpcDigiToStubsConverterOmtf::acceptDigi(), RPCGeomServ::aclockwise(), L1TdeStage2CPPF::analyze(), RPCDigiValid::analyze(), L1TStage2CPPF::analyze(), RPCRecHitValid::analyze(), L1MuonRecoTreeProducer::analyze(), RPCMonitorDigi::bookHistograms(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilder::buildGeometry(), L1TPhase2GMTEndcapStubProcessor::buildRPCOnlyStub(), RPCGeomServ::chambername(), RPCGeomServ::channelInChip(), RPCSeedPattern::checkSegment(), PrimitiveConversion::convert_rpc(), CSCObjectMap::CSCObjectMap(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), DTObjectMap::DTObjectMap(), RPCGeomServ::eta_partition(), EMTFSubsystemCollector::extractPrimitives(), GlobalDigisAnalyzer::fillMuon(), RPCRecHitFilter::filter(), RPCNoise::filter(), OMTFConfiguration::getLayerNumber(), init(), RPCCosmicSeedrecHitFinder::iscorssEdge(), RPCGeomServ::name(), operator<<(), RPCIntegrator::prepareMetaPrimitives(), RecHitProcessor::process(), RecHitProcessor::processLook(), RPCDigiMerger::produce(), ring(), RPCHitCleaner::run(), RPCtoDTTranslator::run(), PrimitiveSelection::select_rpc(), RPCGeomServ::shortname(), RPCSimSimple::simulateNoise(), RPCSimParam::simulateNoise(), RPCSimAverage::simulateNoise(), RPCSimAverageNoise::simulateNoise(), RPCSimAverageNoiseEffCls::simulateNoise(), RPCSimAverageNoiseEff::simulateNoise(), RPCSimModelTiming::simulateNoise(), RPCSimAsymmetricCls::simulateNoise(), TracktoRPC::thePoints(), ValidateGeometry::validateRPCGeometry(), and RPCGeomServ::zpositive().
|
inline |
Ring id: Wheel number in Barrel (from -2 to +2) Ring Number in Endcap (from 1 to 3) Ring has a different meaning in Barrel and Endcap! In Barrel it is wheel, in Endcap it is the physical ring located on a disk (a disk contains three rings). In Endcap the ring is the group of chambers with same r (distance of beam axis) and increasing phi
Definition at line 59 of file RPCDetId.h.
References Exception, DetId::id_, createfilelist::int, minRingBarrelId, minRingForwardId, region(), sistrip::ring_, RingBarrelOffSet, RingMask_, and RingStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RpcDigiToStubsConverterOmtf::acceptDigi(), RPCGeomServ::aclockwise(), L1TdeStage2CPPF::analyze(), L1TStage2CPPF::analyze(), L1MuonRecoTreeProducer::analyze(), RPCMonitorDigi::bookHistograms(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilder::buildGeometry(), L1TPhase2GMTEndcapStubProcessor::buildRPCOnlyStub(), RPCGeomServ::chambername(), PrimitiveConversion::convert_rpc(), RPCIntegrator::createL1Phase2MuDTPhDigi(), CSCObjectMap::CSCObjectMap(), rpcdqm::utils::detId2RollNr(), DTObjectMap::DTObjectMap(), RPCGeomServ::eta_partition(), EMTFSubsystemCollector::extractPrimitives(), GlobalDigisAnalyzer::fillMuon(), RPCRecHitFilter::filter(), geometryXMLparser.CSCAlignable::index(), init(), MuonRPCDetLayerGeometryBuilder::isFront(), RPCIntegrator::makeRPCOnlySegments(), RPCIntegrator::matchDTwithRPC(), RPCGeomServ::name(), operator<<(), RPCIntegrator::phiBending(), PrimitiveSelection::process(), RPCDigiMerger::produce(), RPCDetId(), RPCtoDTTranslator::run(), IOPrinter::run(), RPCGeomServ::segment(), PrimitiveSelection::select_rpc(), RPCGeomServ::shortname(), CSCSegtoRPC::thePoints(), TracktoRPC::thePoints(), and RPCGeomServ::zpositive().
|
inline |
Roll id (also known as eta partition): each chamber is divided along the strip direction in two or three parts (rolls) for Barrel and two, three or four parts for endcap
Definition at line 92 of file RPCDetId.h.
References DetId::id_, createfilelist::int, RollMask_, and RollStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RpcDigiToStubsConverterOmtf::acceptDigi(), L1TdeStage2CPPF::analyze(), L1MuonRecoTreeProducer::analyze(), buildfromDB(), buildfromTrIndex(), RPCGeomServ::chambernr(), PrimitiveConversion::convert_rpc(), rpcdqm::utils::detId2RollNr(), RPCGeomServ::eta_partition(), init(), RPCGeomServ::name(), RPCDetId(), RPCtoDTTranslator::run(), IOPrinter::run(), PrimitiveSelection::select_rpc(), and RPCGeomServ::shortname().
|
inline |
Sector id: the group of chambers at same phi (and increasing r)
Definition at line 81 of file RPCDetId.h.
References DetId::id_, createfilelist::int, minSectorId, SectorMask_, and SectorStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RpcDigiToStubsConverterOmtf::acceptDigi(), RPCGeomServ::aclockwise(), L1TdeStage2CPPF::analyze(), L1TStage2CPPF::analyze(), L1MuonRecoTreeProducer::analyze(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilder::buildGeometry(), L1TPhase2GMTEndcapStubProcessor::buildRPCOnlyStub(), MuonHitHelper::chamber(), RPCGeomServ::chambername(), RPCGeomServ::chambernr(), RPCGeomServ::channelInChip(), PrimitiveConversion::convert_rpc(), RPCIntegrator::createL1Phase2MuDTPhDigi(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), DTObjectMap::DTObjectMap(), RPCRecHitFilter::filter(), geometryXMLparser.DTAlignable::index(), init(), MuonRPCDetLayerGeometryBuilder::isFront(), RPCIntegrator::makeRPCOnlySegments(), RPCIntegrator::matchDTwithRPC(), RPCGeomServ::name(), RPCIntegrator::phiBending(), RPCDetId(), RPCtoDTTranslator::run(), IOPrinter::run(), RPCGeomServ::segment(), PrimitiveSelection::select_rpc(), RPCGeomServ::shortname(), TracktoRPC::thePoints(), and RPCGeomServ::zpositive().
|
inline |
Station id : For Barrel: the four groups of chambers at same r (distance from beam axis) and increasing phi For Endcap: the three groups of chambers at same z (distance from interaction point), i.e. the disk
Definition at line 78 of file RPCDetId.h.
References DetId::id_, createfilelist::int, minStationId, StationMask_, and StationStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RpcDigiToStubsConverterOmtf::acceptDigi(), L1TdeStage2CPPF::analyze(), RPCDigiValid::analyze(), L1TStage2CPPF::analyze(), L1MuonRecoTreeProducer::analyze(), RPCChamberMasker::beginRun(), RPCMonitorDigi::bookHistograms(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilder::buildGeometry(), L1TPhase2GMTEndcapStubProcessor::buildRPCOnlyStub(), reco::helper::JetMuonHitsIDHelper::calculate(), RPCGeomServ::chambername(), RPCGeomServ::chambernr(), RPCGeomServ::channelInChip(), RPCSeedPattern::checkSegment(), PrimitiveConversion::convert_rpc(), RPCIntegrator::createL1Phase2MuDTPhDigi(), CSCObjectMap::CSCObjectMap(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), DTObjectMap::DTObjectMap(), EMTFSubsystemCollector::extractPrimitives(), RPCRecHitFilter::filter(), GlobalMuonRefitter::getFirstHits(), OMTFConfiguration::getLayerNumber(), GlobalMuonRefitter::getRidOfSelectStationHits(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), init(), MuonRPCDetLayerGeometryBuilder::isFront(), RPCIntegrator::makeRPCOnlySegments(), RPCIntegrator::matchDTwithRPC(), TrackTransformerForGlobalCosmicMuons::MuonKeep(), RPCGeomServ::name(), operator<(), operator<<(), RPCIntegrator::phiBending(), PrimitiveSelection::process(), RPCDigiMerger::produce(), RPCDetId(), RPCtoDTTranslator::run(), IOPrinter::run(), RPCGeomServ::segment(), PrimitiveSelection::select_rpc(), RPCGeomServ::shortname(), TAMuonChamberMatch::station(), reco::MuonChamberMatch::station(), CSCSegtoRPC::thePoints(), and TracktoRPC::thePoints().
|
inline |
SubSector id : some sectors are divided along the phi direction in subsectors (from 1 to 4 in Barrel, from 1 to 6 in Endcap)
Definition at line 88 of file RPCDetId.h.
References DetId::id_, createfilelist::int, minSubSectorId, SubSectorMask_, and SubSectorStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RpcDigiToStubsConverterOmtf::acceptDigi(), L1TdeStage2CPPF::analyze(), L1TStage2CPPF::analyze(), L1MuonRecoTreeProducer::analyze(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilder::buildGeometry(), L1TPhase2GMTEndcapStubProcessor::buildRPCOnlyStub(), RPCGeomServ::chambername(), RPCGeomServ::chambernr(), RPCGeomServ::channelInChip(), PrimitiveConversion::convert_rpc(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), init(), MuonRPCDetLayerGeometryBuilder::isFront(), RPCGeomServ::name(), RPCDetId(), RPCGeomServ::segment(), PrimitiveSelection::select_rpc(), and RPCGeomServ::shortname().
|
inline |
Definition at line 96 of file RPCDetId.h.
References trind.
Referenced by buildfromDB(), buildfromTrIndex(), and L1TPhase2GMTEndcapStubProcessor::buildRPCOnlyStub().
|
static |
Definition at line 165 of file RPCDetId.h.
Referenced by chamberId().
|
staticprivate |
Definition at line 154 of file RPCDetId.h.
|
staticprivate |
Definition at line 152 of file RPCDetId.h.
|
staticprivate |
Definition at line 153 of file RPCDetId.h.
|
static |
Definition at line 121 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 102 of file RPCDetId.h.
Referenced by init().
|
static |
Definition at line 107 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), and init().
|
static |
Definition at line 105 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 131 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 116 of file RPCDetId.h.
|
static |
Definition at line 118 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildLayer().
|
static |
Definition at line 114 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), and init().
|
static |
Definition at line 111 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 126 of file RPCDetId.h.
|
static |
Definition at line 128 of file RPCDetId.h.
|
static |
Definition at line 124 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), and init().
|
static |
Definition at line 120 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), init(), and layer().
|
static |
Definition at line 101 of file RPCDetId.h.
|
static |
Definition at line 106 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), init(), and ring().
|
static |
Definition at line 104 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), init(), and ring().
|
static |
Definition at line 130 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 115 of file RPCDetId.h.
|
static |
Definition at line 117 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildLayer().
|
static |
Definition at line 113 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), init(), and sector().
|
static |
Definition at line 110 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), init(), and station().
|
static |
Definition at line 125 of file RPCDetId.h.
|
static |
Definition at line 127 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildLayer().
|
static |
Definition at line 123 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), init(), and subsector().
|
staticprivate |
Definition at line 138 of file RPCDetId.h.
|
staticprivate |
Definition at line 136 of file RPCDetId.h.
|
staticprivate |
Definition at line 137 of file RPCDetId.h.
|
static |
Definition at line 108 of file RPCDetId.h.
|
staticprivate |
Definition at line 142 of file RPCDetId.h.
|
staticprivate |
Definition at line 140 of file RPCDetId.h.
|
staticprivate |
Definition at line 141 of file RPCDetId.h.
|
staticprivate |
Definition at line 162 of file RPCDetId.h.
|
staticprivate |
Definition at line 160 of file RPCDetId.h.
|
staticprivate |
Definition at line 161 of file RPCDetId.h.
|
staticprivate |
Definition at line 150 of file RPCDetId.h.
|
staticprivate |
Definition at line 148 of file RPCDetId.h.
|
staticprivate |
Definition at line 149 of file RPCDetId.h.
|
staticprivate |
Definition at line 146 of file RPCDetId.h.
|
staticprivate |
Definition at line 144 of file RPCDetId.h.
|
staticprivate |
Definition at line 145 of file RPCDetId.h.
|
staticprivate |
Definition at line 158 of file RPCDetId.h.
Referenced by init(), and subsector().
|
staticprivate |
Definition at line 156 of file RPCDetId.h.
|
staticprivate |
Definition at line 157 of file RPCDetId.h.
Referenced by init(), and subsector().
|
private |
Definition at line 170 of file RPCDetId.h.
Referenced by buildfromTrIndex(), and trIndex().