Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons
Commits
bb244abb
Commit
bb244abb
authored
Jan 21, 2022
by
Cédric Mezrag
Browse files
correction D-term
parent
7a493689
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partons/modules/gpd/pionGPD/Diehl_GRS.cpp
View file @
bb244abb
...
...
@@ -612,7 +612,7 @@ double pionDiehlGRSModel1::DtermSea(double z, double beta){
throwBetaException(__func__, x);
}*/
if
(
beta
>
0.
)
{
Dtermsea
=
1.
/
6.
*
seaPdfAnsatz
(
absbeta
)
*
Profile
(
absbeta
,
absbeta
-
z
)
*
1.
/
(
1.
-
m_t
/
m_LambdaDterm2
)
;
Dtermsea
=
seaPdfAnsatz
(
absbeta
)
*
Profile
(
absbeta
,
absbeta
-
z
)
*
1.
/
(
1.
-
m_t
/
m_LambdaDterm2
)
;
}
else
{
Dtermsea
=
0.
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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