Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergei Zharko
cbmroot
Commits
cc93ce5f
Commit
cc93ce5f
authored
Nov 25, 2021
by
Cornelius Feier-Riesen
Committed by
Florian Uhlig
Nov 25, 2021
Browse files
Correct weight values for signals
parent
4dadea0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
analysis/PWGDIL/dielectron/lmvm/LmvmSimParam.h
View file @
cc93ce5f
...
...
@@ -22,8 +22,8 @@ public:
if
(
particle
==
"omegaepem"
||
particle
==
"w"
)
return
2.28721
*
7.36e-5
;
if
(
particle
==
"omegadalitz"
||
particle
==
"wdalitz"
)
return
2.28721
*
7.7e-4
;
if
(
particle
==
"phi"
)
return
0.311619
*
2.97e-4
;
if
(
particle
==
"inmed"
||
particle
==
"rho0"
)
return
0.0304706
*
4.72e-5
;
if
(
particle
==
"qgp"
||
particle
==
"qgp_epem"
)
return
4.52941e-4
*
1.15e-2
;
// TODO: check BR
if
(
particle
==
"inmed"
||
particle
==
"rho0"
)
return
0.0304706
;
if
(
particle
==
"qgp"
||
particle
==
"qgp_epem"
)
return
4.52941e-4
;
}
else
if
(
energy
==
"25gev"
)
{
if
(
particle
==
"rho0"
)
return
23
*
4.7e-5
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment