#include <HGCTriggerDetId.h>
Public Types | |
enum | { Subdet =HGCTrigger } |
Public Types inherited from DetId | |
enum | Detector { Tracker =1, Muon =2, Ecal =3, Hcal =4, Calo =5, Forward =6, VeryForward =7 } |
Public Member Functions | |
int | cell () const |
get the absolute value of the cell #'s in x and y More... | |
HGCTriggerDetId () | |
HGCTriggerDetId (uint32_t rawid) | |
HGCTriggerDetId (ForwardSubdetector subdet, int zp, int lay, int sector, int mod, int cell) | |
HGCTriggerDetId (const DetId &id) | |
bool | isEE () const |
consistency check : no bits left => no overhead More... | |
bool | isForward () const |
int | layer () const |
get the layer # More... | |
int | module () const |
get the degree module More... | |
HGCTriggerDetId & | operator= (const DetId &id) |
int | sector () const |
get the sector # More... | |
ForwardSubdetector | subdet () const |
get the subdetector More... | |
int | zside () const |
get the z-side of the cell (1/-1) More... | |
virtual | ~HGCTriggerDetId () |
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 Member Functions | |
static const uint32_t | UndefinedCell () |
Static Public Attributes | |
static const HGCTriggerDetId | Undefined |
Static Public Attributes inherited from DetId | |
static const int | kDetOffset = 28 |
static const int | kSubdetOffset = 25 |
Private Member Functions | |
const int | getMaskedId (const uint32_t &shift, const uint32_t &mask) const |
void | setMaskedId (const uint32_t value, const uint32_t &shift, const uint32_t &mask) |
Static Private Attributes | |
static const uint32_t | cell_mask = 0x7F |
static const uint32_t | cell_shift = 0 |
static const uint32_t | layer_mask = 0x1F |
static const uint32_t | layer_shift = 19 |
static const uint32_t | module_mask = 0x3F |
static const uint32_t | module_shift = 7 |
static const uint32_t | sector_mask = 0x3F |
static const uint32_t | sector_shift = 13 |
static const uint32_t | zside_mask = 0x1 |
static const uint32_t | zside_shift = 24 |
Additional Inherited Members | |
Protected Attributes inherited from DetId | |
uint32_t | id_ |
Definition at line 9 of file HGCTriggerDetId.h.
anonymous enum |
Enumerator | |
---|---|
Subdet |
Definition at line 35 of file HGCTriggerDetId.h.
HGCTriggerDetId::HGCTriggerDetId | ( | ) |
Create a null cellid
Definition at line 19 of file HGCTriggerDetId.cc.
Referenced by ~HGCTriggerDetId().
|
inlinevirtual |
Definition at line 38 of file HGCTriggerDetId.h.
References cell(), HGCTriggerDetId(), mod(), operator=(), sector(), and subdet().
HGCTriggerDetId::HGCTriggerDetId | ( | uint32_t | rawid | ) |
HGCTriggerDetId::HGCTriggerDetId | ( | ForwardSubdetector | subdet, |
int | zp, | ||
int | lay, | ||
int | sector, | ||
int | mod, | ||
int | cell | ||
) |
Constructor from subdetector, zplus, layer, module, cell numbers
Definition at line 25 of file HGCTriggerDetId.cc.
References cell_mask, cell_shift, layer_mask, layer_shift, module_mask, module_shift, sector_mask, sector_shift, setMaskedId(), zside_mask, and zside_shift.
HGCTriggerDetId::HGCTriggerDetId | ( | const DetId & | id | ) |
Constructor from a generic cell id
Definition at line 36 of file HGCTriggerDetId.cc.
References TauDecayModes::dec, DetId::det(), Exception, DetId::Forward, HGCTrigger, DetId::id_, DetId::null(), DetId::rawId(), subdet(), and DetId::subdetId().
|
inline |
get the absolute value of the cell #'s in x and y
Definition at line 57 of file HGCTriggerDetId.h.
References getMaskedId().
Referenced by ~HGCTriggerDetId().
|
inlineprivate |
Definition at line 27 of file HGCTriggerDetId.h.
References DetId::id_, and RecoTauDiscriminantConfiguration::mask.
Referenced by cell(), layer(), module(), sector(), and zside().
|
inline |
consistency check : no bits left => no overhead
Definition at line 72 of file HGCTriggerDetId.h.
|
inline |
Definition at line 73 of file HGCTriggerDetId.h.
|
inline |
get the layer #
Definition at line 66 of file HGCTriggerDetId.h.
References getMaskedId().
Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
|
inline |
get the degree module
Definition at line 63 of file HGCTriggerDetId.h.
References getMaskedId().
HGCTriggerDetId & HGCTriggerDetId::operator= | ( | const DetId & | id | ) |
Assignment from a generic cell id
Definition at line 46 of file HGCTriggerDetId.cc.
References TauDecayModes::dec, DetId::det(), Exception, DetId::Forward, HGCTrigger, DetId::id_, DetId::null(), DetId::rawId(), subdet(), and DetId::subdetId().
Referenced by ~HGCTriggerDetId().
|
inline |
get the sector #
Definition at line 60 of file HGCTriggerDetId.h.
References getMaskedId().
Referenced by geometryXMLparser.DTAlignable::index(), and ~HGCTriggerDetId().
|
inlineprivate |
Definition at line 28 of file HGCTriggerDetId.h.
References DetId::id_, and RecoTauDiscriminantConfiguration::mask.
Referenced by HGCTriggerDetId().
|
inline |
get the subdetector
Converter for a geometry cell id
id | full EKDetId |
Definition at line 54 of file HGCTriggerDetId.h.
References HGCTrigger.
Referenced by HGCTriggerDetId(), operator<<(), operator=(), and ~HGCTriggerDetId().
|
inlinestatic |
Definition at line 32 of file HGCTriggerDetId.h.
References cell_mask.
Referenced by HGCalTriggerGeometryImp1::initialize().
|
inline |
get the z-side of the cell (1/-1)
Definition at line 69 of file HGCTriggerDetId.h.
References getMaskedId().
|
staticprivate |
Definition at line 17 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId(), and UndefinedCell().
|
staticprivate |
Definition at line 16 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId().
|
staticprivate |
Definition at line 23 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId().
|
staticprivate |
Definition at line 22 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId().
|
staticprivate |
Definition at line 18 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId().
|
staticprivate |
Definition at line 19 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId().
|
staticprivate |
Definition at line 21 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId().
|
staticprivate |
Definition at line 20 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId().
|
static |
Definition at line 75 of file HGCTriggerDetId.h.
|
staticprivate |
Definition at line 25 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId().
|
staticprivate |
Definition at line 24 of file HGCTriggerDetId.h.
Referenced by HGCTriggerDetId().