CbmRoot
|
A helper structure to store geometrical information of the layers. More...
#include <KfSetupBuilder.h>
Public Member Functions | |
GeoLayer (EDetID detID, int iLoc, double zRef, double zMin, double zMax, double xMax, double yMax) | |
bool | operator< (const GeoLayer &rhs) const |
Public Attributes | |
double | fZref |
Reference z-coordinate [cm]. | |
double | fZmin |
Lower z-coordinate boundary [cm]. | |
double | fZmax |
Upper z-coordinate boundary [cm]. | |
double | fXmax |
Half size of the layer in the x-direction [cm]. | |
double | fYmax |
Half size of the layer in the y-direction [cm]. | |
EDetID | fDetID |
Index of detector subsystem. | |
int | fLocID |
Local index of the detector module. | |
A helper structure to store geometrical information of the layers.
Definition at line 30 of file KfSetupBuilder.h.
|
inline |
Definition at line 31 of file KfSetupBuilder.h.
|
inline |
Definition at line 49 of file KfSetupBuilder.h.
References cbm::algo::kf::GeoLayer< EDetID >::fZref.
EDetID cbm::algo::kf::GeoLayer< EDetID >::fDetID |
Index of detector subsystem.
Definition at line 47 of file KfSetupBuilder.h.
Referenced by cbm::algo::kf::SetupBuilder::AddLayer().
int cbm::algo::kf::GeoLayer< EDetID >::fLocID |
Local index of the detector module.
Definition at line 48 of file KfSetupBuilder.h.
Referenced by cbm::algo::kf::SetupBuilder::AddLayer().
double cbm::algo::kf::GeoLayer< EDetID >::fXmax |
Half size of the layer in the x-direction [cm].
Definition at line 45 of file KfSetupBuilder.h.
Referenced by cbm::algo::kf::SetupBuilder::AddLayer().
double cbm::algo::kf::GeoLayer< EDetID >::fYmax |
Half size of the layer in the y-direction [cm].
Definition at line 46 of file KfSetupBuilder.h.
Referenced by cbm::algo::kf::SetupBuilder::AddLayer().
double cbm::algo::kf::GeoLayer< EDetID >::fZmax |
Upper z-coordinate boundary [cm].
Definition at line 44 of file KfSetupBuilder.h.
Referenced by cbm::algo::kf::SetupBuilder::AddLayer().
double cbm::algo::kf::GeoLayer< EDetID >::fZmin |
Lower z-coordinate boundary [cm].
Definition at line 43 of file KfSetupBuilder.h.
Referenced by cbm::algo::kf::SetupBuilder::AddLayer().
double cbm::algo::kf::GeoLayer< EDetID >::fZref |
Reference z-coordinate [cm].
Definition at line 42 of file KfSetupBuilder.h.
Referenced by cbm::algo::kf::SetupBuilder::AddLayer(), and cbm::algo::kf::GeoLayer< EDetID >::operator<().