Belle II Software development
|
Struct holding the pulse height parameterizations for the TOP counter. More...
#include <TOPPulseHeightPar.h>
Public Attributes | |
float | x0 = 0 |
distribution parameter x0 [ADC counts] | |
float | p1 = 0 |
distribution parameter p1 | |
float | p2 = 0 |
distribution parameter p2 | |
Struct holding the pulse height parameterizations for the TOP counter.
Parameterization is: P(x) = (x/x0)^p1 * exp(-(x/x0)^p2), x0 > 0, p1 >= 0, p2 > 0 From channel gain/efficiency calibration
Definition at line 21 of file TOPPulseHeightPar.h.
float p1 = 0 |
distribution parameter p1
Definition at line 23 of file TOPPulseHeightPar.h.
float p2 = 0 |
distribution parameter p2
Definition at line 24 of file TOPPulseHeightPar.h.
float x0 = 0 |
distribution parameter x0 [ADC counts]
Definition at line 22 of file TOPPulseHeightPar.h.