#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 | |
Detector | det () const |
get the detector field from this detid More... | |
DetId () | |
Create an empty or null id (also for persistence) More... | |
DetId (uint32_t id) | |
Create an id from a raw number. More... | |
DetId (Detector det, int subdet) | |
Create an id, filling the detector and subdetector fields as specified. More... | |
bool | null () const |
is this a null id ? More... | |
operator uint32_t () const | |
bool | operator!= (DetId id) const |
inequality More... | |
uint32_t | operator() () const |
bool | operator< (DetId id) const |
comparison More... | |
bool | operator== (DetId id) const |
equality More... | |
uint32_t | rawId () const |
get the raw id More... | |
int | subdetId () const |
get the contents of the subdetector field (not cast into any detector's numbering enum) More... | |
Static Public Attributes | |
static const int | maxLayerId = 2 |
static const int | maxRegionId = 1 |
static const int | maxRingBarrelId = 2 |
static const int | maxRingForwardId = 3 |
static const int | maxRollId = 4 |
static const int | maxSectorBarrelId = 12 |
static const int | maxSectorForwardId = 6 |
static const int | maxSectorId = 12 |
static const int | maxStationId = 4 |
static const int | maxSubSectorBarrelId = 4 |
static const int | maxSubSectorForwardId = 6 |
static const int | maxSubSectorId = 6 |
static const int | minLayerId = 1 |
static const int | minRegionId = -1 |
static const int | minRingBarrelId = -2 |
static const int | minRingForwardId = 1 |
static const int | minRollId = 0 |
static const int | minSectorBarrelId = 1 |
static const int | minSectorForwardId = 1 |
static const int | minSectorId = 0 |
static const int | minStationId = 1 |
static const int | minSubSectorBarrelId = 1 |
static const int | minSubSectorForwardId = 1 |
static const int | minSubSectorId = 0 |
static const int | RingBarrelOffSet = 3 |
Static Public Attributes inherited from DetId | |
static const int | kDetOffset = 28 |
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 const uint32_t | chamberIdMask_ = ~(RollMask_<<RollStartBit_) |
static const unsigned int | LayerMask_ = 0X1 |
static const int | LayerNumBits_ = 1 |
static const int | LayerStartBit_ = SectorStartBit_+SectorNumBits_ |
static const int | RegionMask_ = 0X3 |
static const int | RegionNumBits_ = 2 |
static const int | RegionStartBit_ = 0 |
static const unsigned int | RingMask_ = 0X7 |
static const int | RingNumBits_ = 3 |
static const int | RingStartBit_ = RegionStartBit_+RegionNumBits_ |
static const unsigned int | RollMask_ = 0X7 |
static const int | RollNumBits_ = 3 |
static const int | RollStartBit_ = SubSectorStartBit_+SubSectorNumBits_ |
static const unsigned int | SectorMask_ = 0XF |
static const int | SectorNumBits_ = 4 |
static const int | SectorStartBit_ = StationStartBit_+StationNumBits_ |
static const unsigned int | StationMask_ = 0X3 |
static const int | StationNumBits_ = 2 |
static const int | StationStartBit_ = RingStartBit_+RingNumBits_ |
static const unsigned int | SubSectorMask_ = 0X7 |
static const int | SubSectorNumBits_ = 3 |
static const int | SubSectorStartBit_ = LayerStartBit_+LayerNumBits_ |
Additional Inherited Members | |
Public Types inherited from DetId | |
enum | Detector { Tracker =1, Muon =2, Ecal =3, Hcal =4, Calo =5 } |
Protected Attributes inherited from DetId | |
uint32_t | id_ |
DetUnit identifier for RPCs
Definition at line 16 of file RPCDetId.h.
RPCDetId::RPCDetId | ( | ) |
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 16 of file RPCDetId.cc.
References DetId::det(), edm::hlt::Exception, DetId::Muon, MuonSubdetId::RPC, and DetId::subdetId().
RPCDetId::RPCDetId | ( | DetId | id | ) |
Definition at line 25 of file RPCDetId.cc.
References DetId::det(), edm::hlt::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 37 of file RPCDetId.cc.
References init().
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 45 of file RPCDetId.cc.
References funct::abs(), Reference_intrackfit_cff::barrel, buildfromTrIndex(), gather_cfg::cout, ring(), sector(), station(), subsector(), and trIndex().
Referenced by DBSpecToDetUnit::operator()().
void RPCDetId::buildfromTrIndex | ( | int | trIndex | ) |
Built from the trigger det Index.
Definition at line 138 of file RPCDetId.cc.
References init(), layer(), region(), ring(), roll(), sector(), station(), subsector(), trind, and trIndex().
Referenced by RPCNumberingScheme::baseNumberToUnitNumber(), and buildfromDB().
|
inline |
Return the corresponding ChamberId.
Definition at line 130 of file RPCDetId.h.
References chamberIdMask_, DetId::id_, and RPCDetId().
|
private |
Definition at line 213 of file RPCDetId.cc.
References edm::hlt::Exception, DetId::id_, LayerMask_, LayerStartBit_, maxLayerId, maxRegionId, MixedLayerPairs_cfi::maxRing, maxRingBarrelId, maxRingForwardId, maxRollId, maxSectorId, maxStationId, maxSubSectorId, minLayerId, minRegionId, MixedLayerPairs_cfi::minRing, minRingBarrelId, minRingForwardId, minSectorId, minStationId, minSubSectorId, RegionMask_, RegionStartBit_, RingBarrelOffSet, RingMask_, RingStartBit_, roll(), RollMask_, RollStartBit_, SectorMask_, SectorStartBit_, StationMask_, StationStartBit_, 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 108 of file RPCDetId.h.
References DetId::id_, LayerMask_, LayerStartBit_, and minLayerId.
Referenced by RPCGeomServ::aclockwise(), RPCDigiValid::analyze(), RPCEfficiency::analyze(), RPCMonitorDigi::bookRollME(), RPCGeometryBuilderFromCondDB::build(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCStripsRing::calculateHwPlane(), RPCGeomServ::chambername(), RPCGeomServ::chambernr(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), reco::HitPattern::encode(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), HSCPValidator::makeSimDigiPlotsRPC(), RPCGeomServ::name(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), operator<(), RPCMonitorDigi::performSourceOperation(), printMuonDetId(), MuonSimHitProducer::produce(), and RPCGeomServ::shortname().
|
inline |
Sort Operator based on the raw detector id.
Definition at line 39 of file RPCDetId.h.
References layer(), DetId::rawId(), and station().
|
inline |
Region id: 0 for Barrel, +/-1 For +/- Endcap.
Definition at line 63 of file RPCDetId.h.
References DetId::id_, minRegionId, RegionMask_, and RegionStartBit_.
Referenced by RPCGeomServ::aclockwise(), RPCPointVsRecHit::analyze(), RPCDigiValid::analyze(), RPCRecHitValid::analyze(), RPCEfficiencySecond::bookDetUnitSeg(), RPCEfficiency::bookDetUnitSeg(), RPCMonitorDigi::bookHistograms(), RPCEfficiency::bookHistograms(), RPCMonitorDigi::bookRollME(), RPCGeometryBuilderFromCondDB::build(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCStripsRing::calculateHwPlane(), RPCGeomServ::chambername(), RPCGeomServ::channelInChip(), RPCSeedPattern::checkSegment(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), reco::HitPattern::encode(), RPCBxTest::endRun(), RPCGeomServ::eta_partition(), RPCMultiplicityTest::fillGlobalME(), RPCNoisyStripTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), GlobalHitsProdHist::fillMuon(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProducer::fillMuon(), GlobalDigisAnalyzer::fillMuon(), RPCRecHitFilter::filter(), RPCNoise::filter(), RPCBookFolderStructure::folderStructure(), DetIdInfo::info(), fireworks::info(), RPCCosmicSeedrecHitFinder::iscorssEdge(), L1TRPCTPG::L1TRPCBookME(), HSCPValidator::makeSimDigiPlotsRPC(), matchMuonDetId(), RPCGeomServ::name(), ObjectMap::ObjectMap(), ObjectMap2::ObjectMap2(), ObjectMap2CSC::ObjectMap2CSC(), ObjectMapCSC::ObjectMapCSC(), RPCMonitorDigi::performSourceOperation(), printMuonDetId(), ring(), RPCStripsRing::RPCStripsRing(), RPCGeomServ::shortname(), RPCSimSimple::simulateNoise(), RPCSimParam::simulateNoise(), RPCSimAsymmetricCls::simulateNoise(), RPCSimAverageNoiseEffCls::simulateNoise(), RPCSimAverage::simulateNoise(), RPCSimAverageNoise::simulateNoise(), RPCSimAverageNoiseEff::simulateNoise(), TracktoRPC::TracktoRPC(), 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 72 of file RPCDetId.h.
References edm::hlt::Exception, DetId::id_, minRingBarrelId, minRingForwardId, region(), sistrip::ring_, RingBarrelOffSet, RingMask_, and RingStartBit_.
Referenced by RPCGeomServ::aclockwise(), RPCPointVsRecHit::analyze(), RPCDigiValid::analyze(), RPCRecHitValid::analyze(), RPCEfficiency::analyze(), RPCMonitorDigi::bookHistograms(), RPCEfficiency::bookHistograms(), RPCMonitorDigi::bookRollME(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCGeomServ::chambername(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), CSCSegtoRPC::CSCSegtoRPC(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), RPCBxTest::endRun(), RPCGeomServ::eta_partition(), RPCMultiplicityTest::fillGlobalME(), RPCNoisyStripTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), GlobalDigisAnalyzer::fillMuon(), RPCRecHitFilter::filter(), RPCBookFolderStructure::folderStructure(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), MuonRPCDetLayerGeometryBuilder::isFront(), L1TRPCTPG::L1TRPCBookME(), matchMuonDetId(), RPCGeomServ::name(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), ObjectMap::ObjectMap(), ObjectMap2::ObjectMap2(), ObjectMap2CSC::ObjectMap2CSC(), ObjectMapCSC::ObjectMapCSC(), RPCMonitorDigi::performSourceOperation(), printMuonDetId(), MuonSimHitProducer::produce(), RPCStripsRing::RPCStripsRing(), RPCGeomServ::segment(), RPCGeomServ::shortname(), TracktoRPC::TracktoRPC(), 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 120 of file RPCDetId.h.
References DetId::id_, RollMask_, and RollStartBit_.
Referenced by RPCDigiValid::analyze(), RPCEfficiency::analyze(), buildfromTrIndex(), RPCGeomServ::chambernr(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), rpcdqm::utils::detId2RollNr(), RPCGeomServ::eta_partition(), RPCMultiplicityTest::fillGlobalME(), RPCNoisyStripTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), DetIdInfo::info(), fireworks::info(), init(), RPCGeomServ::name(), RPCMonitorDigi::performSourceOperation(), printMuonDetId(), MuonSimHitProducer::produce(), and RPCGeomServ::shortname().
|
inline |
Sector id: the group of chambers at same phi (and increasing r)
Definition at line 102 of file RPCDetId.h.
References DetId::id_, minSectorId, SectorMask_, and SectorStartBit_.
Referenced by RPCGeomServ::aclockwise(), RPCEfficiency::bookHistograms(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCGeomServ::chambername(), RPCGeomServ::chambernr(), RPCGeomServ::channelInChip(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), RPCMultiplicityTest::fillGlobalME(), RPCNoisyStripTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), RPCRecHitFilter::filter(), RPCBookFolderStructure::folderStructure(), geometryXMLparser.DTAlignable::index(), DetIdInfo::info(), fireworks::info(), MuonRPCDetLayerGeometryBuilder::isFront(), L1TRPCTPG::L1TRPCBookME(), matchMuonDetId(), RPCGeomServ::name(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), ObjectMap::ObjectMap(), ObjectMap2::ObjectMap2(), RPCMonitorDigi::performSourceOperation(), printMuonDetId(), MuonSimHitProducer::produce(), RPCGeomServ::segment(), RPCGeomServ::shortname(), TracktoRPC::TracktoRPC(), 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 96 of file RPCDetId.h.
References DetId::id_, minStationId, StationMask_, and StationStartBit_.
Referenced by RPCPointVsRecHit::analyze(), RPCDigiValid::analyze(), RPCRecHitValid::analyze(), RPCEfficiency::analyze(), RPCMonitorDigi::bookHistograms(), RPCEfficiency::bookHistograms(), RPCMonitorDigi::bookRollME(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), reco::helper::JetMuonHitsIDHelper::calculate(), RPCStripsRing::calculateHwPlane(), RPCGeomServ::chambername(), RPCGeomServ::chambernr(), RPCGeomServ::channelInChip(), RPCSeedPattern::checkSegment(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), ResidualRefitting::CollectTrackHits(), CSCSegtoRPC::CSCSegtoRPC(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), reco::HitPattern::encode(), RPCBxTest::endRun(), RPCNoisyStripTest::fillGlobalME(), RPCMultiplicityTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), RPCRecHitFilter::filter(), RPCBookFolderStructure::folderStructure(), GlobalMuonRefitter::getRidOfSelectStationHits(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), MuonRPCDetLayerGeometryBuilder::isFront(), L1TRPCTPG::L1TRPCBookME(), HSCPValidator::makeSimDigiPlotsRPC(), matchMuonDetId(), TrackTransformerForGlobalCosmicMuons::MuonKeep(), RPCGeomServ::name(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), ObjectMap::ObjectMap(), ObjectMap2::ObjectMap2(), ObjectMap2CSC::ObjectMap2CSC(), ObjectMapCSC::ObjectMapCSC(), operator<(), RPCMonitorDigi::performSourceOperation(), printMuonDetId(), MuonSimHitProducer::produce(), ResidualRefitting::ReturnStation(), RPCGeomServ::segment(), RPCGeomServ::shortname(), TAMuonChamberMatch::station(), reco::MuonChamberMatch::station(), and TracktoRPC::TracktoRPC().
|
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 114 of file RPCDetId.h.
References DetId::id_, minSubSectorId, SubSectorMask_, and SubSectorStartBit_.
Referenced by RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCGeomServ::chambername(), RPCGeomServ::chambernr(), RPCGeomServ::channelInChip(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), DetIdInfo::info(), fireworks::info(), MuonRPCDetLayerGeometryBuilder::isFront(), RPCGeomServ::name(), printMuonDetId(), MuonSimHitProducer::produce(), RPCGeomServ::segment(), and RPCGeomServ::shortname().
|
inline |
Definition at line 125 of file RPCDetId.h.
References trind.
Referenced by buildfromDB(), and buildfromTrIndex().
|
staticprivate |
Definition at line 198 of file RPCDetId.h.
Referenced by chamberId().
|
staticprivate |
Definition at line 188 of file RPCDetId.h.
|
staticprivate |
Definition at line 186 of file RPCDetId.h.
|
staticprivate |
Definition at line 187 of file RPCDetId.h.
|
static |
Definition at line 155 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 136 of file RPCDetId.h.
Referenced by init().
|
static |
Definition at line 141 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), and init().
|
static |
Definition at line 139 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 165 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 150 of file RPCDetId.h.
|
static |
Definition at line 152 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildLayer().
|
static |
Definition at line 148 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), and init().
|
static |
Definition at line 145 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 160 of file RPCDetId.h.
|
static |
Definition at line 162 of file RPCDetId.h.
|
static |
Definition at line 158 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), and init().
|
static |
Definition at line 154 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), init(), and layer().
|
static |
Definition at line 135 of file RPCDetId.h.
|
static |
Definition at line 140 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), init(), and ring().
|
static |
Definition at line 138 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildEndcapLayers(), init(), and ring().
|
static |
Definition at line 164 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), and MuonRPCDetLayerGeometryBuilder::buildEndcapLayers().
|
static |
Definition at line 149 of file RPCDetId.h.
|
static |
Definition at line 151 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildLayer().
|
static |
Definition at line 147 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), init(), and sector().
|
static |
Definition at line 144 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), init(), and station().
|
static |
Definition at line 159 of file RPCDetId.h.
|
static |
Definition at line 161 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildLayer().
|
static |
Definition at line 157 of file RPCDetId.h.
Referenced by MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), init(), and subsector().
|
staticprivate |
Definition at line 171 of file RPCDetId.h.
|
staticprivate |
Definition at line 169 of file RPCDetId.h.
|
staticprivate |
Definition at line 170 of file RPCDetId.h.
|
static |
Definition at line 142 of file RPCDetId.h.
|
staticprivate |
Definition at line 175 of file RPCDetId.h.
|
staticprivate |
Definition at line 173 of file RPCDetId.h.
|
staticprivate |
Definition at line 174 of file RPCDetId.h.
|
staticprivate |
Definition at line 196 of file RPCDetId.h.
|
staticprivate |
Definition at line 194 of file RPCDetId.h.
|
staticprivate |
Definition at line 195 of file RPCDetId.h.
|
staticprivate |
Definition at line 184 of file RPCDetId.h.
|
staticprivate |
Definition at line 182 of file RPCDetId.h.
|
staticprivate |
Definition at line 183 of file RPCDetId.h.
|
staticprivate |
Definition at line 179 of file RPCDetId.h.
|
staticprivate |
Definition at line 177 of file RPCDetId.h.
|
staticprivate |
Definition at line 178 of file RPCDetId.h.
|
staticprivate |
Definition at line 192 of file RPCDetId.h.
Referenced by init(), and subsector().
|
staticprivate |
Definition at line 190 of file RPCDetId.h.
|
staticprivate |
Definition at line 191 of file RPCDetId.h.
Referenced by init(), and subsector().
|
private |
Definition at line 209 of file RPCDetId.h.
Referenced by buildfromTrIndex(), and trIndex().