Belle II Software development
|
Structure of the TTree in the SAD file. More...
Public Attributes | |
double | s = 0 |
lost position measured from IP along the ring [m] | |
double | x = 0 |
x at lost position [m] | |
double | px = 0 |
px at lost position [GeV] | |
double | y = 0 |
y at lost position [m] | |
double | py = 0 |
py at lost position [GeV] | |
double | E = 0 |
E at lost position [GeV] (in fact momentum magnitude!) | |
double | rate = 0 |
lost rate [Hz] | |
double | ss = 0 |
scattered position (|s|<Ltot/2) [m] | |
int | nturn = 0 |
number of turns from scattered to lost | |
double | sraw = 0 |
s at lost position [m] before matching G4 beam pipe inner surface | |
double | ssraw = 0 |
scattered position [m] | |
double | xraw = 0 |
x at lost position [m] before matching G4 beam pipe inner surface | |
double | yraw = 0 |
y at lost position [m] before matching G4 beam pipe inner surface | |
double | r = 0 |
sqrt(x*x+y*y) [m] | |
double | rr = 0 |
sqrt(xraw*xraw+yraw*yraw) [m] | |
double | dp_over_p0 = 0 |
momentum deviation of the lost particle | |
double | watt = 0 |
loss wattage [W] | |
Structure of the TTree in the SAD file.
Definition at line 82 of file BeamBkgGeneratorModule.h.
double dp_over_p0 = 0 |
momentum deviation of the lost particle
Definition at line 98 of file BeamBkgGeneratorModule.h.
double E = 0 |
E at lost position [GeV] (in fact momentum magnitude!)
Definition at line 88 of file BeamBkgGeneratorModule.h.
int nturn = 0 |
number of turns from scattered to lost
Definition at line 91 of file BeamBkgGeneratorModule.h.
double px = 0 |
px at lost position [GeV]
Definition at line 85 of file BeamBkgGeneratorModule.h.
double py = 0 |
py at lost position [GeV]
Definition at line 87 of file BeamBkgGeneratorModule.h.
double r = 0 |
sqrt(x*x+y*y) [m]
Definition at line 96 of file BeamBkgGeneratorModule.h.
double rate = 0 |
lost rate [Hz]
Definition at line 89 of file BeamBkgGeneratorModule.h.
double rr = 0 |
sqrt(xraw*xraw+yraw*yraw) [m]
Definition at line 97 of file BeamBkgGeneratorModule.h.
double s = 0 |
lost position measured from IP along the ring [m]
Definition at line 83 of file BeamBkgGeneratorModule.h.
double sraw = 0 |
s at lost position [m] before matching G4 beam pipe inner surface
Definition at line 92 of file BeamBkgGeneratorModule.h.
double ss = 0 |
scattered position (|s|<Ltot/2) [m]
Definition at line 90 of file BeamBkgGeneratorModule.h.
double ssraw = 0 |
scattered position [m]
Definition at line 93 of file BeamBkgGeneratorModule.h.
double watt = 0 |
loss wattage [W]
Definition at line 99 of file BeamBkgGeneratorModule.h.
double x = 0 |
x at lost position [m]
Definition at line 84 of file BeamBkgGeneratorModule.h.
double xraw = 0 |
x at lost position [m] before matching G4 beam pipe inner surface
Definition at line 94 of file BeamBkgGeneratorModule.h.
double y = 0 |
y at lost position [m]
Definition at line 86 of file BeamBkgGeneratorModule.h.
double yraw = 0 |
y at lost position [m] before matching G4 beam pipe inner surface
Definition at line 95 of file BeamBkgGeneratorModule.h.