-
Notifications
You must be signed in to change notification settings - Fork 6
/
pctdiffxsection.ggo
12 lines (11 loc) · 992 Bytes
/
pctdiffxsection.ggo
1
2
3
4
5
6
7
8
9
10
11
12
package "pct"
version "Compute hadronic elastic differential cross section of protons"
option "verbose" v "Verbose execution" flag off
option "config" - "Config file" string no
option "energy" - "Energy" double default="200" no
option "material" m "NIST material name" string yes
option "npart" n "Number of samples" int yes
option "sdd" - "Position of interaction to detector distance (mm)" double default="100" no
option "nbins" - "Number of bins" double default="100000" no
option "binw" - "Width of bins (mm)" double default="1" no
option "output" o "Output file name" string yes