Belle II Software development
Event Struct Reference

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]
 

Detailed Description

Event containing two tracks.

Definition at line 34 of file BoostVectorStandAlone.h.

Member Data Documentation

◆ evtNo

int evtNo = -1

event number

Definition at line 37 of file BoostVectorStandAlone.h.

◆ exp

int exp = -1

experiment number

Definition at line 35 of file BoostVectorStandAlone.h.

◆ isSig

bool isSig = false

is not removed by quality cuts?

Definition at line 44 of file BoostVectorStandAlone.h.

◆ mu0

Track mu0

track in the event

Definition at line 40 of file BoostVectorStandAlone.h.

◆ mu1

Track mu1

other track in the event

Definition at line 41 of file BoostVectorStandAlone.h.

◆ nBootStrap

int nBootStrap = 1

random bootstrap weight (n=1 -> original sample)

Definition at line 43 of file BoostVectorStandAlone.h.

◆ run

int run = -1

run number

Definition at line 36 of file BoostVectorStandAlone.h.

◆ t

double t = realNaN

time of event [hours]

Definition at line 45 of file BoostVectorStandAlone.h.


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