Belle II Software development
Event Struct Reference

Event containing two tracks. More...

#include <BeamSpotStandAlone.h>

Public Member Functions

void toMicroM ()
 from [cm] to [um]
 

Public Attributes

int exp
 experiment number
 
int run
 run number
 
int evtNo
 event number
 
Track mu0
 track in the event
 
Track mu1
 other track in the event
 
int nBootStrap
 random bootstrap weight (n=1 -> original sample)
 
bool isSig
 is not removed by quality cuts?
 
double t
 time of event [hours]
 

Detailed Description

Event containing two tracks.

Definition at line 35 of file BeamSpotStandAlone.h.

Member Function Documentation

◆ toMicroM()

void toMicroM ( )
inline

from [cm] to [um]

Definition at line 49 of file BeamSpotStandAlone.h.

50 {
51 mu0.d0 *= 1e4;
52 mu1.d0 *= 1e4;
53 mu0.z0 *= 1e4;
54 mu1.z0 *= 1e4;
55 }
Track mu1
other track in the event
Track mu0
track in the event
double z0
z position of the POCA
double d0
signed distance to the POCA in x-y plane

Member Data Documentation

◆ evtNo

int evtNo

event number

Definition at line 38 of file BeamSpotStandAlone.h.

◆ exp

int exp

experiment number

Definition at line 36 of file BeamSpotStandAlone.h.

◆ isSig

bool isSig

is not removed by quality cuts?

Definition at line 45 of file BeamSpotStandAlone.h.

◆ mu0

Track mu0

track in the event

Definition at line 41 of file BeamSpotStandAlone.h.

◆ mu1

Track mu1

other track in the event

Definition at line 42 of file BeamSpotStandAlone.h.

◆ nBootStrap

int nBootStrap

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

Definition at line 44 of file BeamSpotStandAlone.h.

◆ run

int run

run number

Definition at line 37 of file BeamSpotStandAlone.h.

◆ t

double t

time of event [hours]

Definition at line 46 of file BeamSpotStandAlone.h.


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