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