HighLAND
|
Define the SMRD specific geometry identifiers. More...
Functions | |
bool | IsSMRD (TGeometryId id) |
Test if this id is for the SMRD. | |
TGeometryId | Module (int clam, int yoke, int layer, int slot) |
The geometry identifier for a SMRD module. | |
TGeometryId | Bar (int clam, int yoke, int layer, int slot, int bar) |
The geometry identifer for a SMRD bar. | |
int | GetModuleClam (TGeometryId id) |
int | GetModuleYoke (TGeometryId id) |
int | GetModuleLayer (TGeometryId id) |
int | GetModuleSlot (TGeometryId id) |
int | GetBarClam (TGeometryId id) |
int | GetBarYoke (TGeometryId id) |
int | GetBarLayer (TGeometryId id) |
int | GetBarSlot (TGeometryId id) |
int | GetBarNumber (TGeometryId id) |
Define the SMRD specific geometry identifiers.
int ND::GeomId::SMRD::GetBarClam | ( | TGeometryId | id | ) |
Get the bar information. This returns -1 if the id is invalid.
Definition at line 1606 of file ND280GeomId.cxx.
int ND::GeomId::SMRD::GetModuleClam | ( | TGeometryId | id | ) |
Access the information for a Module. This returns -1 if the id is invalid.
Definition at line 1512 of file ND280GeomId.cxx.