CbmRoot
Loading...
Searching...
No Matches
cbm::algo::kf::ModuleIndexMapFactory::Component Struct Reference

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.
 

Detailed Description

Structure to keep information on layers.

Definition at line 133 of file KfModuleIndexMap.h.

Constructor & Destructor Documentation

◆ Component()

cbm::algo::kf::ModuleIndexMapFactory::Component::Component ( int detId,
int locId,
double z )
inline

Definition at line 134 of file KfModuleIndexMap.h.

References fDetId, fLocId, and fZ.

Referenced by operator<().

Member Function Documentation

◆ operator<()

bool cbm::algo::kf::ModuleIndexMapFactory::Component::operator< ( const Component & rhs) const
inline

Definition at line 138 of file KfModuleIndexMap.h.

References Component(), and fZ.

Member Data Documentation

◆ fDetId

int cbm::algo::kf::ModuleIndexMapFactory::Component::fDetId

External index of detector subsystem.

Definition at line 137 of file KfModuleIndexMap.h.

Referenced by Component().

◆ fLocId

int cbm::algo::kf::ModuleIndexMapFactory::Component::fLocId

Local index of component.

Definition at line 136 of file KfModuleIndexMap.h.

Referenced by Component().

◆ fZ

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<().


The documentation for this struct was generated from the following file: