Form of the Basic PDF used in the Fit
The base PDF for event i (logL fits) or bin-i (chi2 fits) is
a sum over sources (a).
where:
Sources fall into three main categories
Normalization of Multivariate PDFs
See the PDG probability writeup.
Asymmetry Chi2 Definition
The predicted asymmetry for bin-i is constructed using the
source-by-source predictions for the number of events in that bin,
constructed from the PDFs.
Variables Used in the Fits
See also the mapping of these
variables onto arrays in the code for different fit inputs.
| Fit | x - plot var | z - other var's | p - as required by src |
| logL(Lxy) | Lxy(meas) = L
|
|
|
| logL(VPDL) | xi,a =
|
|
|
| chi2(VPDL) | VPDL of bin i [1]
|
|
Source-by-Source PDF Definitions
In the code - all PDF are derived from the logL(Lxy) PDF by redefining
the array of input variables and parameters
(see variables in the code).
| Fit | PDF: Combinatoric (cc) Bgrd |
| logL(Lxy) |
Fcc(L|P,T,σ,T ;
P(mix))
= p(T) H(P) Gauss(L;σ) = (p(T)H(P)/sqrt(2π)σ) exp(-L2/2σ2) |
| logL(VPDL) |
Fcc(x|σx,T ;
P(mix))
= p(T) H(σx) Gauss(x;σx) = (p(T)H(σx)/sqrt(2π)σx) exp(-x2/2σx2) |
| chi2(VPDL) |
Binned predictions for T = +1/-1: ncc(bin-i|<σx>,T ; P(mix)) = ∫bin dx Fcc(x|<σx>,T ; P(mix)) |
| Fit | PDF: Long Lifetime - No Mixing |
| logL(Lxy) |
Flife(L|P,σ,T ;
M,K,τ,P(mix))
= p(T) H(P) ∫ dK H(K) ∫ dLt R(Lt-L;σ) Fexp(Lt|P ; M,K,τ)
|
| logL(VPDL) |
Flife(x|σx,T ;
K,τ,P(mix))
= p(T) H(σx) ∫ dK H(K) ∫ dxt R(xt-x;σx) Fexp(xt ; K,τ)
|
| chi2(VPDL) |
Binned predictions for T = +1/-1: nlife(bin-i|<σx>,T ; K,τ,P(mix)) = ∫bin dx Flife(x|<σx>,T ; K,τ,P(mix)) |
| Fit | PDF: Mixing |
| logL(Lxy) |
Fmix(L|P,σ,T ;
M,K,P(mis-tag),τ,Δm)
= H(P) ∫ dK H(K) ∫ dLt R(Lt-L;σ) Fosc(Lt|P,T ; M,K,P(mis-tag),τ,Δm)
|
| logL(VPDL) |
Fmix(x|σx,T ;
K,P(mis-tag),τ,Δm)
= H(σx) ∫ dK H(K) ∫ dxt R(xt-x;σx) Fosc(xt|T ; K,P(mis-tag),τ,Δm)
|
| chi2(VPDL) |
Binned predictions for T = +1/-1: nmix(bin-i|<σx>,T ; K,P(mis-tag),τ,Δm) = ∫bin dx Fmix(x|<σx>,T ; K,P(mis-tag),τ,Δm) |