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-example
Commits
9ba389c0
Commit
9ba389c0
authored
Sep 22, 2017
by
Nabil Chouika
Browse files
Fix wrong order of kinematics in comments
parent
3ef7452d
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/examples.h
View file @
9ba389c0
...
...
@@ -33,7 +33,7 @@ void computeSingleKinematicsForDVCSComptonFormFactor();
/**
* This function demonstrates the evaluation of DVCS Compton Form Factors (CFF) for kinematics defined in a text file.
* In this file kinematic points are encoded in separate lines using the following format: "xi|t|MuF2|MuR2
|Q2
".
* In this file kinematic points are encoded in separate lines using the following format: "xi|t|
Q2|
MuF2|MuR2".
* The result of this function is printed out to the standard output.
* These are CFF values for all GPD types defined in the selected GPD model.
*/
...
...
@@ -51,7 +51,7 @@ void computeSingleKinematicsForDVCSObservable();
/**
* This function demonstrates the evaluation of DVCS observable for kinematics defined in a text file.
* In this file kinematic points are encoded in separate lines using the following format: "xB|t|Q2|phi
|E
".
* In this file kinematic points are encoded in separate lines using the following format: "xB|t|Q2|
E|
phi".
* The result of this function is printed out to the standard output.
*/
void
computeManyKinematicsForDVCSObservable
();
...
...
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