Belle II Software development
|
Event containing two tracks. More...
#include <InvariantMassMuMuStandAlone.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 | |
double | m |
dimuon mass | |
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] | |
bool | is4S = false |
to distinguish between 4S and off-resonance runs | |
Event containing two tracks.
Definition at line 38 of file InvariantMassMuMuStandAlone.h.
int evtNo = -1 |
event number
Definition at line 41 of file InvariantMassMuMuStandAlone.h.
int exp = -1 |
experiment number
Definition at line 39 of file InvariantMassMuMuStandAlone.h.
bool is4S = false |
to distinguish between 4S and off-resonance runs
Definition at line 51 of file InvariantMassMuMuStandAlone.h.
bool isSig = false |
is not removed by quality cuts?
Definition at line 49 of file InvariantMassMuMuStandAlone.h.
double m |
dimuon mass
Definition at line 46 of file InvariantMassMuMuStandAlone.h.
Track mu0 |
track in the event
Definition at line 44 of file InvariantMassMuMuStandAlone.h.
Track mu1 |
other track in the event
Definition at line 45 of file InvariantMassMuMuStandAlone.h.
int nBootStrap = 1 |
random bootstrap weight (n=1 -> original sample)
Definition at line 48 of file InvariantMassMuMuStandAlone.h.
int run = -1 |
run number
Definition at line 40 of file InvariantMassMuMuStandAlone.h.
double t = realNaN |
time of event [hours]
Definition at line 50 of file InvariantMassMuMuStandAlone.h.