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 112 of file KfModuleIndexMap.h.

Constructor & Destructor Documentation

◆ Component()

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

Definition at line 113 of file KfModuleIndexMap.h.

Member Function Documentation

◆ operator<()

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

Definition at line 117 of file KfModuleIndexMap.h.

References fZ.

Member Data Documentation

◆ fDetId

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

External index of detector subsystem.

Definition at line 116 of file KfModuleIndexMap.h.

◆ fLocId

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

Local index of component.

Definition at line 115 of file KfModuleIndexMap.h.

◆ fZ

double cbm::algo::kf::ModuleIndexMapFactory::Component::fZ

Reference z-coordinate of the component.

Definition at line 114 of file KfModuleIndexMap.h.

Referenced by operator<().


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