A data structure for describing an active/dead zone of the FIT layer.
More...
#include <FitGeoParams.h>
A data structure for describing an active/dead zone of the FIT layer.
This class describes an active or dead zone in terms of its extension and position. Currently it provides the values of the coordinates of the two extrema of the zone along the segmentation axis.
◆ LayerZone()
Herd::FitGeoParams::LayerZone::LayerZone |
( |
float |
minSegm, |
|
|
float |
maxSegm |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
minSegm | The minimum coordinate along the main segmentation axis of the zone. |
maxSegm | The maximum coordinate along the main segmentation axis of the zone. |
◆ MaxSegm()
float Herd::FitGeoParams::LayerZone::MaxSegm |
( |
| ) |
const |
|
inline |
Getter for maximum coordinate.
- Returns
- The maximum coordinate along the main segmentation axis of the zone.
◆ MinSegm()
float Herd::FitGeoParams::LayerZone::MinSegm |
( |
| ) |
const |
|
inline |
Getter for minimum coordinate.
- Returns
- The minimum coordinate along the main segmentation axis of the zone.
◆ _max
float Herd::FitGeoParams::LayerZone::_max |
|
private |
◆ _min
float Herd::FitGeoParams::LayerZone::_min |
|
private |
The documentation for this class was generated from the following file:
- /builds/herd/HerdSoftware/include/herd/analysis/dataobjects/FitGeoParams.h