Belle II Software development
|
structure containing variables relevant for the hadronic B decays More...
#include <InvariantMassBhadStandAlone.h>
Public Attributes | |
int | exp = -1 |
experiment number | |
int | run = -1 |
run number | |
int | evtNo = -1 |
event number | |
double | t = realNaN |
time of the event | |
std::vector< Candidate > | cand = {} |
vector of B meson candidates | |
int | nBootStrap = 1 |
bootstrap weight, 1 -> data without bootstrapping | |
structure containing variables relevant for the hadronic B decays
Definition at line 46 of file InvariantMassBhadStandAlone.h.
std::vector<Candidate> cand = {} |
vector of B meson candidates
Definition at line 54 of file InvariantMassBhadStandAlone.h.
int evtNo = -1 |
event number
Definition at line 50 of file InvariantMassBhadStandAlone.h.
int exp = -1 |
experiment number
Definition at line 48 of file InvariantMassBhadStandAlone.h.
int nBootStrap = 1 |
bootstrap weight, 1 -> data without bootstrapping
Definition at line 57 of file InvariantMassBhadStandAlone.h.
int run = -1 |
run number
Definition at line 49 of file InvariantMassBhadStandAlone.h.
double t = realNaN |
time of the event
Definition at line 51 of file InvariantMassBhadStandAlone.h.