|
CbmRoot
|
Structure to keep information on layers. More...
Public Member Functions | |
| Component (int detId, int locId, double z) | |
| bool | operator< (const Component &rhs) const |
Public Attributes | |
| double | fZ |
| Reference z-coordinate of the component. | |
| int | fLocId |
| Local index of component. | |
| int | fDetId |
| External index of detector subsystem. | |
Structure to keep information on layers.
Definition at line 133 of file KfModuleIndexMap.h.
|
inline |
Definition at line 134 of file KfModuleIndexMap.h.
References fDetId, fLocId, and fZ.
Referenced by operator<().
|
inline |
Definition at line 138 of file KfModuleIndexMap.h.
References Component(), and fZ.
| int cbm::algo::kf::ModuleIndexMapFactory::Component::fDetId |
External index of detector subsystem.
Definition at line 137 of file KfModuleIndexMap.h.
Referenced by Component().
| int cbm::algo::kf::ModuleIndexMapFactory::Component::fLocId |
Local index of component.
Definition at line 136 of file KfModuleIndexMap.h.
Referenced by Component().
| double cbm::algo::kf::ModuleIndexMapFactory::Component::fZ |
Reference z-coordinate of the component.
Definition at line 135 of file KfModuleIndexMap.h.
Referenced by Component(), and operator<().