Detector identifier class for the Endcap Timing Layer. More...
#include <ETLDetId.h>
Public Member Functions | |
ETLDetId () | |
ETLDetId (const uint32_t &raw_id) | |
ETLDetId (const DetId &det_id) | |
ETLDetId (uint32_t zside, uint32_t ring, uint32_t module, uint32_t modtyp) | |
ETLDetId | geographicalId () const |
int | modType () const |
int | module () const |
Public Member Functions inherited from MTDDetId | |
MTDDetId () | |
MTDDetId (const uint32_t &raw_id) | |
MTDDetId (const DetId &det_id) | |
MTDDetId (Detector det, int subdet) | |
int | mtdRR () const |
int | mtdSide () const |
int | mtdSubDetector () const |
SubDetector | subDetector () const |
int | zside () 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 uint32_t | kETLmodTypeMask = 0x3 |
static const uint32_t | kETLmodTypeOffset = 5 |
static const uint32_t | kETLmoduleMask = 0xFF |
static const uint32_t | kETLmoduleOffset = 7 |
Static Public Attributes inherited from MTDDetId | |
static const uint32_t | kMTDsubdMask = 0x3 |
static const uint32_t | kMTDsubdOffset = 23 |
static const uint32_t | kRodRingMask = 0x3F |
static const uint32_t | kRodRingOffset = 16 |
static const uint32_t | kZsideMask = 0x1 |
static const uint32_t | kZsideOffset = 22 |
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 |
Additional Inherited Members | |
Public Types inherited from MTDDetId | |
enum | MTDType { typeUNKNOWN =0, BTL =1, ETL =2 } |
enum | SubDetector { subUNKNOWN =0, FastTime =1 } |
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_ |
Detector identifier class for the Endcap Timing Layer.
bit 15-7 : module sequential number bit 6-5 : module type (unused so far)
Definition at line 15 of file ETLDetId.h.
|
inline |
Construct a null id
Definition at line 27 of file ETLDetId.h.
References DetId::id_, MTDDetId::kMTDsubdMask, and MTDDetId::kMTDsubdOffset.
Referenced by geographicalId().
|
inline |
|
inline |
|
inline |
Construct and fill only the det and sub-det fields.
Definition at line 36 of file ETLDetId.h.
References DetId::id_, kETLmodTypeMask, MTDDetId::kMTDsubdMask, MTDDetId::kMTDsubdOffset, MTDDetId::kRodRingMask, MTDDetId::kRodRingOffset, MTDDetId::kZsideMask, and MTDDetId::kZsideOffset.
ETLDetId ETLDetId::geographicalId | ( | ) | const |
Definition at line 4 of file ETLDetId.cc.
References ETLDetId(), module(), MTDDetId::mtdRR(), and MTDDetId::mtdSide().
Referenced by EtlDigiHitsValidation::analyze(), EtlRecHitsValidation::analyze(), EtlSimHitsValidation::analyze(), and modType().
|
inline |
Returns ETL crystal type number.
Definition at line 53 of file ETLDetId.h.
References geographicalId(), DetId::id_, kETLmodTypeMask, and operator<<().
|
inline |
Returns ETL module number.
Definition at line 50 of file ETLDetId.h.
References DetId::id_, and kETLmoduleMask.
Referenced by geographicalId(), and ETLDeviceSim::getHitsResponse().
|
static |
Definition at line 22 of file ETLDetId.h.
Referenced by ETLDetId(), and modType().
|
static |
Definition at line 21 of file ETLDetId.h.
|
static |
Definition at line 20 of file ETLDetId.h.
Referenced by ETLDetLayerGeometryBuilder::buildLayer(), and module().
|
static |
Definition at line 19 of file ETLDetId.h.