Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EvtGen
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EvtGen
EvtGen
Commits
b162af83
Commit
b162af83
authored
2 years ago
by
John James Back
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/EvtGenModels/EvtbTosllAli.cpp
+1
-1
1 addition, 1 deletion
src/EvtGenModels/EvtbTosllAli.cpp
test/jsonFiles/BTOSLLALI=VSS__Bs_phimumu,KK.json
+3
-2
3 additions, 2 deletions
test/jsonFiles/BTOSLLALI=VSS__Bs_phimumu,KK.json
with
4 additions
and
3 deletions
src/EvtGenModels/EvtbTosllAli.cpp
+
1
−
1
View file @
b162af83
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
test/jsonFiles/BTOSLLALI=VSS__Bs_phimumu,KK.json
+
3
−
2
View file @
b162af83
...
...
@@ -6,9 +6,10 @@
"parameters"
:
[[],
[],
[]],
"do_conjugate_decay"
:
[
true
,
false
,
false
],
"extras"
:
[
"Define dm_incohMix_B_s0 0"
,
"noPhotos"
],
"events"
:
10000
0
,
"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
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment