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 112 of file KfModuleIndexMap.h.
|
inline |
Definition at line 113 of file KfModuleIndexMap.h.
|
inline |
Definition at line 117 of file KfModuleIndexMap.h.
References fZ.
int cbm::algo::kf::ModuleIndexMapFactory::Component::fDetId |
External index of detector subsystem.
Definition at line 116 of file KfModuleIndexMap.h.
int cbm::algo::kf::ModuleIndexMapFactory::Component::fLocId |
Local index of component.
Definition at line 115 of file KfModuleIndexMap.h.
double cbm::algo::kf::ModuleIndexMapFactory::Component::fZ |
Reference z-coordinate of the component.
Definition at line 114 of file KfModuleIndexMap.h.
Referenced by operator<().