ATLAS Offline Software
Loading...
Searching...
No Matches
mc.Ep4_simple_PbPb.py
Go to the documentation of this file.
1evgenConfig.description = "Simple EPOS4 production of Pb+Pb collisions, w/o hydrodynamic evolution, with 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"]
6
7include("Epos4_i/Epos4_Base_Fragment_PbPb.py")
8
9#To be fixed (TestHepMC is currently not working)
10if hasattr(fixSeq, "FixHepMC"):
11 fixSeq.remove(FixHepMC())
12
13if hasattr(testSeq, "TestHepMC"):
14 testSeq.remove(TestHepMC())
15
A "fix-up" algorithm to correct weird event records.
Definition FixHepMC.h:31
Filtering algorithm to sanity check HepMC event features.
Definition TestHepMC.h:33