Belle II Software development
Event Struct Reference

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< Candidatecand = {}
 vector of B meson candidates
 
int nBootStrap = 1
 bootstap weight, 1 -> data without bootstrapping
 

Detailed Description

structure containing variables relevant for the hadronic B decays

Definition at line 46 of file InvariantMassBhadStandAlone.h.

Member Data Documentation

◆ cand

std::vector<Candidate> cand = {}

vector of B meson candidates

Definition at line 54 of file InvariantMassBhadStandAlone.h.

◆ evtNo

int evtNo = -1

event number

Definition at line 50 of file InvariantMassBhadStandAlone.h.

◆ exp

int exp = -1

experiment number

Definition at line 48 of file InvariantMassBhadStandAlone.h.

◆ nBootStrap

int nBootStrap = 1

bootstap weight, 1 -> data without bootstrapping

Definition at line 57 of file InvariantMassBhadStandAlone.h.

◆ run

int run = -1

run number

Definition at line 49 of file InvariantMassBhadStandAlone.h.

◆ t

double t = realNaN

time of the event

Definition at line 51 of file InvariantMassBhadStandAlone.h.


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