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
partons
core
numa
Commits
235a22d4
Commit
235a22d4
authored
Jun 25, 2021
by
Jose Manuel Morgado Chávez
Browse files
Implementing second PDA parametrization for calculation of D-terms
parent
d2146832
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/NumA/RadonTransform/RadonTransform.cpp
View file @
235a22d4
...
...
@@ -562,6 +562,7 @@ double RadonTransform::computeDterm( const Eigen::VectorXd &DD, const double x,
// PDA \phi(x)=6x(1-x)
double
PDA
=
0.75
*
(
1
-
pow
(
alpha
,
2
))
/
xi
;
// double PDA = 1.445*(1-pow(alpha,2))*sqrt(2.74589-pow(alpha,2)-2.56139*sqrt(1-pow(alpha,2)))/xi;
// Contribution
Dterm
+=
PDA
;
...
...
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