#include <ME0DetId.h>
Public Member Functions | |
int | chamber () const |
Chamber id: it identifies a chamber in a ring it goes from 1 to 36. More... | |
ME0DetId | chamberId () const |
Return the corresponding ChamberId (mask layers) More... | |
int | layer () const |
Layer id: each chamber has six layers of chambers: layer 1 is the inner layer and layer 6 is the outer layer. More... | |
ME0DetId | layerId () const |
Return the corresponding LayerId (mask eta partition) More... | |
ME0DetId () | |
ME0DetId (uint32_t id) | |
ME0DetId (DetId id) | |
ME0DetId (int region, int layer, int chamber, int roll) | |
Construct from fully qualified identifier. More... | |
int | nlayers () const |
For future modifications (implement more layers) More... | |
bool | operator< (const ME0DetId &r) const |
Sort Operator based on the raw detector id. More... | |
int | region () const |
Region id: 0 for Barrel Not in use, +/-1 For +/- Endcap. More... | |
int | roll () const |
int | station () 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 | maxChamberId = 18 |
static const int | maxLayerId = 6 |
static const int | maxRegionId = 1 |
static const int | maxRollId = 10 |
static const int | minChamberId = 0 |
static const int | minLayerId = 0 |
static const int | minRegionId = -1 |
static const int | minRollId = 0 |
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 layer, int chamber, int roll) |
Private Attributes | |
int | trind |
Static Private Attributes | |
static const uint32_t | chamberIdMask_ = ~( (LayerMask_<<LayerStartBit_) | (RollMask_<<RollStartBit_)) |
static const unsigned int | ChamberMask_ = 0X3F |
static const int | ChamberNumBits_ = 6 |
static const int | ChamberStartBit_ = RegionStartBit_+RegionNumBits_ |
static const uint32_t | layerIdMask_ = ~(RollMask_<<RollStartBit_) |
static const unsigned int | LayerMask_ = 0X1F |
static const int | LayerNumBits_ = 5 |
static const int | LayerStartBit_ = ChamberStartBit_+ChamberNumBits_ |
static const int | RegionMask_ = 0X3 |
static const int | RegionNumBits_ = 2 |
static const int | RegionStartBit_ = 0 |
static const unsigned int | RollMask_ = 0X1F |
static const int | RollNumBits_ = 5 |
static const int | RollStartBit_ = 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 ME0s
Definition at line 16 of file ME0DetId.h.
ME0DetId::ME0DetId | ( | ) |
Definition at line 8 of file ME0DetId.cc.
Referenced by chamberId(), and layerId().
ME0DetId::ME0DetId | ( | uint32_t | id | ) |
Construct from a packed id. It is required that the Detector part of id is Muon and the SubDet part is ME0, otherwise an exception is thrown.
Definition at line 11 of file ME0DetId.cc.
References DetId::det(), Exception, MuonSubdetId::ME0, DetId::Muon, and DetId::subdetId().
ME0DetId::ME0DetId | ( | DetId | id | ) |
Definition at line 20 of file ME0DetId.cc.
References DetId::det(), Exception, MuonSubdetId::ME0, DetId::Muon, and DetId::subdetId().
ME0DetId::ME0DetId | ( | int | region, |
int | layer, | ||
int | chamber, | ||
int | roll | ||
) |
Construct from fully qualified identifier.
Definition at line 29 of file ME0DetId.cc.
References init().
|
inline |
Chamber id: it identifies a chamber in a ring it goes from 1 to 36.
Definition at line 51 of file ME0DetId.h.
References ChamberMask_, ChamberStartBit_, DetId::id_, createfilelist::int, and minChamberId.
Referenced by EMTFGEMDetId::chamber(), MuonHitHelper::chamber(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), and ME0SegmentsValidation::isMatched().
|
inline |
Return the corresponding ChamberId (mask layers)
Definition at line 67 of file ME0DetId.h.
References chamberIdMask_, DetId::id_, and ME0DetId().
Referenced by ME0GeometryParsFromDD::buildChamber(), ME0GeometryBuilderFromDDD::buildChamber(), ME0GeometryBuilderFromDDD::buildGeometry(), GlobalMuonRefitter::checkMuonHits(), and GlobalMuonRefitter::selectMuonHits().
|
private |
Definition at line 36 of file ME0DetId.cc.
References ChamberMask_, ChamberStartBit_, Exception, DetId::id_, LayerMask_, LayerStartBit_, maxChamberId, maxLayerId, maxRegionId, maxRollId, minChamberId, minLayerId, minRegionId, minRollId, RegionMask_, RegionStartBit_, RollMask_, and RollStartBit_.
Referenced by ME0DetId().
|
inline |
Layer id: each chamber has six layers of chambers: layer 1 is the inner layer and layer 6 is the outer layer.
Definition at line 56 of file ME0DetId.h.
References DetId::id_, createfilelist::int, LayerMask_, LayerStartBit_, and minLayerId.
Referenced by ME0ReDigiProducer::TemporaryGeometry::getCentralTOF(), ME0ReDigiProducer::getStripProperties(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), fireworks::info(), ME0SegmentsValidation::isMatched(), EMTFGEMDetId::layer(), ME0Chamber::layer(), and operator<().
|
inline |
Return the corresponding LayerId (mask eta partition)
Definition at line 71 of file ME0DetId.h.
References DetId::id_, layerIdMask_, and ME0DetId().
Referenced by ME0GeometryBuilderFromDDD::buildGeometry(), ME0GeometryParsFromDD::buildLayer(), and ME0GeometryBuilderFromDDD::buildLayer().
|
inline |
For future modifications (implement more layers)
Definition at line 82 of file ME0DetId.h.
References createfilelist::int, and maxLayerId.
Referenced by ME0SegmentAlgorithm::isGoodToMerge().
|
inline |
Sort Operator based on the raw detector id.
Definition at line 36 of file ME0DetId.h.
References layer(), and DetId::rawId().
|
inline |
Region id: 0 for Barrel Not in use, +/-1 For +/- Endcap.
Definition at line 46 of file ME0DetId.h.
References DetId::id_, createfilelist::int, minRegionId, RegionMask_, and RegionStartBit_.
Referenced by DetIdInfo::info(), fireworks::info(), ME0SegmentsValidation::isMatched(), and EMTFGEMDetId::region().
|
inline |
Roll id (also known as eta partition): each chamber is divided along the strip direction in several parts (rolls) ME0 up to 10
Definition at line 62 of file ME0DetId.h.
References DetId::id_, createfilelist::int, minRollId, RollMask_, and RollStartBit_.
Referenced by reco::HitPattern::encode(), ME0ReDigiProducer::getStripProperties(), ME0SimHitMatcher::hitPartitions(), ME0SegmentsValidation::isMatched(), and EMTFGEMDetId::roll().
|
inline |
Definition at line 76 of file ME0DetId.h.
Referenced by GlobalMuonRefitter::getFirstHits(), GlobalMuonRefitter::getRidOfSelectStationHits(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), DetIdInfo::info(), MuonSeedPtExtractor::pT_extract(), TAMuonChamberMatch::station(), and reco::MuonChamberMatch::station().
|
staticprivate |
Definition at line 115 of file ME0DetId.h.
Referenced by chamberId().
|
staticprivate |
Definition at line 105 of file ME0DetId.h.
|
staticprivate |
Definition at line 103 of file ME0DetId.h.
|
staticprivate |
Definition at line 104 of file ME0DetId.h.
|
staticprivate |
Definition at line 116 of file ME0DetId.h.
Referenced by layerId().
|
staticprivate |
Definition at line 109 of file ME0DetId.h.
|
staticprivate |
Definition at line 107 of file ME0DetId.h.
|
staticprivate |
Definition at line 108 of file ME0DetId.h.
|
static |
Definition at line 90 of file ME0DetId.h.
Referenced by MuonME0DetLayerGeometryBuilder::buildEndcapLayers(), and init().
|
static |
Definition at line 93 of file ME0DetId.h.
|
static |
Definition at line 87 of file ME0DetId.h.
Referenced by init(), FWRPZViewGeometry::showME0(), and FW3DViewGeometry::showMuonEndcap().
|
static |
Definition at line 96 of file ME0DetId.h.
Referenced by init().
|
static |
Definition at line 89 of file ME0DetId.h.
Referenced by MuonME0DetLayerGeometryBuilder::buildEndcapLayers(), chamber(), and init().
|
static |
Definition at line 92 of file ME0DetId.h.
|
static |
Definition at line 86 of file ME0DetId.h.
Referenced by init(), region(), FWRPZViewGeometry::showME0(), and FW3DViewGeometry::showMuonEndcap().
|
static |
Definition at line 95 of file ME0DetId.h.
|
staticprivate |
Definition at line 101 of file ME0DetId.h.
|
staticprivate |
Definition at line 99 of file ME0DetId.h.
|
staticprivate |
Definition at line 100 of file ME0DetId.h.
|
staticprivate |
Definition at line 113 of file ME0DetId.h.
|
staticprivate |
Definition at line 111 of file ME0DetId.h.
|
staticprivate |
Definition at line 112 of file ME0DetId.h.
|
private |
Definition at line 124 of file ME0DetId.h.