-
Notifications
You must be signed in to change notification settings - Fork 6
/
pctpairprotons.ggo
19 lines (18 loc) · 1.51 KB
/
pctpairprotons.ggo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package "pct"
version "Pair corresponding protons from Gate root files"
option "verbose" v "Verbose execution" flag off
option "config" - "Config file" string no
option "inputIn" i "Root phase space file of particles before object" string yes
option "inputOut" j "Root phase space file of particles after object" string yes
option "output" o "Output file name" string yes
option "planeIn" - "Plane position of incoming protons" double yes
option "planeOut" - "Plane position of outgoing protons" double yes
option "minRun" - "Minimum run (inclusive)" int no default="0"
option "maxRun" - "Maximum run (exclusive)" int no default="1000000"
option "nonuclear" - "Remove inelastic nuclear collisions" flag off
option "proju" - "Provide the name of the first axis in the root file" string no default="Y"
option "projv" - "Provide the name of the second axis in the root file" string no default="Z"
option "projw" - "Provide the name of the third axis in the root file" string no default="X"
option "wweight" - "Weight for the third axis" double no default="-1."
option "psin" - "Name of Tree in PhaseSpaceIn.root; default PhaseSpace" string no default="PhaseSpace"
option "psout" - "Name of Tree in PhaseSpaceOut.root; default PhaseSpace" string no default="PhaseSpace"