Go to the documentation of this file. 1 #ifndef DTOccupancyPoint_H
2 #define DTOccupancyPoint_H
bool operator==(const DTOccupancyPoint &other) const
double deltaMean(const DTOccupancyPoint &anotherPoint) const
DTLayerId layerId() const
bool operator!=(const DTOccupancyPoint &other) const
double deltaRMS(const DTOccupancyPoint &anotherPoint) const
DTOccupancyPoint()
Constructor.
double mean() const
average cell occupancy in the layer
bool operator<(const DTOccupancyPoint &other) const
double computeMinRMS(const DTOccupancyPoint &onePoint, const DTOccupancyPoint &anotherPoint)
double computeAverageRMS(const DTOccupancyPoint &onePoint, const DTOccupancyPoint &anotherPoint)
void setLayerId(DTLayerId layerId)
virtual ~DTOccupancyPoint()
Destructor.
double distance(const DTOccupancyPoint &anotherPoint) const
distance from another point in the 2D plane
double rms() const
RMS of the distribution of the cell occupancies in the layer.