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
c1697e3a
Commit
c1697e3a
authored
Feb 18, 2020
by
Pawel Sznajder
Browse files
update scenarios to extract data from DB
parent
55a8dee3
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/examples/cff/makePlotFileFromDatabaseForComptonFormFactor.xml
View file @
c1697e3a
...
...
@@ -29,7 +29,7 @@ observable_channel_short_name Channel type char string DVCS, HEMP, see Observ
<scenario
date=
"2017-07-18"
description=
"Get CFF result from database"
>
<!-- Task: generate file with data matching indicated criteria -->
<task
service=
"ConvolCoeffFunctionService"
method=
"generatePlotFile"
>
<task
service=
"
DVCS
ConvolCoeffFunctionService"
method=
"generatePlotFile"
>
<!-- Variables selected to be stored in the output file -->
<task_param
type=
"select"
>
...
...
data/examples/observable/makePlotFileFromDatabaseForObservable.xml
View file @
c1697e3a
...
...
@@ -17,7 +17,6 @@ phi observable kinematics phi double
observable_value observable value double
computation_id Unique id of related computation integer
computation_module_name Name of observable module used in computation char string
observable_name Observable name (should be the same as computation_module_name) char string
====================================================================================================================================
-->
...
...
@@ -27,7 +26,7 @@ observable_name Observable name (should be the same as computation_module_name
<scenario
date=
"2017-07-18"
description=
"Get observable result from database"
>
<!-- Task: generate file with data matching indicated criteria -->
<task
service=
"ObservableService"
method=
"generatePlotFile"
>
<task
service=
"
DVCS
ObservableService"
method=
"generatePlotFile"
>
<!-- Variables selected to be stored in the output file -->
<task_param
type=
"select"
>
...
...
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