Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
nentries | |
Total number of analyzed events. | |
DT | |
Time difference between the decays of the two generated B mesons. | |
Tsig | |
Decay time of the signal B mesons. More... | |
Ttag | |
Decay time of the tag-side B meson. | |
DT0 | |
Production time of the B mesons. | |
Tau | |
B0-meson lifetime. | |
A | |
Direct CP-violation parameter (CP violation in decay). | |
S | |
Mixing-induced CP-violation parameter (CP violation caused by the overlap between mixing and decay phases) | |
DM | |
Mass difference between the two B0-mass eigenstates. | |
Norm | |
Normalization factor of the quantum mechanical pdfs. | |
BetaGamma | |
Lorentz boost of the B mesons. | |
q | |
Flavor of the tag-side B0 meson at the time of its decay. | |
qsig | |
Flavor of the signal-side B0 meson at the time of its decay. | |
fitData | |
RooDataSet containing DT and q for each event. | |
fitDataTag | |
RooDataSet containing Ttag and q for each event. | |
fitDataTagDeltaTPos | |
RooDataSet containing Ttag and q for positive DT. | |
fitDataTagDeltaTNeg | |
RooDataSet containing Ttag and q for negative DT. | |
fitDataSig | |
RooDataSet containing Tsig and q for each event. | |
fitDataSigDeltaTPos | |
RooDataSet containing Tsig and q for positive DT. | |
fitDataSigDeltaTNeg | |
RooDataSet containing Tsig and q for negative DT. | |
B0sInTagSide | |
Number of tag-side B0s (positive flavor). | |
B0barsInTagSide | |
Number of tag-side anti-B0s (negative flavor). | |
B0sInSignalSide | |
Number of B0s in the signal side (positive flavor). | |
B0barsInSignalSide | |
Number of anti-B0s in the signal side (negative flavor). | |
fractionB0barInSignalSide | |
Fraction of anti-B0s in the signal side. | |
fractionB0InSignalSide | |
Fraction of B0s in the signal side. | |
DeltaZsigUpsilon | |
Difference between the production and the decay vertices of the signal-side B0 meson in z direction. | |
DeltaZtagUpsilon | |
Difference between the production and the decay vertices of the tag-side B0 meson in z direction. | |
fitDataDeltaZsigUpsilon | |
RooDataSet containing DeltaZsigUpsilon and q. | |
fitDataDeltaZtagUpsilon | |
RooDataSet containing DeltaZtagUpsilon and q. | |
TsigPosNeg | |
Empty variable just to define the limits of the frames in the plots for Tsig. | |
TtagPosNeg | |
Empty variable just to define the limits of the frames in the plots for Ttag. | |
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 492 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.