Add a few EPOS4 configurations - #2455
Conversation
EPOS4 physics generation always happens internally in the symmetric nucleon-nucleon CM frame. hepmc_rapcms does not change that internal physics, but it applies a rigid rapidity boost (dy = -hepmc_rapcms, applied in src/KW/out.f → fillhepmc) to every particle written to output, which means re-expressing the same collision in the lab frame. This is here used for pO and should be used for p-Pb as well (the shift there is 0.465, from the same `Δy = 0.5·ln(E_p/E_target-per-nucleon` formula).
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
| @@ -0,0 +1,33 @@ | |||
| !-------------------------------------------------------------------- | |||
| ! Neon-Neon collisions with hydro and hadronic cascade | |||
There was a problem hiding this comment.
| ! Neon-Neon collisions with hydro and hadronic cascade | |
| ! Neon-Neon collisions without hydro and with hadronic cascade |
| @@ -0,0 +1,33 @@ | |||
| !-------------------------------------------------------------------- | |||
| ! Oxygen-Oxygen collisions with hydro and hadronic cascade | |||
There was a problem hiding this comment.
| ! Oxygen-Oxygen collisions with hydro and hadronic cascade | |
| ! Oxygen-Oxygen collisions without hydro and with hadronic cascade |
| @@ -0,0 +1,34 @@ | |||
| !-------------------------------------------------------------------- | |||
| ! proton-Oxigen collisions at 9.62 TeV without hydro and with hadronic cascade | |||
There was a problem hiding this comment.
| ! proton-Oxigen collisions at 9.62 TeV without hydro and with hadronic cascade | |
| ! proton-Oxigen collisions at 9.62 TeV with hydro and hadronic cascade |
| set centrality 0 !0=min bias | ||
| set ihepmc 2 !HepMC output enabled on stdout | ||
| fillTree4(C1) !C1 sets impact parameter as centrality variable | ||
| hepmc_rapcms 0.346 !boost output to real asymmetric p/O beam frame (p: 6800 GeV) |
There was a problem hiding this comment.
| hepmc_rapcms 0.346 !boost output to real asymmetric p/O beam frame (p: 6800 GeV) | |
| hepmc_rapcms 0.3466 !boost output to real asymmetric p/O beam frame (p: 6800 GeV, O: 3400 GeV) |
| set centrality 0 !0=min bias | ||
| set ihepmc 2 !HepMC output enabled on stdout | ||
| fillTree4(C1) !C1 sets impact parameter as centrality variable | ||
| hepmc_rapcms 0.346 !boost output to real asymmetric p/O beam frame (p: 6800 GeV) |
There was a problem hiding this comment.
| hepmc_rapcms 0.346 !boost output to real asymmetric p/O beam frame (p: 6800 GeV) | |
| hepmc_rapcms 0.3466 !boost output to real asymmetric p/O beam frame (p: 6800 GeV, O: 3400 GeV) |
victor-gonzalez
left a comment
There was a problem hiding this comment.
@jackal1-66, thank you!!
I left a few suggestions in case you want to consider them
|
I would suggest to either rename the |
EPOS4 physics generation always happens internally in the symmetric nucleon-nucleon CM frame. hepmc_rapcms does not change that internal physics, but it applies a rigid rapidity boost (dy = -hepmc_rapcms, applied in src/KW/out.f → fillhepmc) to every particle written to output, which means re-expressing the same collision in the lab frame. This is here used for pO and should be used for p-Pb as well (the shift there is 0.465, from the same
Δy = 0.5·ln(E_p/E_target-per-nucleonformula).