Belle II Software development
TOPTrack::SelectedHit Struct Reference

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
 

Detailed Description

selected photon hit from TOPDigits

Definition at line 83 of file TOPTrack.h.

Constructor & Destructor Documentation

◆ SelectedHit()

SelectedHit ( int  pix,
double  t,
double  terr 
)
inline

Constructor.

Parameters
pixpixel ID
ttime
terrtime uncertainty

Definition at line 94 of file TOPTrack.h.

94 :
95 pixelID(pix), time(t), timeErr(terr)
96 {}
double timeErr
time uncertainty
Definition: TOPTrack.h:86

Member Data Documentation

◆ pixelID

int pixelID = 0

pixel ID

Definition at line 84 of file TOPTrack.h.

◆ time

double time = 0

time

Definition at line 85 of file TOPTrack.h.

◆ timeErr

double timeErr = 0

time uncertainty

Definition at line 86 of file TOPTrack.h.


The documentation for this struct was generated from the following file: