-
Notifications
You must be signed in to change notification settings - Fork 2
/
PREcrmcepos.param
74 lines (59 loc) · 5.67 KB
/
PREcrmcepos.param
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
62
63
64
65
66
67
68
69
70
71
72
73
74
!!input file for crmc
!! a line starting with "!" is not read by the program
!!IMPORTANT BEFORE RUNNING YOU MUST EXECUTE
!! export CRMClocation=`type crmc | awk -F " " '{print $3}'` # "crmc is /cvmfs/...."
!! export PathToEPOS=`echo $CRMClocation | sed -n 's/bin\/crmc//gp'`
!! export PathToEPOSlibs=$PathToEPOS
!! cp "thisFile.param" $PathToEPOSlibs
!! cd $PathToEPOSlibs
!! Then you can run using
!! crmc -c crmc.param -f *Writabledirectory/file -N Nevt
!!
!!
!switch fusion off !nuclear effects due to high density (QGP) in EPOS
! more realistic but slow (can be switched off)
!set istmax 1 !include virtual mother particles with EPOS to identify particle source
!set isigma 2 !uncomment to get correct inelastic cross-section for heavy ions with EPOS, QGSJET and DPMJET
!!Set up particle Decays
!switch decay off !no decay at all
nodecay 14 !uncomment not to decay mu- (PDG id = 13)
nodecay -14 !uncomment not to decay mu+ (PDG id = -13)
nodecay 1120 !uncomment not to decay proton (PDG id = 2212) (for pythia)
nodecay -1120 !uncomment not to decay aproton (PDG id = -2212) (for pythia)
nodecay 1220 !uncomment not to decay neutron (PDG id = 2112)
nodecay -1220 !uncomment not to decay aneutron (PDG id = -2112)
nodecay 120 !uncomment not to decay pi+ (PDG id = 211)
nodecay -120 !uncomment not to decay pi- (PDG id = -211)
nodecay 130 !uncomment not to decay k+ (PDG id = 321)
nodecay -130 !uncomment not to decay k- (PDG id = -321)
nodecay -20 !uncomment not to decay k0L (PDG id = -130)
nodecay 17 !uncomment not to decay deuterium
nodecay -17 !uncomment not to decay antideuterium
nodecay 18 !uncomment not to decay tritium
nodecay -18 !uncomment not to decay antitritium
nodecay 19 !uncomment not to decay alpha
nodecay -19 !uncomment not to decay antialpha
!... more possible (with EPOS id (not PDG))
!for other particles, please ask authors ... or use minimum ctau (cm) :
MinDecayLength 1000. !minimum c.Tau to define stable particles (cm) !default = 1. cm
fdpmjet path ${PathToEPOSlibs}/tabs/
fqgsjet dat ${PathToEPOSlibs}/tabs/qgsjet.dat
fqgsjet ncs ${PathToEPOSlibs}/tabs/qgsjet.ncs
fqgsjetII03 dat ${PathToEPOSlibs}/tabs/qgsdat-II-03.lzma
fqgsjetII03 ncs ${PathToEPOSlibs}/tabs/sectnu-II-03
fqgsjetII dat ${PathToEPOSlibs}/tabs/qgsdat-II-04.lzma
fqgsjetII ncs ${PathToEPOSlibs}/tabs/sectnu-II-04
fname check none
fname initl ${PathToEPOSlibs}/tabs/epos.initl
fname iniev ${PathToEPOSlibs}/tabs/epos.iniev
fname inirj ${PathToEPOSlibs}/tabs/epos.inirj
fname inics ${PathToEPOSlibs}/tabs/epos.inics
fname inihy ${PathToEPOSlibs}/tabs/epos.inihy
set pytune 350 !possibility to change PYTHIA tune (for PYTHIA only !)
!!ImpactParameter
!set bminim 0 !works with epos
!set bmaxim 4
!!Debug Output
!print * 4
!printcheck screen
EndEposInput