Belle II Software development
|
Structure to hold calpulse raw times expressed in samples since sample 0 of window 0. More...
#include <TOPTimeBaseCalibratorModule.h>
Public Member Functions | |
TwoTimes (double time1, double time2, double sig) | |
Full constructor. | |
Public Attributes | |
float | t1 = 0 |
time of the first pulse [samples] | |
float | t2 = 0 |
time of the second pulse [samples] | |
float | sigma = 0 |
uncertainty of time difference (r.m.s.) | |
bool | good = false |
flag | |
Structure to hold calpulse raw times expressed in samples since sample 0 of window 0.
Definition at line 51 of file TOPTimeBaseCalibratorModule.h.
|
inline |
Full constructor.
Definition at line 60 of file TOPTimeBaseCalibratorModule.h.
bool good = false |
flag
Definition at line 55 of file TOPTimeBaseCalibratorModule.h.
float sigma = 0 |
uncertainty of time difference (r.m.s.)
Definition at line 54 of file TOPTimeBaseCalibratorModule.h.
float t1 = 0 |
time of the first pulse [samples]
Definition at line 52 of file TOPTimeBaseCalibratorModule.h.
float t2 = 0 |
time of the second pulse [samples]
Definition at line 53 of file TOPTimeBaseCalibratorModule.h.