Functions | |
unsigned int | halfBarrelNumber (align::ID, const TrackerTopology *) |
Half barrel number is 1 at -z side and 2 at +z side. More... | |
unsigned int | halfShellNumber (align::ID, const TrackerTopology *) |
Half shell number is 1 for bottom (-y) and 2 for top (+y). More... | |
unsigned int | layerNumber (align::ID, const TrackerTopology *) |
Layer number increases with rho from 1 to 8. More... | |
unsigned int | moduleNumber (align::ID, const TrackerTopology *) |
Module number increases with |z| from 1 to 3. More... | |
unsigned int | stringNumber (align::ID, const TrackerTopology *) |
unsigned int | surfaceNumber (align::ID, const TrackerTopology *) |
Surface number is 1 for inner and 2 for outer. More... | |
Variables | |
const unsigned int | sphs [] = {13, 15, 17, 19, 22, 23, 26, 28} |
Number of strings for each surface of a half shell. More... | |
|
inline |
Half barrel number is 1 at -z side and 2 at +z side.
Definition at line 91 of file TIBNameSpace.h.
References TrackerTopology::tibStringInfo().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Half shell number is 1 for bottom (-y) and 2 for top (+y).
Definition at line 73 of file TIBNameSpace.h.
References cmsLHEtoEOSManager::l, alignCSCRings::s, sphs, TrackerTopology::tibLayer(), and TrackerTopology::tibStringInfo().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Layer number increases with rho from 1 to 8.
Definition at line 86 of file TIBNameSpace.h.
References TrackerTopology::tibLayer().
Referenced by ME0GeometryBuilderFromDDD::buildGeometry(), TkHistoMap::getMap(), TrackerCounters::TrackerCounters(), and TrackerAlignableId::typeAndLayerFromDetId().
|
inline |
Module number increases with |z| from 1 to 3.
Definition at line 47 of file TIBNameSpace.h.
References TrackerTopology::tibModule().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
String number increases with |phi| from right (1) to left (sphs) of each half shell.
Definition at line 52 of file TIBNameSpace.h.
References cmsLHEtoEOSManager::l, alignCSCRings::s, sphs, TrackerTopology::tibLayer(), and TrackerTopology::tibStringInfo().
Referenced by TrackerCounters::TrackerCounters().
|
inline |
Surface number is 1 for inner and 2 for outer.
Definition at line 68 of file TIBNameSpace.h.
References TrackerTopology::tibStringInfo().
Referenced by TrackerCounters::TrackerCounters().
const unsigned int align::tib::sphs[] = {13, 15, 17, 19, 22, 23, 26, 28} |
Number of strings for each surface of a half shell.
Definition at line 24 of file TIBNameSpace.h.
Referenced by halfShellNumber(), and stringNumber().