Belle II Software development
|
Event containing two tracks. More...
#include <BoostVectorStandAlone.h>
Public Attributes | |
int | exp = -1 |
experiment number | |
int | run = -1 |
run number | |
int | evtNo = -1 |
event number | |
Track | mu0 |
track in the event | |
Track | mu1 |
other track in the event | |
int | nBootStrap = 1 |
random bootstrap weight (n=1 -> original sample) | |
bool | isSig = false |
is not removed by quality cuts? | |
double | t = realNaN |
time of event [hours] | |
Event containing two tracks.
Definition at line 34 of file BoostVectorStandAlone.h.
int evtNo = -1 |
event number
Definition at line 37 of file BoostVectorStandAlone.h.
int exp = -1 |
experiment number
Definition at line 35 of file BoostVectorStandAlone.h.
bool isSig = false |
is not removed by quality cuts?
Definition at line 44 of file BoostVectorStandAlone.h.
Track mu0 |
track in the event
Definition at line 40 of file BoostVectorStandAlone.h.
Track mu1 |
other track in the event
Definition at line 41 of file BoostVectorStandAlone.h.
int nBootStrap = 1 |
random bootstrap weight (n=1 -> original sample)
Definition at line 43 of file BoostVectorStandAlone.h.
int run = -1 |
run number
Definition at line 36 of file BoostVectorStandAlone.h.
double t = realNaN |
time of event [hours]
Definition at line 45 of file BoostVectorStandAlone.h.