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