#include <TOBDetId.h>
Public Member Functions | |
bool | isDoubleSide () const |
bool | isRPhi () |
bool | isStereo () |
bool | isZMinusSide () const |
bool | isZPlusSide () const |
unsigned int | layer () const |
layer id More... | |
unsigned int | layerNumber () const |
unsigned int | module () const |
detector id More... | |
unsigned int | moduleNumber () const |
std::vector< unsigned int > | rod () const |
rod id More... | |
unsigned int | rodNumber () const |
unsigned int | side () const |
TOBDetId () | |
TOBDetId (uint32_t rawid) | |
TOBDetId (const DetId &id) | |
TOBDetId (uint32_t layer, uint32_t rod_fw_bw, uint32_t rod, uint32_t module, uint32_t ster) | |
Public Member Functions inherited from SiStripDetId | |
uint32_t | glued () const |
ModuleGeometry | moduleGeometry () const |
uint32_t | partnerDetId () const |
uint16_t | reserved () const |
SiStripDetId () | |
SiStripDetId (const uint32_t &raw_id) | |
SiStripDetId (const DetId &det_id) | |
SiStripDetId (Detector det, int subdet) | |
SiStripDetId (const uint32_t &raw_id, const uint16_t &reserved) | |
SiStripDetId (const DetId &det_id, const uint16_t &reserved) | |
uint32_t | stereo () const |
double | stripLength () const |
SubDetector | subDetector () const |
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 Private Attributes | |
static const unsigned int | layerMask_ = 0x7 |
two bits would be enough, but we could use the number "0" as a wildcard More... | |
static const unsigned int | layerStartBit_ = 14 |
two bits would be enough, but we could use the number "0" as a wildcard More... | |
static const unsigned int | moduleMask_ = 0x7 |
static const unsigned int | moduleStartBit_ = 2 |
static const unsigned int | rod_fw_bwMask_ = 0x3 |
static const unsigned int | rod_fw_bwStartBit_ = 12 |
static const unsigned int | rodMask_ = 0x7F |
static const unsigned int | rodStartBit_ = 5 |
static const unsigned int | sterMask_ = 0x3 |
static const unsigned int | sterStartBit_ = 0 |
Additional Inherited Members | |
Public Types inherited from SiStripDetId | |
enum | ModuleGeometry { UNKNOWNGEOMETRY, IB1, IB2, OB1, OB2, W1A, W2A, W3A, W1B, W2B, W3B, W4, W5, W6, W7 } |
enum | SubDetector { UNKNOWN =0, TIB =3, TID =4, TOB =5, TEC =6 } |
Public Types inherited from DetId | |
enum | Detector { Tracker =1, Muon =2, Ecal =3, Hcal =4, Calo =5, Forward =6 } |
Static Public Attributes inherited from DetId | |
static const int | kDetOffset = 28 |
static const int | kSubdetOffset = 25 |
Protected Attributes inherited from DetId | |
uint32_t | id_ |
Definition at line 16 of file TOBDetId.h.
|
inline |
Constructor of a null id
Definition at line 110 of file TOBDetId.h.
|
inline |
|
inline |
|
inline |
Definition at line 25 of file TOBDetId.h.
References DetId::id_, layerMask_, layerStartBit_, moduleMask_, moduleStartBit_, rod_fw_bwMask_, rod_fw_bwStartBit_, rodMask_, rodStartBit_, sterMask_, and sterStartBit_.
|
inline |
Returns true if the module is a double side = rphi + stereo
Definition at line 119 of file TOBDetId.h.
References SiStripDetId::glued(), and layer().
Referenced by TrackerTreeGenerator::analyze(), isRPhi(), and isStereo().
|
inline |
Returns true if the module is rphi
Definition at line 85 of file TOBDetId.h.
References isDoubleSide(), and SiStripDetId::stereo().
Referenced by TrackerTreeGenerator::analyze().
|
inline |
Returns true if the module is stereo
Definition at line 89 of file TOBDetId.h.
References isDoubleSide(), and SiStripDetId::stereo().
Referenced by TkLayerMap::getXY_TOB().
|
inline |
Returns true if the module is in TOB- (z<0 side)
Definition at line 69 of file TOBDetId.h.
References side().
Referenced by SiStripFolderOrganizer::getFolderName(), TkLayerMap::getXY_TOB(), and isZPlusSide().
|
inline |
Returns true if the module is in TOB+ (z>0 side)
Definition at line 65 of file TOBDetId.h.
References isZMinusSide().
|
inline |
layer id
Definition at line 39 of file TOBDetId.h.
References DetId::id_, layerMask_, and layerStartBit_.
Referenced by SiStripDetSummary::add(), TrackerTreeGenerator::analyze(), sistrip::MeasureLA::calibration_key(), SimpleDAFHitCollector::Debug(), reco::HitPattern::encode(), KFTrajectoryFitter::fitOne(), SiStripSubStructure::getTOBDetectors(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), fireworks::info(), PFCheckHitPattern::interpretDetId(), isDoubleSide(), LA_Filler_Fitter::layerLabel(), layerNumber(), trackerHierarchy(), and KFTrajectorySmoother::trajectory().
|
inline |
Returns the layer number
Definition at line 73 of file TOBDetId.h.
References layer().
Referenced by SiStripFolderOrganizer::getFolderName(), TkLayerMap::getXY_TOB(), and TkLayerMap::layerSearch().
|
inline |
detector id
Definition at line 58 of file TOBDetId.h.
References DetId::id_, moduleMask_, and moduleStartBit_.
Referenced by TrackerTreeGenerator::analyze(), moduleNumber(), and trackerHierarchy().
|
inline |
Returns the module number
Definition at line 81 of file TOBDetId.h.
References module().
Referenced by TkLayerMap::getXY_TOB().
|
inline |
rod id
vector[0] = 1 -> bw rod (TOB-) vector[0] = 2 -> fw rod (TOB+) vector[1] -> rod
Definition at line 49 of file TOBDetId.h.
References pileupDistInMC::num, rodNumber(), and side().
Referenced by TrackerTreeGenerator::analyze(), SiStripSubStructure::getTOBDetectors(), and trackerHierarchy().
|
inline |
Returns the rod number
Definition at line 77 of file TOBDetId.h.
References DetId::id_, rodMask_, and rodStartBit_.
Referenced by SiStripFolderOrganizer::getFolderName(), TkLayerMap::getXY_TOB(), and rod().
|
inline |
Definition at line 55 of file TOBDetId.h.
References DetId::id_, rod_fw_bwMask_, and rod_fw_bwStartBit_.
Referenced by isZMinusSide(), and rod().
|
staticprivate |
two bits would be enough, but we could use the number "0" as a wildcard
Definition at line 101 of file TOBDetId.h.
Referenced by layer(), and TOBDetId().
|
staticprivate |
two bits would be enough, but we could use the number "0" as a wildcard
Definition at line 94 of file TOBDetId.h.
Referenced by layer(), and TOBDetId().
|
staticprivate |
Definition at line 104 of file TOBDetId.h.
Referenced by module(), and TOBDetId().
|
staticprivate |
Definition at line 97 of file TOBDetId.h.
Referenced by module(), and TOBDetId().
|
staticprivate |
Definition at line 102 of file TOBDetId.h.
Referenced by side(), and TOBDetId().
|
staticprivate |
Definition at line 95 of file TOBDetId.h.
Referenced by side(), and TOBDetId().
|
staticprivate |
Definition at line 103 of file TOBDetId.h.
Referenced by rodNumber(), and TOBDetId().
|
staticprivate |
Definition at line 96 of file TOBDetId.h.
Referenced by rodNumber(), and TOBDetId().
|
staticprivate |
Definition at line 105 of file TOBDetId.h.
Referenced by TOBDetId().
|
staticprivate |
Definition at line 98 of file TOBDetId.h.
Referenced by TOBDetId().