Functions | |
unsigned int | halfBarrelNumber (align::ID, const TrackerTopology *) |
Half barrel number is 1 at left side (-x) and 2 at right side (+x). More... | |
unsigned int | ladderNumber (align::ID, const TrackerTopology *) |
unsigned int | layerNumber (align::ID, const TrackerTopology *) |
Layer number increases with rho from 1 to 3. More... | |
unsigned int | moduleNumber (align::ID, const TrackerTopology *) |
Module number increases with z from 1 to 8. More... | |
Variables | |
const unsigned int | lpqc [] = {5, 8, 11} |
Number of ladders for each quarter cylinder. More... | |
|
inline |
Half barrel number is 1 at left side (-x) and 2 at right side (+x).
Definition at line 69 of file TPBNameSpace.h.
References EnergyCorrector::c, cmsLHEtoEOSManager::l, lpqc, TrackerTopology::pxbLadder(), and TrackerTopology::pxbLayer().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Ladder number increases from 1 at the top to 2 * lpqc at the bottom of each half cylinder.
Definition at line 46 of file TPBNameSpace.h.
References EnergyCorrector::c, cmsLHEtoEOSManager::l, lpqc, TrackerTopology::pxbLadder(), and TrackerTopology::pxbLayer().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Layer number increases with rho from 1 to 3.
Definition at line 64 of file TPBNameSpace.h.
References TrackerTopology::pxbLayer().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Module number increases with z from 1 to 8.
Definition at line 41 of file TPBNameSpace.h.
References TrackerTopology::pxbModule().
Referenced by TrackerCounters::TrackerCounters().
const unsigned int align::tpb::lpqc[] = {5, 8, 11} |
Number of ladders for each quarter cylinder.
Definition at line 24 of file TPBNameSpace.h.
Referenced by halfBarrelNumber(), and ladderNumber().