21 : theMean(
mean), theRMS(
rms), theLayerId(layerId) {
36 return fabs(
mean() - anotherPoint.
mean());
40 return fabs(
rms() - anotherPoint.
rms());
75 double ret = (onePoint.
rms() + anotherPoint.
rms()) / 2.;
81 if (onePoint.
rms() > anotherPoint.
rms()) {
double deltaRMS(const DTOccupancyPoint &anotherPoint) const
ret
prodAgent to be discontinued
double mean() const
average cell occupancy in the layer
double computeAverageRMS(const DTOccupancyPoint &onePoint, const DTOccupancyPoint &anotherPoint)
bool operator!=(const DTOccupancyPoint &other) const
double computeMinRMS(const DTOccupancyPoint &onePoint, const DTOccupancyPoint &anotherPoint)
DTOccupancyPoint()
Constructor.
bool operator<(const DTOccupancyPoint &other) const
double rms() const
RMS of the distribution of the cell occupancies in the layer.
virtual ~DTOccupancyPoint()
Destructor.
constexpr uint32_t rawId() const
get the raw id
double deltaMean(const DTOccupancyPoint &anotherPoint) const
double distance(const DTOccupancyPoint &anotherPoint) const
distance from another point in the 2D plane
DTLayerId layerId() const
void setLayerId(DTLayerId layerId)
bool operator==(const DTOccupancyPoint &other) const