ATLAS Offline Software
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 
4 evgenConfig.description = "Example QCD jets with MPI enhanced with UserHook"
5 evgenConfig.keywords = ["QCD", "MPI"]
6 include("MC12JobOptions/Pythia8_AU2_CTEQ6L1_Common.py")
7 
8 topAlg.Pythia8.UserParams += ["EnhanceMPI:PTCut=20"]
9 
10 topAlg.Pythia8.Commands += ["HardQCD:all=on",
11  "PhaseSpace:pTHatMin=60"]
12 topAlg.Pythia8.UserHook = "EnhanceMPI"
13 
14 
python.Include.include
include
Definition: Include.py:319