#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 const int | maxLayerId = 2 |
static const int | maxRegionId = 1 |
static const int | maxRingBarrelId = 2 |
static const int | maxRingForwardId = 3 |
static const int | maxRollId = 5 |
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 | 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 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, 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 16 of file RPCDetId.cc.
References DetId::det(), Exception, DetId::Muon, MuonSubdetId::RPC, and DetId::subdetId().
RPCDetId::RPCDetId | ( | DetId | id | ) |
Definition at line 25 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 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()(), and 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 buildfromDB(), and operator<().
|
inline |
Return the corresponding ChamberId.
Definition at line 130 of file RPCDetId.h.
References chamberIdMask_, DetId::id_, and RPCDetId().
Referenced by RPCNeutronWriter::chamberId().
|
private |
Definition at line 226 of file RPCDetId.cc.
References Exception, DetId::id_, LayerMask_, LayerStartBit_, maxLayerId, maxRegionId, ConversionStep2_cff::maxRing, maxRingBarrelId, maxRingForwardId, maxRollId, maxSectorId, maxStationId, maxSubSectorId, minLayerId, minRegionId, ConversionStep2_cff::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_, createfilelist::int, LayerMask_, LayerStartBit_, and minLayerId.
Referenced by OMTFinputMaker::acceptDigi(), RPCDigiValid::analyze(), RPCEfficiency::analyze(), L1MuonRecoTreeProducer::analyze(), RPCMonitorDigi::bookRollME(), RPCGeometryBuilderFromCondDB::build(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCStripsRing::calculateHwPlane(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), reco::HitPattern::encode(), getDetLayer(), OMTFinputMaker::getInputNumber(), OMTFConfiguration::getLayerNumber(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), RPCNeutronWriter::localDetId(), HSCPValidator::makeSimDigiPlotsRPC(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), operator<(), RPCMonitorDigi::performSourceOperation(), MuonSimHitProducer::produce(), IOPrinter::run(), RPCtoDTTranslator::run(), and L1TMuon::TriggerPrimitive::TriggerPrimitive().
|
inline |
Sort Operator based on the raw detector id.
Definition at line 39 of file RPCDetId.h.
References buildfromDB(), buildfromTrIndex(), summaryLumi::dbname, layer(), DetId::rawId(), station(), AlCaHLTBitMon_QueryRunRegistry::string, and trIndex().
|
inline |
Region id: 0 for Barrel, +/-1 For +/- Endcap.
Definition at line 63 of file RPCDetId.h.
References DetId::id_, createfilelist::int, minRegionId, RegionMask_, and RegionStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RPCPointVsRecHit::analyze(), RPCDigiValid::analyze(), RPCRecHitValid::analyze(), L1MuonRecoTreeProducer::analyze(), RPCEfficiency::bookDetUnitSeg(), RPCMonitorDigi::bookHistograms(), RPCEfficiency::bookHistograms(), RPCMonitorDigi::bookRollME(), RPCGeometryBuilderFromCondDB::build(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCStripsRing::calculateHwPlane(), RPCSeedPattern::checkSegment(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), RPCRecHitStandardAlgo::compute(), PrimitiveConversion::convert_rpc(), CSCObjectMap::CSCObjectMap(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), DTObjectMap::DTObjectMap(), reco::HitPattern::encode(), RPCBxTest::endRun(), RPCMultiplicityTest::fillGlobalME(), RPCNoisyStripTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProdHist::fillMuon(), GlobalHitsProducer::fillMuon(), GlobalDigisAnalyzer::fillMuon(), RPCRecHitFilter::filter(), RPCNoise::filter(), RPCBookFolderStructure::folderStructure(), OMTFinputMaker::getInputNumber(), OMTFConfiguration::getLayerNumber(), DetIdInfo::info(), fireworks::info(), RPCCosmicSeedrecHitFinder::iscorssEdge(), HSCPValidator::makeSimDigiPlotsRPC(), RPCMonitorDigi::performSourceOperation(), RecHitProcessor::process(), ring(), RPCStripsRing::RPCStripsRing(), RPCHitCleaner::run(), RPCtoDTTranslator::run(), PrimitiveSelection::select_rpc(), RPCSimSimple::simulateNoise(), RPCSimParam::simulateNoise(), RPCSimModelTiming::simulateNoise(), RPCSimAverageNoiseEffCls::simulateNoise(), RPCSimAverageNoiseEff::simulateNoise(), RPCSimAverage::simulateNoise(), RPCSimAverageNoise::simulateNoise(), RPCSimAsymmetricCls::simulateNoise(), TracktoRPC::TracktoRPC(), and ValidateGeometry::validateRPCGeometry().
|
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 Exception, DetId::id_, createfilelist::int, minRingBarrelId, minRingForwardId, region(), sistrip::ring_, RingBarrelOffSet, RingMask_, and RingStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RPCPointVsRecHit::analyze(), RPCDigiValid::analyze(), RPCRecHitValid::analyze(), RPCEfficiency::analyze(), L1MuonRecoTreeProducer::analyze(), RPCMonitorDigi::bookHistograms(), RPCEfficiency::bookHistograms(), RPCMonitorDigi::bookRollME(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), PrimitiveConversion::convert_rpc(), CSCObjectMap::CSCObjectMap(), CSCSegtoRPC::CSCSegtoRPC(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), DTObjectMap::DTObjectMap(), RPCBxTest::endRun(), RPCMultiplicityTest::fillGlobalME(), RPCNoisyStripTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), GlobalDigisAnalyzer::fillMuon(), RPCRecHitFilter::filter(), RPCBookFolderStructure::folderStructure(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), MuonRPCDetLayerGeometryBuilder::isFront(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), RPCMonitorDigi::performSourceOperation(), MuonSimHitProducer::produce(), RPCStripsRing::RPCStripsRing(), IOPrinter::run(), RPCtoDTTranslator::run(), PrimitiveSelection::select_rpc(), and TracktoRPC::TracktoRPC().
|
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_, createfilelist::int, RollMask_, and RollStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RPCDigiValid::analyze(), RPCEfficiency::analyze(), L1MuonRecoTreeProducer::analyze(), buildfromTrIndex(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), PrimitiveConversion::convert_rpc(), rpcdqm::utils::detId2RollNr(), RPCMultiplicityTest::fillGlobalME(), RPCNoisyStripTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), OMTFinputMaker::getInputNumber(), DetIdInfo::info(), fireworks::info(), init(), RPCMonitorDigi::performSourceOperation(), MuonSimHitProducer::produce(), IOPrinter::run(), RPCtoDTTranslator::run(), and PrimitiveSelection::select_rpc().
|
inline |
Sector id: the group of chambers at same phi (and increasing r)
Definition at line 102 of file RPCDetId.h.
References DetId::id_, createfilelist::int, minSectorId, SectorMask_, and SectorStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), L1MuonRecoTreeProducer::analyze(), RPCEfficiency::bookHistograms(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), PrimitiveConversion::convert_rpc(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), DTObjectMap::DTObjectMap(), RPCMultiplicityTest::fillGlobalME(), RPCNoisyStripTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), RPCRecHitFilter::filter(), RPCBookFolderStructure::folderStructure(), OMTFinputMaker::getInputNumber(), geometryXMLparser.DTAlignable::index(), DetIdInfo::info(), fireworks::info(), MuonRPCDetLayerGeometryBuilder::isFront(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), RPCMonitorDigi::performSourceOperation(), MuonSimHitProducer::produce(), IOPrinter::run(), RPCtoDTTranslator::run(), PrimitiveSelection::select_rpc(), and TracktoRPC::TracktoRPC().
|
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_, createfilelist::int, minStationId, StationMask_, and StationStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), RPCPointVsRecHit::analyze(), RPCDigiValid::analyze(), RPCRecHitValid::analyze(), RPCEfficiency::analyze(), L1MuonRecoTreeProducer::analyze(), RPCChamberMasker::beginRun(), RPCMonitorDigi::bookHistograms(), RPCEfficiency::bookHistograms(), RPCMonitorDigi::bookRollME(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), reco::helper::JetMuonHitsIDHelper::calculate(), RPCStripsRing::calculateHwPlane(), RPCSeedPattern::checkSegment(), RPCClusterSizeTest::clientOperation(), RPCDeadChannelTest::clientOperation(), PrimitiveConversion::convert_rpc(), CSCObjectMap::CSCObjectMap(), CSCSegtoRPC::CSCSegtoRPC(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), RPCEfficiencySecond::dqmEndJob(), DTObjectMap::DTObjectMap(), reco::HitPattern::encode(), RPCBxTest::endRun(), RPCMultiplicityTest::fillGlobalME(), RPCNoisyStripTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), RPCRecHitFilter::filter(), RPCBookFolderStructure::folderStructure(), GlobalMuonRefitter::getFirstHits(), OMTFinputMaker::getInputNumber(), OMTFConfiguration::getLayerNumber(), GlobalMuonRefitter::getRidOfSelectStationHits(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), MuonRPCDetLayerGeometryBuilder::isFront(), HSCPValidator::makeSimDigiPlotsRPC(), TrackTransformerForGlobalCosmicMuons::MuonKeep(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), operator<(), RPCMonitorDigi::performSourceOperation(), MuonSimHitProducer::produce(), IOPrinter::run(), RPCtoDTTranslator::run(), PrimitiveSelection::select_rpc(), 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_, createfilelist::int, minSubSectorId, SubSectorMask_, and SubSectorStartBit_.
Referenced by OMTFinputMaker::acceptDigi(), L1MuonRecoTreeProducer::analyze(), RPCGeometryBuilderFromCondDB::build(), buildfromDB(), buildfromTrIndex(), RPCGeometryBuilderFromDDD::buildGeometry(), PrimitiveConversion::convert_rpc(), rpcdqm::utils::detId2ChamberLabel(), rpcdqm::utils::detId2ChamberNr(), rpcdqm::utils::detId2RollNr(), OMTFinputMaker::getInputNumber(), DetIdInfo::info(), fireworks::info(), MuonRPCDetLayerGeometryBuilder::isFront(), MuonSimHitProducer::produce(), and PrimitiveSelection::select_rpc().
|
inline |
Definition at line 125 of file RPCDetId.h.
References trind.
Referenced by buildfromDB(), buildfromTrIndex(), and operator<().
|
staticprivate |
Definition at line 200 of file RPCDetId.h.
Referenced by chamberId().
|
staticprivate |
Definition at line 190 of file RPCDetId.h.
|
staticprivate |
Definition at line 188 of file RPCDetId.h.
|
staticprivate |
Definition at line 189 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 173 of file RPCDetId.h.
|
staticprivate |
Definition at line 171 of file RPCDetId.h.
|
staticprivate |
Definition at line 172 of file RPCDetId.h.
|
static |
Definition at line 142 of file RPCDetId.h.
|
staticprivate |
Definition at line 177 of file RPCDetId.h.
|
staticprivate |
Definition at line 175 of file RPCDetId.h.
|
staticprivate |
Definition at line 176 of file RPCDetId.h.
|
staticprivate |
Definition at line 198 of file RPCDetId.h.
|
staticprivate |
Definition at line 196 of file RPCDetId.h.
|
staticprivate |
Definition at line 197 of file RPCDetId.h.
|
staticprivate |
Definition at line 186 of file RPCDetId.h.
|
staticprivate |
Definition at line 184 of file RPCDetId.h.
|
staticprivate |
Definition at line 185 of file RPCDetId.h.
|
staticprivate |
Definition at line 181 of file RPCDetId.h.
|
staticprivate |
Definition at line 179 of file RPCDetId.h.
|
staticprivate |
Definition at line 180 of file RPCDetId.h.
|
staticprivate |
Definition at line 194 of file RPCDetId.h.
Referenced by init(), and subsector().
|
staticprivate |
Definition at line 192 of file RPCDetId.h.
|
staticprivate |
Definition at line 193 of file RPCDetId.h.
Referenced by init(), and subsector().
|
private |
Definition at line 211 of file RPCDetId.h.
Referenced by buildfromTrIndex(), and trIndex().