|
nidas v1.2.3
|
#include <SidsNetSensor.h>
Public Member Functions | |
| Particle () | |
| void | zero () |
Public Attributes | |
| unsigned int | height |
| Max particle height, along diode array. | |
| unsigned int | width |
| Max particle length, along flight path. | |
| unsigned int | iat |
| Inter-arrival time / deltaT. | |
| unsigned int | area |
| Actual number of shadowed diodes. | |
|
inline |
|
inline |
Actual number of shadowed diodes.
This can be misleading if there are holes in the particle, poisson spot, etc.
Referenced by zero().
Max particle height, along diode array.
Referenced by nidas::dynld::raf::SidsNetSensor::countParticle(), nidas::dynld::raf::SidsNetSensor::process(), and zero().
Inter-arrival time / deltaT.
Referenced by nidas::dynld::raf::SidsNetSensor::countParticle(), nidas::dynld::raf::SidsNetSensor::process(), and zero().
Max particle length, along flight path.
Referenced by nidas::dynld::raf::SidsNetSensor::countParticle(), nidas::dynld::raf::SidsNetSensor::process(), and zero().