-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunjam.sh
More file actions
executable file
·61 lines (48 loc) · 1.47 KB
/
runjam.sh
File metadata and controls
executable file
·61 lines (48 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#!/bin/bash
# Basic options
runjam_mode=cascade
runjam_nevent=1
runjam_ievent_begin=0
runjam_output_directory=jam
runjam_seed=18371
runjam_jamseed=
#------------------------------------------------------------------------------
# Model options
# JAM options
runjam_phi_decays=1
# Note: currently this should be 0
runjam_switch_weak_decay=0
# Resonance list
#runjam_resodata=ResonanceJam2.dat
runjam_eospce=6
runjam_kintmp=5
# Options for Cooper-Frye formula
runjam_turnsOffViscousEffect=0
runjam_oversampling_factor=1.0
runjam_switching_temperature=-1
#------------------------------------------------------------------------------
# Output options
# Options for phasespace data output
runjam_output_phdat=true
runjam_output_phdat0=true
runjam_fname_phdat=$runjam_output_directory/phasespace.dat
runjam_fname_phdat0=$runjam_output_directory/phasespace0.dat
# Options for phasespace binary output
runjam_output_phbin=false
runjam_output_phbin0=false
runjam_fname_phbin=$runjam_output_directory/phasespace.bin
runjam_fname_phbin0=$runjam_output_directory/phasespace0.bin
# Options for single-event phasespace data output
runjam_output_phbin_indexed=false
runjam_output_phbin0_indexed=false
runjam_output_index_start=0
#------------------------------------------------------------------------------
# Input options
hydrojet_directory=test
hydrojet_baryonfree=1
hydrojet_deltat=0.3
hydrojet_deltah=0.3
hydrojet_deltax=0.3
hydrojet_deltay=0.3
export "${!runjam_@}" "${!hydrojet_@}"
./runjam.exe