1evgenConfig.description =
"Simple EPOS4 production of Pb+Pb collisions, with hydrodynamic evolution, and impact parameter b=0."
2evgenConfig.keywords = [
"Pb+Pb collisions" ]
3evgenConfig.contact = [
"andrii.verbytskyi@mpp.mpg.de",
"paulina.majchrzak@cern.ch" ]
4evgenConfig.nEventsPerJob = 10000
5evgenConfig.generators += [
"Epos4"]
7include(
"Epos4_i/configFile.py")
8energy = float(runArgs.ecmEnergy)
9number_of_events = int(runArgs.maxEvents)
15content = build_config_content(energy, number_of_events, laproj, maproj, latarg, matarg, hydro=
True)
16with open(
"Epos4.optns",
"w")
as f:
20include(
"Epos4_i/Epos4_Base_Fragment.py")
22if hasattr(fixSeq,
"FixHepMC"):
25if hasattr(testSeq,
"TestHepMC"):
A "fix-up" algorithm to correct weird event records.
Filtering algorithm to sanity check HepMC event features.