ATLAS Offline Software
Loading...
Searching...
No Matches
enhanceMPI_example.py
Go to the documentation of this file.
1# example JO for using the EnhanceMPI plugin
2# For testing only - not validated for production yet!!
3
4evgenConfig.description = "Example QCD jets with MPI enhanced with UserHook"
5evgenConfig.keywords = ["QCD", "MPI"]
6include("MC12JobOptions/Pythia8_AU2_CTEQ6L1_Common.py")
7
8topAlg.Pythia8.UserParams += ["EnhanceMPI:PTCut=20"]
9
10topAlg.Pythia8.Commands += ["HardQCD:all=on",
11 "PhaseSpace:pTHatMin=60"]
12topAlg.Pythia8.UserHook = "EnhanceMPI"
13
14