ATLAS Offline Software
Loading...
Searching...
No Matches
mc.Ep4_simple_pp.py
Go to the documentation of this file.
1
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"]
7
8theApp.EvtMax = 100
9
10
11include("Epos4_i/Epos4_Base_Fragment_pp.py")
12
13# ----------------------------------------------------------------------
14# Drop checks
15# ----------------------------------------------------------------------
16
17# Currently dropped. To be changed in subsequent iterations!!
18if hasattr(fixSeq, "FixHepMC"):
19 fixSeq.remove(FixHepMC())
20
21if hasattr(testSeq, "TestHepMC"):
22 testSeq.remove(TestHepMC())
23
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