Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions MC/config/examples/epos4/generator/NeNe_536TeV_EPOS4HQ.optns
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
!--------------------------------------------------------------------
! Neon-Neon collisions with hydro and hadronic cascade
!--------------------------------------------------------------------

!---------------------------------------
! Define run
!---------------------------------------

application hadron !hadron-hadron, hadron-nucleus, or nucleus-nucleus
set laproj 10 !projectile atomic number
set maproj 20 !projectile mass number
set latarg 10 !target atomic number
set matarg 20 !target mass number
set ecms 5360 !sqrt(s)_pp
set istmax 25 !max status considered for storage

ftime on !string formation time non-zero
!suppressed decays:
nodecays
110 20 2130 -2130 2230 -2230 1130 -1130 1330 -1330 2330 -2330 3331 -3331
end

set ninicon 1 !number of initial conditions used for hydro evolution
core full !core/corona activated
hydro hlle !hydro activated
eos x3ff !eos activated (epos standard EoS)
hacas full !hadronic cascade activated (UrQMD)
set nfreeze 1 !number of freeze out events per hydro event
set modsho 1 !printout every modsho events
set centrality 0 !0=min bias
set ihepmc 2 !HepMC output enabled on stdout
fillTree4(C1) !C1 sets impact parameter as centrality variable
set ihq 1 !Enables HQ
set nfull 10
34 changes: 34 additions & 0 deletions MC/config/examples/epos4/generator/OO_536TeV_EPOS4HQ.optns
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
!--------------------------------------------------------------------
! Oxygen-Oxygen collisions with hydro and hadronic cascade
!--------------------------------------------------------------------

!---------------------------------------
! Define run
!---------------------------------------

application hadron !hadron-hadron, hadron-nucleus, or nucleus-nucleus
set laproj 8 !projectile atomic number
set maproj 16 !projectile mass number
set latarg 8 !target atomic number
set matarg 16 !target mass number
set ecms 5360 !sqrt(s)_pp
set istmax 25 !max status considered for storage

ftime on !string formation time non-zero
!suppressed decays:
nodecays
110 20 2130 -2130 2230 -2230 1130 -1130 1330 -1330 2330 -2330 3331 -3331
end

set ninicon 1 !number of initial conditions used for hydro evolution
core full !core/corona activated
hydro hlle !hydro activated
eos x3ff !eos activated (epos standard EoS)
hacas full !hadronic cascade activated (UrQMD)
set nfreeze 1 !number of freeze out events per hydro event
set modsho 1 !printout every modsho events
set centrality 0 !0=min bias
set ihepmc 2 !HepMC output enabled on stdout
fillTree4(C1) !C1 sets impact parameter as centrality variable
set ihq 1 !Enables HQ
set nfull 10
13 changes: 13 additions & 0 deletions MC/config/examples/ini/GeneratorEPOS4HQNeNe536TeV.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#NEV_TEST> 10
#---> GeneratorEPOS4NeNe536TeV
[GeneratorExternal]
fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator_EPOS4.C
funcName=generateEPOS4("${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator/NeNe_536TeV_EPOS4HQ.optns", 2147483647)

[GeneratorFileOrCmd]
cmd=${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/epos.sh
bMaxSwitch=none

# Set to version 2 if EPOS4.0.0 is used
[HepMC]
version=3
13 changes: 13 additions & 0 deletions MC/config/examples/ini/GeneratorEPOS4HQOO536TeV.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#NEV_TEST> 1
#---> GeneratorEPOS4OO536TeV
[GeneratorExternal]
fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator_EPOS4.C
funcName=generateEPOS4("${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator/OO_536TeV_EPOS4HQ.optns", 2147483647)

[GeneratorFileOrCmd]
cmd=${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/epos.sh
bMaxSwitch=none

# Set to version 2 if EPOS4.0.0 is used
[HepMC]
version=3
Loading