 |
Belle II Software
release-05-01-25
|
11 #ifndef PXD_NOISEMAP_H
12 #define PXD_NOISEMAP_H
14 #include <pxd/reconstruction/Pixel.h>
71 #endif //PXD_NOISEMAP_H
float m_noiseLevel
Noise level.
Class to uniquely identify a any structure of the PXD and SVD.
virtual float getNoise(const Pixel &) const
Return the noise value for a given pixel.
float getCharge() const
Return the Charge of the Pixel.
virtual void setSensorID(VxdID)
Set the sensorID currently used.
Class to represent one pixel, used in clustering for fast access.
float getSignificance(const Pixel &px) const
Return the significance of a signal, that is signal divided by noise level.
void setNoiseLevel(float noise)
Set the noise level.
Abstract base class for different kinds of events.
virtual ~NoiseMap()
Destructor.
bool operator()(const Pixel &px, float significance) const
Check wether a signal exceeds a given significance.