|
HighLAND
|
Define the TECal specific geometry identifiers. More...
Functions | |
| bool | IsTECal (TGeometryId id) |
| Check if the id corresponds to the TECal. | |
| TGeometryId | Module (int clam, int module) |
| The geometry identifier for the tracker ecal modules. | |
| TGeometryId | Layer (int clam, int module, int layer) |
| The layer within the ecal. | |
| TGeometryId | Radiator (int clam, int module, int radiator) |
| The geometry identifier for the radiators. | |
| TGeometryId | Bar (int clam, int module, int layer, int bar) |
| The geometry identifiers for the scintillators. | |
| int | GetModuleClam (TGeometryId id) |
| Access the information for an ECal Module. | |
| int | GetModuleNumber (TGeometryId id) |
| int | GetLayerClam (TGeometryId id) |
| int | GetLayerModule (TGeometryId id) |
| int | GetLayerNumber (TGeometryId id) |
| int | GetRadiatorClam (TGeometryId id) |
| int | GetRadiatorModule (TGeometryId id) |
| int | GetRadiatorNumber (TGeometryId id) |
| int | GetBarClam (TGeometryId id) |
| int | GetBarModule (TGeometryId id) |
| int | GetBarLayer (TGeometryId id) |
| int | GetBarNumber (TGeometryId id) |
Define the TECal specific geometry identifiers.
| int ND::GeomId::TECal::GetBarClam | ( | TGeometryId | id | ) |
Get the layer or bar number. This returns -1 if the id is invalid.
Definition at line 1375 of file ND280GeomId.cxx.
| int ND::GeomId::TECal::GetLayerClam | ( | TGeometryId | id | ) |
Get the layer number. This returns -1 if the id is invalid.
Definition at line 1340 of file ND280GeomId.cxx.
| int ND::GeomId::TECal::GetRadiatorClam | ( | TGeometryId | id | ) |
Get the radiator number. This returns -1 if the id is invalid.
Definition at line 1355 of file ND280GeomId.cxx.
1.8.13