![]() |
Belle II Software release-09-00-03
|
selected photon hit from TOPDigits More...
#include <TOPTrack.h>
Public Member Functions | |
| SelectedHit (int pix, double t, double terr) | |
| Constructor. | |
Public Attributes | |
| int | pixelID = 0 |
| pixel ID | |
| double | time = 0 |
| time | |
| double | timeErr = 0 |
| time uncertainty | |
selected photon hit from TOPDigits
Definition at line 83 of file TOPTrack.h.
|
inline |
Constructor.
| pix | pixel ID |
| t | time |
| terr | time uncertainty |
Definition at line 94 of file TOPTrack.h.
| int pixelID = 0 |
pixel ID
Definition at line 84 of file TOPTrack.h.
| double time = 0 |
time
Definition at line 85 of file TOPTrack.h.
| double timeErr = 0 |
time uncertainty
Definition at line 86 of file TOPTrack.h.