2evgenConfig.description =
"Simple EPOS4 production."
3evgenConfig.keywords = [
"minbias" ]
4evgenConfig.contact = [
"andrii.verbytskyi@mpp.mpg.de",
"paulina.majchrzak@cern.ch" ]
5evgenConfig.nEventsPerJob = 10000
6evgenConfig.generators += [
"Epos4"]
8include(
"Epos4_i/configFile.py")
9energy = float(runArgs.ecmEnergy)
10number_of_events = int(runArgs.maxEvents)
11list_noDecayParticles =
"110"
13content = build_config_content(energy, number_of_events, hydro=
True, centralityClass=0, list_of_particle_ids=list_noDecayParticles)
14with open(
"Epos4.optns",
"w")
as f:
18include(
"Epos4_i/Epos4_Base_Fragment.py")
21if hasattr(fixSeq,
"FixHepMC"):
24if hasattr(testSeq,
"TestHepMC"):
A "fix-up" algorithm to correct weird event records.
Filtering algorithm to sanity check HepMC event features.