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
84f56a11
Commit
84f56a11
authored
Nov 29, 2021
by
Oskar Grocholski
Browse files
Some more comments
parent
23583e66
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partons/modules/convol_coeff_function/GAM2/GAM2CFFStandard.cpp
View file @
84f56a11
...
...
@@ -1026,7 +1026,10 @@ std::complex<double> GAM2CFFStandard::Convol_NLO_V(double x,
* Vector params consists of:
* 3 parameters beta_i
* 3 parameters eij
* 3 parameters ek_i
* ee[0] = epsilon2 * epsilon3
* ee[1] = epsilon1 * epsilon3
* ee[2] = epsilon1 * epsilon2
* 3 parameters ek_i (explained below)
* Parameter s
*/
...
...
@@ -1049,6 +1052,9 @@ std::complex<double> GAM2CFFStandard::Convol_NLO_V(double x,
* 1 - outgoing photon 1
* 2 - outgoing photon 2
* I use ek[i][j] = -ek[i][k] where all i,j,k are different
* ek[0] = e1 * k2
* ek[1] = e2 * k1
* ek[2] = e3 * k1
*/
double
ek0
[
3
][
3
];
...
...
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