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
da154290
Commit
da154290
authored
Feb 18, 2020
by
Pawel Sznajder
Browse files
correct makePlot scenario for DVCS observable
parent
c1697e3a
Changes
1
Show whitespace changes
Inline
Side-by-side
data/examples/observable/makePlotFileFromDatabaseForObservable.xml
View file @
da154290
...
...
@@ -14,7 +14,7 @@ Q2 observable kinematics Q2 double
E observable kinematics E double
phi observable kinematics phi double
observable_
value observable value double
value
observable value double
computation_id Unique id of related computation integer
observable_name Observable name (should be the same as computation_module_name) char string
...
...
@@ -31,7 +31,7 @@ observable_name Observable name (should be the same as computation_module_name
<!-- Variables selected to be stored in the output file -->
<task_param
type=
"select"
>
<param
name=
"xPlot"
value=
"xB"
/>
<param
name=
"yPlot"
value=
"
observable_
value"
/>
<param
name=
"yPlot"
value=
"value"
/>
</task_param>
<!-- Applied requirements -->
...
...
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