Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated example EPOS4 options file #1806

Merged
merged 5 commits into from
Nov 20, 2024
Merged
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
10 changes: 5 additions & 5 deletions MC/config/examples/epos4/generator/example.optns
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set laproj 1 !projectile atomic number
set maproj 1 !projectile mass number
set latarg 1 !target atomic number
set matarg 1 !target mass number
set ecms 13600 !sqrt(s)_pp
set ecms 13000 !sqrt(s)_pp
set istmax 25 !max status considered for storage

ftime on !string formation time non-zero
Expand All @@ -21,10 +21,10 @@ nodecays
end

set ninicon 1 !number of initial conditions used for hydro evolution
core off !core/corona not activated
hydro off !hydro not activated
eos off !eos not activated
hacas off !hadronic cascade not activated
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
Expand Down