Skip to content
Snippets Groups Projects
Commit b162af83 authored by John James Back's avatar John James Back
Browse files

Increase BTOSLLALI max prob by 25% to try to fix warnings (#T161).

parent aba1fcb6
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ void EvtbTosllAli::initProbMax()
//This routine sets the _poleSize.
double mymaxprob = _calcamp->CalcMaxProb( parnum, mesnum, l1num, l2num,
_aliffmodel.get(), _poleSize );
mymaxprob *= 1.25; // Increase to avoid maxprob errors
setProbMax( mymaxprob );
}
......
......@@ -6,9 +6,10 @@
"parameters" : [[], [], []],
"do_conjugate_decay" : [true, false, false],
"extras" : ["Define dm_incohMix_B_s0 0", "noPhotos"],
"events" : 100000,
"events" : 10000,
"histograms" : [
{"variable" : "prob", "title" : "Prob", "d1" : 0, "d2" : 0, "nbins": 100, "xmin" : 0.0, "xmax" : 1.3},
{"variable" : "prob", "title" : "Prob(BTOSLLALI)", "d1" : 0, "d2" : 0, "nbins": 100, "xmin" : 0.0, "xmax" : 1.0},
{"variable" : "prob_daug1", "title" : "Prob(VSS)", "d1" : 0, "d2" : 0, "nbins": 100, "xmin" : 0.0, "xmax" : 1.0},
{"variable" : "mass", "title" : "m(phi)", "d1" : 1, "d2" : 0, "nbins": 100, "xmin" : 0.95, "xmax" : 1.1},
{"variable" : "mass", "title" : "m(phi mu+)", "d1" : 1, "d2" : 2, "nbins": 100, "xmin" : 0.0, "xmax" : 6.0},
{"variable" : "mass", "title" : "m(mu+ mu-)", "d1" : 2, "d2" : 3, "nbins": 100, "xmin" : 0.0, "xmax" : 5.0},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment