Belle II Software development
|
Structure to hold some of the calpulse data. More...
#include <TOPTimeBaseCalibratorModule.h>
Public Member Functions | |
Hit (double t, double et, int height, double width) | |
Full constructor. | |
Public Attributes | |
double | time = 0 |
raw time [samples] | |
double | timeErr = 0 |
raw time uncertainty [samples] | |
int | pulseHeight = 0 |
pulse height [ADC counts] | |
double | pulseWidth = 0 |
pulse width [ns] | |
Structure to hold some of the calpulse data.
Definition at line 30 of file TOPTimeBaseCalibratorModule.h.
|
inline |
Full constructor.
Definition at line 39 of file TOPTimeBaseCalibratorModule.h.
int pulseHeight = 0 |
pulse height [ADC counts]
Definition at line 33 of file TOPTimeBaseCalibratorModule.h.
double pulseWidth = 0 |
pulse width [ns]
Definition at line 34 of file TOPTimeBaseCalibratorModule.h.
double time = 0 |
raw time [samples]
Definition at line 31 of file TOPTimeBaseCalibratorModule.h.
double timeErr = 0 |
raw time uncertainty [samples]
Definition at line 32 of file TOPTimeBaseCalibratorModule.h.