![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self) |
def | event (self) |
def | terminate (self) |
This class makes plots to validate the generated CP asymmetry. It saves the decay time information of the simulation for both B mesons by running as a basf2 module. It fills the information in RooDataSets and at the end it fits the known quantum mechanical pdfs to the delta T distribution and the individual decay time distributions of the signal and the tag-side B mesons to check if the S and the A parameters in the simulation are correct.
Definition at line 252 of file B0_GenDeltaTFit.py.
def __init__ | ( | self | ) |
Here the module initializes by declaring the variables corresponding to the interesting physical parameters and decay times. The RooDataSets where the information will be saved are also declared.
Definition at line 324 of file B0_GenDeltaTFit.py.
def event | ( | self | ) |
Here the information is collected event by event.
Definition at line 395 of file B0_GenDeltaTFit.py.
def terminate | ( | self | ) |
Here the known quantum mechanical pdfs are defined and fitted to the generated MC distributions. Afterwards, the plots are saved.
Definition at line 495 of file B0_GenDeltaTFit.py.
A |
Direct CP-violation parameter (CP violation in decay).
Definition at line 337 of file B0_GenDeltaTFit.py.
B0barsInSignalSide |
Number of anti-B0s in the signal side (negative flavor).
Definition at line 363 of file B0_GenDeltaTFit.py.
B0barsInTagSide |
Number of tag-side anti-B0s (negative flavor).
Definition at line 360 of file B0_GenDeltaTFit.py.
B0sInSignalSide |
Number of B0s in the signal side (positive flavor).
Definition at line 362 of file B0_GenDeltaTFit.py.
B0sInTagSide |
Number of tag-side B0s (positive flavor).
Definition at line 359 of file B0_GenDeltaTFit.py.
BetaGamma |
Lorentz boost of the B mesons.
Definition at line 341 of file B0_GenDeltaTFit.py.
DeltaZsigUpsilon |
Difference between the production and the decay vertices of the signal-side B0 meson in z direction.
Definition at line 369 of file B0_GenDeltaTFit.py.
DeltaZtagUpsilon |
Difference between the production and the decay vertices of the tag-side B0 meson in z direction.
Definition at line 370 of file B0_GenDeltaTFit.py.
DM |
Mass difference between the two B0-mass eigenstates.
Definition at line 339 of file B0_GenDeltaTFit.py.
DT |
Time difference between the decays of the two generated B mesons.
Definition at line 332 of file B0_GenDeltaTFit.py.
DT0 |
Production time of the B mesons.
Definition at line 335 of file B0_GenDeltaTFit.py.
fitData |
RooDataSet containing DT and q for each event.
Definition at line 351 of file B0_GenDeltaTFit.py.
fitDataDeltaZsigUpsilon |
RooDataSet containing DeltaZsigUpsilon and q.
Definition at line 377 of file B0_GenDeltaTFit.py.
fitDataDeltaZtagUpsilon |
RooDataSet containing DeltaZtagUpsilon and q.
Definition at line 383 of file B0_GenDeltaTFit.py.
fitDataSig |
RooDataSet containing Tsig and q for each event.
Definition at line 355 of file B0_GenDeltaTFit.py.
fitDataSigDeltaTNeg |
RooDataSet containing Tsig and q for negative DT
Definition at line 357 of file B0_GenDeltaTFit.py.
fitDataSigDeltaTPos |
RooDataSet containing Tsig and q for positive DT
Definition at line 356 of file B0_GenDeltaTFit.py.
fitDataTag |
RooDataSet containing Ttag and q for each event.
Definition at line 352 of file B0_GenDeltaTFit.py.
fitDataTagDeltaTNeg |
RooDataSet containing Ttag and q for negative DT
Definition at line 354 of file B0_GenDeltaTFit.py.
fitDataTagDeltaTPos |
RooDataSet containing Ttag and q for positive DT
Definition at line 353 of file B0_GenDeltaTFit.py.
fractionB0barInSignalSide |
Fraction of anti-B0s in the signal side.
Definition at line 364 of file B0_GenDeltaTFit.py.
fractionB0InSignalSide |
Fraction of B0s in the signal side
Definition at line 365 of file B0_GenDeltaTFit.py.
nentries |
Total number of analyzed events.
Definition at line 330 of file B0_GenDeltaTFit.py.
Norm |
Normalization factor of the quantum mechanical pdfs.
Definition at line 340 of file B0_GenDeltaTFit.py.
q |
Flavor of the tag-side B0 meson at the time of its decay.
Definition at line 343 of file B0_GenDeltaTFit.py.
qsig |
Flavor of the signal-side B0 meson at the time of its decay.
Definition at line 347 of file B0_GenDeltaTFit.py.
S |
Mixing-induced CP-violation parameter (CP violation caused by the overlap between mixing and decay phases)
Definition at line 338 of file B0_GenDeltaTFit.py.
Tau |
B0-meson lifetime.
Definition at line 336 of file B0_GenDeltaTFit.py.
Tsig |
Decay time of the signal B mesons. Attention! This script recognizes only B0-> JPsiKs as signal B meson.
Definition at line 333 of file B0_GenDeltaTFit.py.
TsigPosNeg |
Empty variable just to define the limits of the frames in the plots for Tsig.
Definition at line 392 of file B0_GenDeltaTFit.py.
Ttag |
Decay time of the tag-side B meson.
Definition at line 334 of file B0_GenDeltaTFit.py.
TtagPosNeg |
Empty variable just to define the limits of the frames in the plots for Ttag.
Definition at line 393 of file B0_GenDeltaTFit.py.