Functions | |
unsigned int | bladeNumber (align::ID, const TrackerTopology *) |
unsigned int | endcapNumber (align::ID, const TrackerTopology *) |
Endcap number is 1 for -z and 2 for +z. More... | |
unsigned int | halfCylinderNumber (align::ID, const TrackerTopology *) |
Half cylinder number is 1 at left side (-x) and 2 at right side (+x). More... | |
unsigned int | halfDiskNumber (align::ID, const TrackerTopology *) |
Half disk number increases with |z| from 1 to 3. More... | |
unsigned int | moduleNumber (align::ID, const TrackerTopology *) |
Module number increases with rho; from 1 to 4. More... | |
unsigned int | panelNumber (align::ID, const TrackerTopology *) |
Panel number is 1 for 4 modules, 2 for 3 modules. More... | |
Variables | |
const unsigned int | bpqd = 6 |
|
inline |
Blade number increases from 1 at the top to 12 at the bottom of each half disk.
Definition at line 56 of file TPENameSpace.h.
References b, bpqd, and TrackerTopology::pxfBlade().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Endcap number is 1 for -z and 2 for +z.
Definition at line 83 of file TPENameSpace.h.
References TrackerTopology::pxfSide().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Half cylinder number is 1 at left side (-x) and 2 at right side (+x).
Definition at line 76 of file TPENameSpace.h.
References b, bpqd, and TrackerTopology::pxfBlade().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Half disk number increases with |z| from 1 to 3.
Definition at line 71 of file TPENameSpace.h.
References TrackerTopology::pxfDisk().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Module number increases with rho; from 1 to 4.
Definition at line 46 of file TPENameSpace.h.
References TrackerTopology::pxfModule().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Panel number is 1 for 4 modules, 2 for 3 modules.
Definition at line 51 of file TPENameSpace.h.
References TrackerTopology::pxfPanel().
Referenced by SiPixelDQMRocLevelAnalyzer::RocSummary(), and TrackerCounters::TrackerCounters().
const unsigned int align::tpe::bpqd = 6 |
Definition at line 23 of file TPENameSpace.h.
Referenced by bladeNumber(), and halfCylinderNumber().