ATLAS Offline Software
Loading...
Searching...
No Matches
Epos4_Base_Fragment.py
Go to the documentation of this file.
1include("EvgenProdTools/StdEvgenSetup.py")
2include("Epos4_i/configFile.py")
3
4theApp.EvtMax = 10000
5
6from Epos4_i.Epos4_iConf import Epos4
7Ep4 = Epos4()
8Ep4.ArgsRandomSeed = runArgs.randomSeed
9Ep4.InputCard = "Epos4.optns"
10genSeq += Ep4
11
This code is used to get an Epos4 Monte Carlo event.
Definition Epos4.h:19