CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
DTWireId Class Reference

#include <DTWireId.h>

Inheritance diagram for DTWireId:
DTLayerId DTSuperLayerId DTChamberId DetId

Public Member Functions

 DTWireId ()
 
 DTWireId (uint32_t id)
 
 DTWireId (int wheel, int station, int sector, int superlayer, int layer, int wire)
 
 DTWireId (const DTWireId &wireId)
 Copy Constructor. More...
 
 DTWireId (const DTChamberId &chId, int superlayer, int layer, int wire)
 Constructor from a CamberId and SL, layer and wire numbers. More...
 
 DTWireId (const DTSuperLayerId &slId, int layer, int wire)
 Constructor from a SuperLayerId and layer and wire numbers. More...
 
 DTWireId (const DTLayerId &layerId, int wire)
 Constructor from a layerId and a wire number. More...
 
DTLayerId layerId () const
 Return the corresponding LayerId. More...
 
int wire () const
 Return the wire number. More...
 
- Public Member Functions inherited from DTLayerId
 DTLayerId ()
 
 DTLayerId (uint32_t id)
 
 DTLayerId (int wheel, int station, int sector, int superlayer, int layer)
 
 DTLayerId (const DTLayerId &layerId)
 
 DTLayerId (const DTChamberId &chId, int superlayer, int layer)
 Constructor from a camberId and SL and layer numbers. More...
 
 DTLayerId (const DTSuperLayerId &slId, int layer)
 Constructor from a SuperLayerId and layer number. More...
 
int layer () const
 Return the layer number. More...
 
DTSuperLayerId superlayerId () const
 Return the corresponding SuperLayerId. More...
 
- Public Member Functions inherited from DTSuperLayerId
DTChamberId chamberId () const
 Return the corresponding ChamberId. More...
 
 DTSuperLayerId ()
 
 DTSuperLayerId (uint32_t id)
 
 DTSuperLayerId (int wheel, int station, int sector, int superlayer)
 
 DTSuperLayerId (const DTSuperLayerId &slId)
 
 DTSuperLayerId (const DTChamberId &chId, int superlayer)
 Constructor from a DTChamberId and SL number. More...
 
int superLayer () const
 Return the superlayer number. More...
 
int superlayer () const
 Return the superlayer number (deprecated method name) More...
 
- Public Member Functions inherited from DTChamberId
 DTChamberId ()
 
 DTChamberId (uint32_t id)
 
 DTChamberId (DetId id)
 
 DTChamberId (int wheel, int station, int sector)
 
 DTChamberId (const DTChamberId &chId)
 
int sector () const
 
int station () const
 Return the station number. More...
 
int wheel () const
 Return the wheel number. More...
 
- 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...
 

Additional Inherited Members

- Public Types inherited from DetId
enum  Detector {
  Tracker =1, Muon =2, Ecal =3, Hcal =4,
  Calo =5, Forward =6, VeryForward =7
}
 
- Static Public Attributes inherited from DTChamberId
static const int maxLayerId = 4
 highest layer id More...
 
static const int maxSectorId = 14
 highest sector id. More...
 
static const int maxStationId = 4
 highest station id More...
 
static const int maxSuperLayerId = 3
 highest superlayer id More...
 
static const int maxWheelId = 2
 highest wheel number More...
 
static const int maxWireId = 97
 highest wire id (chambers have 48 to 96 wires) More...
 
static const int minLayerId = 0
 lowest layer id. 0 indicates a full SL More...
 
static const int minSectorId = 0
 lowest sector id. 0 indicates all sectors (a station) More...
 
static const int minStationId = 1
 lowest station id More...
 
static const int minSuperLayerId = 0
 loweset super layer id. 0 indicates a full chamber More...
 
static const int minWheelId = -2
 lowest wheel number More...
 
static const int minWireId = 0
 lowest wire id (numbering starts from 1 or 2). 0 indicates a full layer More...
 
- Static Public Attributes inherited from DetId
static const int kDetOffset = 28
 
static const int kSubdetOffset = 25
 
- Protected Member Functions inherited from DTChamberId
void checkMuonId ()
 
- Protected Attributes inherited from DetId
uint32_t id_
 
- Static Protected Attributes inherited from DTChamberId
static const uint32_t chamberIdMask_
 
static const uint32_t layerIdMask_ = ~(wireMask_<<wireStartBit_)
 
static const int layerNumBits_ = 3
 
static const int layerStartBit_ = wireStartBit_ + wireNumBits_
 
static const uint32_t lMask_ = 0x7
 
static const uint32_t sectorMask_ = 0xf
 
static const int sectorNumBits_ = 4
 
static const int sectorStartBit_ = wheelStartBit_ + wheelNumBits_
 
static const int slayerNumBits_ = 2
 
static const int slayerStartBit_ = layerStartBit_+ layerNumBits_
 
static const uint32_t slIdMask_
 
static const uint32_t slMask_ = 0x3
 
static const uint32_t stationMask_ = 0x7
 
static const int stationNumBits_ = 3
 two bits would be enough, but we could use the number "0" as a wildcard More...
 
static const int stationStartBit_ = sectorStartBit_ + sectorNumBits_
 
static const uint32_t wheelMask_ = 0x7
 
static const int wheelNumBits_ = 3
 
static const int wheelStartBit_ = slayerStartBit_ + slayerNumBits_
 
static const uint32_t wireMask_ = 0x7f
 
static const int wireNumBits_ = 7
 two bits would be enough, but we could use the number "0" as a wildcard More...
 
static const int wireStartBit_ = 3
 

Detailed Description

DetUnit identifier for DT wires

Author
G. Cerminara - INFN Torino

Definition at line 13 of file DTWireId.h.

Constructor & Destructor Documentation

DTWireId::DTWireId ( )

Default constructor. Fills the common part in the base and leaves 0 in all other fields

Definition at line 15 of file DTWireId.cc.

15 : DTLayerId() {}
DTWireId::DTWireId ( uint32_t  id)
explicit

Construct from a packed id. It is required that the packed id represents a valid DT DetId (proper Detector and SubDet fields), otherwise an exception is thrown. No check is done on the vaildity of the values.

Definition at line 19 of file DTWireId.cc.

References DTChamberId::checkMuonId(), and DetId::id_.

19  {
20  id_= id;
21  checkMuonId(); // Check this is a valid id for muon DTs.
22 }
void checkMuonId()
Definition: DTChamberId.cc:57
uint32_t id_
Definition: DetId.h:55
DTWireId::DTWireId ( int  wheel,
int  station,
int  sector,
int  superlayer,
int  layer,
int  wire 
)

Construct from fully qualified identifier. Input values are required to be within legal ranges, otherwise an exception is thrown.

Definition at line 26 of file DTWireId.cc.

References Exception, DetId::id_, DTChamberId::maxWireId, DTChamberId::wireMask_, and DTChamberId::wireStartBit_.

32  if (wire < minWireId || wire > maxWireId) {
33  throw cms::Exception("InvalidDetId") << "DTWireId ctor:"
34  << " Invalid parameters: "
35  << " Wh:"<< wheel
36  << " St:"<< station
37  << " Se:"<< sector
38  << " Sl:"<< superlayer
39  << " La:"<< layer
40  << " Wi:"<< wire
41  << std::endl;
42  }
43 
44  id_ |= (wire & wireMask_) << wireStartBit_;
45  }
int layer() const
Return the layer number.
Definition: DTLayerId.h:53
static const int wireStartBit_
Definition: DTChamberId.h:95
static const int maxWireId
highest wire id (chambers have 48 to 96 wires)
Definition: DTChamberId.h:89
int wire() const
Return the wire number.
Definition: DTWireId.h:56
int superlayer() const
Return the superlayer number (deprecated method name)
uint32_t id_
Definition: DetId.h:55
int sector() const
Definition: DTChamberId.h:61
static const uint32_t wireMask_
Definition: DTChamberId.h:114
int station() const
Return the station number.
Definition: DTChamberId.h:51
int wheel() const
Return the wheel number.
Definition: DTChamberId.h:45
DTWireId::DTWireId ( const DTWireId wireId)

Copy Constructor.

Definition at line 50 of file DTWireId.cc.

References DetId::id_, and DetId::rawId().

50  {
51  id_ = wireId.rawId();
52 }
uint32_t rawId() const
get the raw id
Definition: DetId.h:43
uint32_t id_
Definition: DetId.h:55
DTWireId::DTWireId ( const DTChamberId chId,
int  superlayer,
int  layer,
int  wire 
)

Constructor from a CamberId and SL, layer and wire numbers.

Definition at line 57 of file DTWireId.cc.

References Exception, DetId::id_, DTChamberId::maxWireId, DTChamberId::wireMask_, and DTChamberId::wireStartBit_.

57  :
58  DTLayerId(chId, superlayer, layer) {
59  if (wire < minWireId || wire > maxWireId) {
60  throw cms::Exception("InvalidDetId") << "DTWireId ctor:"
61  << " Invalid parameters: "
62  << " Wi:"<< wire
63  << std::endl;
64  }
65 
66  id_ |= (wire & wireMask_) << wireStartBit_;
67  }
int layer() const
Return the layer number.
Definition: DTLayerId.h:53
static const int wireStartBit_
Definition: DTChamberId.h:95
static const int maxWireId
highest wire id (chambers have 48 to 96 wires)
Definition: DTChamberId.h:89
int wire() const
Return the wire number.
Definition: DTWireId.h:56
int superlayer() const
Return the superlayer number (deprecated method name)
uint32_t id_
Definition: DetId.h:55
static const uint32_t wireMask_
Definition: DTChamberId.h:114
DTWireId::DTWireId ( const DTSuperLayerId slId,
int  layer,
int  wire 
)

Constructor from a SuperLayerId and layer and wire numbers.

Definition at line 72 of file DTWireId.cc.

References Exception, DetId::id_, DTChamberId::maxWireId, DTChamberId::wireMask_, and DTChamberId::wireStartBit_.

72  :
73  DTLayerId(slId, layer) {
74  if (wire < minWireId || wire > maxWireId) {
75  throw cms::Exception("InvalidDetId") << "DTWireId ctor:"
76  << " Invalid parameters: "
77  << " Wi:"<< wire
78  << std::endl;
79  }
80 
81  id_ |= (wire & wireMask_) << wireStartBit_;
82  }
int layer() const
Return the layer number.
Definition: DTLayerId.h:53
static const int wireStartBit_
Definition: DTChamberId.h:95
static const int maxWireId
highest wire id (chambers have 48 to 96 wires)
Definition: DTChamberId.h:89
int wire() const
Return the wire number.
Definition: DTWireId.h:56
uint32_t id_
Definition: DetId.h:55
static const uint32_t wireMask_
Definition: DTChamberId.h:114
DTWireId::DTWireId ( const DTLayerId layerId,
int  wire 
)

Constructor from a layerId and a wire number.

Definition at line 87 of file DTWireId.cc.

References Exception, DetId::id_, DTChamberId::maxWireId, DTChamberId::wireMask_, and DTChamberId::wireStartBit_.

87  : DTLayerId(layerId) {
88  if (wire < minWireId || wire > maxWireId) {
89  throw cms::Exception("InvalidDetId") << "DTWireId ctor:"
90  << " Invalid parameters: "
91  << " Wi:"<< wire
92  << std::endl;
93  }
94 
95  id_ |= (wire & wireMask_) << wireStartBit_;
96 }
static const int wireStartBit_
Definition: DTChamberId.h:95
static const int maxWireId
highest wire id (chambers have 48 to 96 wires)
Definition: DTChamberId.h:89
int wire() const
Return the wire number.
Definition: DTWireId.h:56
uint32_t id_
Definition: DetId.h:55
static const uint32_t wireMask_
Definition: DTChamberId.h:114

Member Function Documentation

DTLayerId DTWireId::layerId ( ) const
inline
int DTWireId::wire ( ) const
inline

Return the wire number.

Definition at line 56 of file DTWireId.h.

References DetId::id_, DTChamberId::wireMask_, and DTChamberId::wireStartBit_.

Referenced by DTResolutionAnalysisTask::analyze(), DTnoiseDBValidation::beginRun(), cond::service::DTHVCheckWithHysteresis::checkCurrentStatus(), cond::service::DTHVCheckByAbsoluteValues::checkCurrentStatus(), DTCalibrationMap::checkGranularity(), DTHVStatusHandler::checkStatusChange(), DTRecHitSegmentResidual::compute(), DTLinearDriftFromDBAlgo::compute(), DTLinearDriftAlgo::compute(), DTNoDriftAlgo::compute(), DTCalibValidation::compute(), DTDigitizer::computeTime(), dtCalibration::DTT0FEBPathCorrection::correction(), DTHVStatusHandler::createSnapshot(), DTDigiSyncTOFCorr::digitizerOffset(), DTHVStatusHandler::dumpSnapshot(), DTTPAnalyzer::endJob(), DTMeantimerPatternReco::geometryFilter(), DTReadOutMapping::geometryToReadOut(), DTTtrig::get(), DTMtime::get(), DTNoiseCalibration::getChannelName(), DTT0Calibration::getHistoName(), DTT0CalibrationNew::getHistoName(), DTTMax::InfoLayer::InfoLayer(), DTClusterer::initHits(), DTROS25Unpacker::interpretRawData(), DTHVStatusHandler::offlineList(), DTTTrigSyncFromDB::offset(), DTTTrigSyncTOFCorr::offset(), DTCalibValidation::recHitDistFromWire(), DTRecHitQuality::recHitDistFromWire(), GlobalRecHitsAnalyzer::recHitDistFromWire(), GlobalRecHitsProducer::recHitDistFromWire(), DTResidualCalibration::segmentToWireDistance(), DTTtrig::set(), DTMtime::set(), DTRecHitQuality::simHitDistFromWire(), GlobalRecHitsAnalyzer::simHitDistFromWire(), GlobalRecHitsProducer::simHitDistFromWire(), and DTDigitizer::storeDigis().

56  {
57  return ((id_>>wireStartBit_)&wireMask_);
58  }
static const int wireStartBit_
Definition: DTChamberId.h:95
uint32_t id_
Definition: DetId.h:55
static const uint32_t wireMask_
Definition: DTChamberId.h:114