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
bcda19eb
Commit
bcda19eb
authored
Oct 18, 2016
by
Bryan Berthou
Browse files
refs#16
In PARTONS_release (trunk) : - Create some example for plot observable for the demo of Herve.
parent
5bb680c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
bin/scenarios/demo/computeManyKinematicOneDVCSObservable.xml
0 → 100644
View file @
bcda19eb
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<scenario
date=
"2016-10-18"
description=
"..."
>
<!-- Compute things with GK11 -->
<task
service=
"ObservableService"
method=
"computeObservable"
>
<kinematics
type=
"ObservableKinematic"
>
<param
name=
"file"
value=
"/home/debian/workspace/PARTONS_release/bin/scenarios/demo/observable_kinematics.dat"
/>
</kinematics>
<computation_configuration>
<module
type=
"Observable"
>
<param
name=
"className"
value=
"Alu"
/>
</module>
<module
type=
"DVCSModule"
>
<param
name=
"className"
value=
"BMJ2012Model"
/>
<param
name=
"beam_energy"
value=
"5.77"
/>
</module>
<module
type=
"DVCSConvolCoeffFunctionModule"
>
<param
name=
"className"
value=
"DVCSCFFModel"
/>
<param
name=
"qcd_order_type"
value=
"LO"
/>
</module>
<module
type=
"GPDModule"
>
<param
name=
"className"
value=
"GK11Model"
/>
</module>
<module
type=
"ScaleModule"
>
<param
name=
"className"
value=
"Q2Multiplier"
/>
<param
name=
"lambda"
value=
"1"
/>
</module>
<module
type=
"XiConverterModule"
>
<param
name=
"className"
value=
"XBToXi"
/>
</module>
</computation_configuration>
</task>
<!-- Show results on screen -->
<task
service=
"ObservableService"
method=
"printResults"
>
</task>
<!-- Compute things with VGG -->
<task
service=
"ObservableService"
method=
"computeObservable"
>
<kinematics
type=
"ObservableKinematic"
>
<param
name=
"file"
value=
"/home/debian/workspace/PARTONS_release/bin/scenarios/demo/observable_kinematics.dat"
/>
</kinematics>
<computation_configuration>
<module
type=
"Observable"
>
<param
name=
"className"
value=
"Alu"
/>
</module>
<module
type=
"DVCSModule"
>
<param
name=
"className"
value=
"BMJ2012Model"
/>
<param
name=
"beam_energy"
value=
"5.77"
/>
</module>
<module
type=
"DVCSConvolCoeffFunctionModule"
>
<param
name=
"className"
value=
"DVCSCFFModel"
/>
<param
name=
"qcd_order_type"
value=
"LO"
/>
</module>
<module
type=
"GPDModule"
>
<param
name=
"className"
value=
"VGGModel"
/>
</module>
<module
type=
"ScaleModule"
>
<param
name=
"className"
value=
"Q2Multiplier"
/>
<param
name=
"lambda"
value=
"1"
/>
</module>
<module
type=
"XiConverterModule"
>
<param
name=
"className"
value=
"XBToXi"
/>
</module>
</computation_configuration>
</task>
<!-- Show results on screen -->
<task
service=
"ObservableService"
method=
"printResults"
>
</task>
</scenario>
\ No newline at end of file
bin/scenarios/demo/observable_kinematics.dat
0 → 100644
View file @
bcda19eb
0.01|-0.1|16 0|0
0.01|-0.1|16 0|10
0.01|-0.1|16 0|20
0.01|-0.1|16 0|30
0.01|-0.1|16 0|40
0.01|-0.1|16 0|50
0.01|-0.1|16 0|60
0.01|-0.1|16 0|70
0.01|-0.1|16 0|80
0.01|-0.1|16 0|90
0.01|-0.1|16 0|100
0.01|-0.1|16 0|110
0.01|-0.1|16 0|120
0.01|-0.1|16 0|130
0.01|-0.1|16 0|140
0.01|-0.1|16 0|150
0.01|-0.1|16 0|160
0.01|-0.1|16 0|170
0.01|-0.1|16 0|180
0.01|-0.1|16 0|190
0.01|-0.1|16 0|200
0.01|-0.1|16 0|210
0.01|-0.1|16 0|220
0.01|-0.1|16 0|230
0.01|-0.1|16 0|240
0.01|-0.1|16 0|250
0.01|-0.1|16 0|260
0.01|-0.1|16 0|270
0.01|-0.1|16 0|280
0.01|-0.1|16 0|290
0.01|-0.1|16 0|300
0.01|-0.1|16 0|310
0.01|-0.1|16 0|320
0.01|-0.1|16 0|330
0.01|-0.1|16 0|340
0.01|-0.1|16 0|350
0.01|-0.1|16 0|360
\ No newline at end of file
bin/scenarios/demo/queryDatabaseToGenerateObservablePlotFile.xml
0 → 100644
View file @
bcda19eb
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<scenario
date=
"2016-10-18"
description=
"..."
>
<!-- Generate plot file from database for GK model-->
<task
service=
"ObservableService"
method=
"generatePlotFile"
>
<task_param
type=
"output"
>
<param
name=
"filePath"
value=
"/home/debian/workspace/PARTONS_release/bin/scenarios/demo/observable_GK11_file_plot.csv"
/>
</task_param>
<task_param
type=
"select"
>
<param
name=
"xPlot"
value=
"phi"
/>
<param
name=
"yPlot"
value=
"observable_value"
/>
</task_param>
<task_param
type=
"where"
>
<param
name=
"computation_id"
value=
"1"
/>
</task_param>
</task>
<!-- Generate plot file from database for VGG model-->
<task
service=
"ObservableService"
method=
"generatePlotFile"
>
<task_param
type=
"output"
>
<param
name=
"filePath"
value=
"/home/debian/workspace/PARTONS_release/bin/scenarios/demo/observable_VGG_file_plot.csv"
/>
</task_param>
<task_param
type=
"select"
>
<param
name=
"xPlot"
value=
"phi"
/>
<param
name=
"yPlot"
value=
"observable_value"
/>
</task_param>
<task_param
type=
"where"
>
<param
name=
"computation_id"
value=
"2"
/>
</task_param>
</task>
</scenario>
\ No newline at end of file
Write
Preview
Supports
Markdown
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