A helper structure for field slices initialization.
More...
|
| SliceRef (double halfX, double halfY, double refZ) |
| Constructor.
|
|
bool | operator< (const SliceRef &r) const |
| Comparision operator.
|
|
A helper structure for field slices initialization.
Definition at line 331 of file KfField.h.
◆ SliceRef()
cbm::algo::kf::FieldFactory::SliceRef::SliceRef |
( |
double | halfX, |
|
|
double | halfY, |
|
|
double | refZ ) |
|
inline |
Constructor.
- Parameters
-
halfX | Half-size of the slice in x-direction [cm] |
halfY | Half-size of the slice in y-direction [cm] |
refZ | Reference z-position of the slice [cm] |
Definition at line 340 of file KfField.h.
◆ operator<()
bool cbm::algo::kf::FieldFactory::SliceRef::operator< |
( |
const SliceRef & | r | ) |
const |
|
inline |
◆ fHalfSizeX
double cbm::algo::kf::FieldFactory::SliceRef::fHalfSizeX {defs::Undef<double>} |
Half-size of the slice in x-direction [cm].
Definition at line 332 of file KfField.h.
◆ fHalfSizeY
double cbm::algo::kf::FieldFactory::SliceRef::fHalfSizeY {defs::Undef<double>} |
Half-size of the slice in y-direction [cm].
Definition at line 333 of file KfField.h.
◆ fRefZ
double cbm::algo::kf::FieldFactory::SliceRef::fRefZ {defs::Undef<double>} |
The documentation for this struct was generated from the following file: