|
| 1 | +!-------------------------------------------------------------------- |
| 2 | +! Oxygen-Oxygen collisions with hydro and hadronic cascade |
| 3 | +!-------------------------------------------------------------------- |
| 4 | + |
| 5 | +!--------------------------------------- |
| 6 | +! Define run |
| 7 | +!--------------------------------------- |
| 8 | + |
| 9 | +application hadron !hadron-hadron, hadron-nucleus, or nucleus-nucleus |
| 10 | +set laproj 8 !projectile atomic number |
| 11 | +set maproj 16 !projectile mass number |
| 12 | +set latarg 8 !target atomic number |
| 13 | +set matarg 16 !target mass number |
| 14 | +set ecms 5360 !sqrt(s)_pp |
| 15 | +set istmax 25 !max status considered for storage |
| 16 | + |
| 17 | +ftime on !string formation time non-zero |
| 18 | +!suppressed decays: |
| 19 | +nodecays |
| 20 | + 110 20 2130 -2130 2230 -2230 1130 -1130 1330 -1330 2330 -2330 3331 -3331 |
| 21 | +end |
| 22 | + |
| 23 | +set ninicon 1 !number of initial conditions used for hydro evolution |
| 24 | +core full !core/corona activated |
| 25 | +hydro hlle !hydro activated |
| 26 | +eos x3ff !eos activated (epos standard EoS) |
| 27 | +hacas full !hadronic cascade activated (UrQMD) |
| 28 | +set nfreeze 1 !number of freeze out events per hydro event |
| 29 | +set modsho 1 !printout every modsho events |
| 30 | +set centrality 0 !0=min bias |
| 31 | +set ihepmc 2 !HepMC output enabled on stdout |
| 32 | +fillTree4(C1) !C1 sets impact parameter as centrality variable |
| 33 | +set ihq 1 !Enables HQ |
| 34 | +set nfull 10 |
0 commit comments