|
HighLAND
|
Define the DSECal specific geometry identifiers. More...
Functions | |
| bool | IsDSECal (TGeometryId id) |
| Check if the id corresponds to the DSECal. | |
| TGeometryId | Detector () |
| The geometry identifier for the downstream ecal detector. | |
| TGeometryId | Layer (int layer) |
| The layer within the ecal. | |
| int | GetLayer (TGeometryId id) |
| TGeometryId | Bar (int layer, int bar) |
| The geometry identifiers for DSECal scintillators. | |
| TGeometryId | Radiator (int radiator) |
| The geometry identifier for the radiators. | |
| int | GetRadiator (TGeometryId id) |
| int | GetBarLayer (TGeometryId id) |
| int | GetBarNumber (TGeometryId id) |
Define the DSECal specific geometry identifiers.
| int ND::GeomId::DSECal::GetBarLayer | ( | TGeometryId | id | ) |
Get the layer or bar number. This returns -1 if the id is invalid.
Definition at line 1285 of file ND280GeomId.cxx.
| int ND::GeomId::DSECal::GetLayer | ( | TGeometryId | id | ) |
Get the DSECal layer number. This returns -1 if the id is invalid.
Definition at line 1266 of file ND280GeomId.cxx.
| int ND::GeomId::DSECal::GetRadiator | ( | TGeometryId | id | ) |
Get the DSECal radiator number. This returns -1 if the id is invalid.
Definition at line 1275 of file ND280GeomId.cxx.
1.8.13