1evgenConfig.description =
"Simple EPOS4 production of O+O collisions, with hydrodynamic evolution, and impact parameter b=0."
2evgenConfig.keywords = [
"minbias" ]
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(getattr(runArgs,
"maxEvents", evgenConfig.nEventsPerJob))
10list_noDecayParticles =
"20 2130 -2130 1330 -1330 2330 -2330 3331 -3331 2230 -2230 1130 -1130"
17content = build_config_content(energy, number_of_events, laproj, maproj, latarg, matarg, hydro=
True)
18with open(
"Epos4.optns",
"w")
as f:
22include(
"Epos4_i/Epos4_Base_Fragment.py")
25TestHepMC.EnergyImbalanceTest =
False
26TestHepMC.MomImbalanceTest =
False