1 #ifndef DTOccupancyPoint_H 2 #define DTOccupancyPoint_H
double deltaRMS(const DTOccupancyPoint &anotherPoint) const
double mean() const
average cell occupancy in the layer
bool operator!=(const DTOccupancyPoint &other) const
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.
double computeMinRMS(const DTOccupancyPoint &onePoint, const DTOccupancyPoint &anotherPoint)
double deltaMean(const DTOccupancyPoint &anotherPoint) const
double distance(const DTOccupancyPoint &anotherPoint) const
distance from another point in the 2D plane
DTLayerId layerId() const
double computeAverageRMS(const DTOccupancyPoint &onePoint, const DTOccupancyPoint &anotherPoint)
void setLayerId(DTLayerId layerId)
bool operator==(const DTOccupancyPoint &other) const