Opened 8 years ago
Closed 7 years ago
#66 closed defect (invalid)
Improve robustness of background normalisation in CP fit model
Reported by: | Thomas Latham | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | v4r0 |
Version: | Keywords: | ||
Cc: |
Description
Suggestion from Jeremy Dalseno to improve robustness of normalisation of background model in CP fit model. Instead of doing:
0.5 x (1-q*A_CP) [ (1+q)/2 Q / int(Q) + (1-q)/2 Qbar / int(Qbar)
do
[ (1+q)/2 Q + (1-q)/2 Qbar ] / [ (1-A_CP)/2 int(Q) + (1+A_CP)/2 int(Qbar) ]
which is more robust against either int(Q) or int(Qbar) being 0.
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | → v4r0 |
---|---|
Priority: | major → minor |
comment:2 Changed 7 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Looking again at this I don't believe it will work since the integrals of Q and Qbar are arbitrary (unlike for the signal where the integrals of the |A|2 for each flavour have meaning). If the histograms supplied as such that Q and Qbar have the same integral then the A_CP parameter drops out.