Skip to content
Snippets Groups Projects
Commit 6b795c72 authored by James Robinson's avatar James Robinson
Browse files

Added HJ and HJJ processes. 2015-03-05 22:02:04. (PowhegControl-00-02-05)

Former-commit-id: b910e24998c2879df08d1e4550e1d849a2144661
parent 00c450df
No related branches found
No related tags found
No related merge requests found
Showing
with 87 additions and 19 deletions
......@@ -6,9 +6,9 @@ branches share python
private
use AtlasPolicy AtlasPolicy-*
use Powheg Powheg-* External
use Powheg Powheg-* External
apply_pattern declare_python_modules files="*.py"
apply_pattern declare_python_modules files="*.py decorators processes strategies utility"
apply_pattern generic_declare_for_link kind=share files='-s=../share *.input' prefix=share name=<name>
apply_pattern declare_joboptions files="-s=../share *.py"
end_private
\ No newline at end of file
end_private
......@@ -18,7 +18,7 @@ include("MC12JobOptions/Jimmy_Photos.py")
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Herwig ZZ production with AU2 CT10 tune'
evgenConfig.keywords = [ 'SM', 'zz' ]
evgenConfig.keywords = [ 'SM', 'diboson', 'ZZ' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Herwig', 'Jimmy' ]
......@@ -17,6 +17,6 @@ include('MC12JobOptions/Pythia8_Powheg_Main31.py')
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 dijet production with AU2 CT10 tune'
evgenConfig.keywords = [ 'QCD', 'dijet', 'jets' ]
evgenConfig.keywords = [ 'SM', 'QCD', 'dijet', 'jets' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
#--------------------------------------------------------------
# Powheg HJJ setup starting from ATLAS defaults
#--------------------------------------------------------------
include('PowhegControl/PowhegControl_HJJ_Common.py')
PowhegConfig.generateRunCard()
PowhegConfig.generateEvents()
#--------------------------------------------------------------
# Pythia8 showering with main31 and CTEQ6L1
#--------------------------------------------------------------
include('MC12JobOptions/Pythia8_AU2_CTEQ6L1_Common.py')
include('MC12JobOptions/Pythia8_Powheg_Main31.py')
topAlg.Pythia8.UserModes += [ 'Main31:NFinal = 3' ]
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 H+dijet production with AU2 CT10 tune'
evgenConfig.keywords = [ 'Higgs', 'dijet' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
#--------------------------------------------------------------
# Powheg HJ setup starting from ATLAS defaults
#--------------------------------------------------------------
include('PowhegControl/PowhegControl_HJ_Common.py')
PowhegConfig.generateRunCard()
PowhegConfig.generateEvents()
#--------------------------------------------------------------
# Pythia8 showering with main31 and CTEQ6L1
#--------------------------------------------------------------
include('MC12JobOptions/Pythia8_AU2_CTEQ6L1_Common.py')
include('MC12JobOptions/Pythia8_Powheg_Main31.py')
topAlg.Pythia8.UserModes += [ 'Main31:NFinal = 2' ]
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 H+jet production with AU2 CT10 tune'
evgenConfig.keywords = [ 'Higgs', 'jet' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -18,6 +18,6 @@ topAlg.Pythia8.UserModes += [ 'Main31:NFinal = 3' ]
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 H+W+jet production with AU2 CT10 tune'
evgenConfig.keywords = [ 'Higgs' ]
evgenConfig.keywords = [ 'Higgs', 'W', 'jet' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -18,6 +18,6 @@ topAlg.Pythia8.UserModes += [ 'Main31:NFinal = 3' ]
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 H+Z+jet production with AU2 CT10 tune'
evgenConfig.keywords = [ 'Higgs' ]
evgenConfig.keywords = [ 'Higgs', 'Z', 'jet' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -18,6 +18,6 @@ topAlg.Pythia8.UserModes += [ 'Main31:NFinal = 3' ]
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 VBF_H production with AU2 CT10 tune'
evgenConfig.keywords = [ 'Higgs' ]
evgenConfig.keywords = [ 'Higgs', 'VBF' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -17,6 +17,6 @@ include('MC12JobOptions/Pythia8_Powheg_Main31.py')
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 WW production with AU2 CT10 tune'
evgenConfig.keywords = [ 'SM', 'ww' ]
evgenConfig.keywords = [ 'SM', 'diboson', 'WW' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -17,6 +17,6 @@ include('MC12JobOptions/Pythia8_Powheg_Main31.py')
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 WZ production with AU2 CT10 tune'
evgenConfig.keywords = [ 'SM', 'wz' ]
evgenConfig.keywords = [ 'SM', 'diboson', 'WZ' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -18,6 +18,6 @@ topAlg.Pythia8.UserModes += [ 'Main31:NFinal = 1' ]
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 W^{+} production with AU2 CT10 tune'
evgenConfig.keywords = [ 'SM', 'Wp' ]
evgenConfig.keywords = [ 'SM', 'W' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -17,6 +17,6 @@ include('MC12JobOptions/Pythia8_Powheg_Main31.py')
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 W+j production with AU2 CT10 tune'
evgenConfig.keywords = [ 'SM', 'Wplusj' ]
evgenConfig.keywords = [ 'SM', 'W', 'jet' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -18,6 +18,6 @@ topAlg.Pythia8.UserModes += [ 'Main31:NFinal = 2' ]
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 W+t production with AU2 CT10 tune'
evgenConfig.keywords = [ 'W', 'top' ]
evgenConfig.keywords = [ 'W', 'top', 'Wt' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -17,6 +17,6 @@ include('MC12JobOptions/Pythia8_Powheg_Main31.py')
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 ZZ production with AU2 CT10 tune'
evgenConfig.keywords = [ 'SM', 'zz' ]
evgenConfig.keywords = [ 'SM', 'diboson', 'ZZ' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -17,6 +17,6 @@ include('MC12JobOptions/Pythia8_Powheg_Main31.py')
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 Zj production with AU2 CT10 tune'
evgenConfig.keywords = [ 'SM', 'zj' ]
evgenConfig.keywords = [ 'SM', 'Z', 'jet' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -17,6 +17,6 @@ include('MC12JobOptions/Pythia8_Powheg_Main31.py')
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 bb production with AU2 CT10 tune'
evgenConfig.keywords = [ 'SM', 'bb' ]
evgenConfig.keywords = [ 'SM', 'QCD', '2jet' ] #'bbbar'
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -17,6 +17,6 @@ include('MC12JobOptions/Pythia8_Powheg_Main31.py')
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 ggHZ production with AU2 CT10 tune'
evgenConfig.keywords = [ 'Higgs' ]
evgenConfig.keywords = [ 'Higgs', 'Z', 'ZHiggs' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -18,6 +18,6 @@ topAlg.Pythia8.UserModes += [ 'Main31:NFinal = 3' ]
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 trijet production with AU2 CT10 tune'
evgenConfig.keywords = [ 'QCD', 'trijet', 'jets' ]
evgenConfig.keywords = [ 'SM', 'QCD', '3jet', 'jets' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
......@@ -23,6 +23,6 @@ include('MC12JobOptions/TTbarWToLeptonFilter.py')
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia6 ttbar production with Perugia 2011c tune'
evgenConfig.keywords = [ 'top', 'ttbar', 'leptonic' ]
evgenConfig.keywords = [ 'top', 'ttbar' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia' ]
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
#--------------------------------------------------------------
# Powheg WW setup starting from ATLAS defaults
#--------------------------------------------------------------
include('PowhegControl/PowhegControl_WW_Common.py')
PowhegConfig.generateRunCard()
PowhegConfig.generateEvents()
#--------------------------------------------------------------
# Pythia8 showering with main31 and CTEQ6L1
#--------------------------------------------------------------
include('MC15JobOptions/Pythia8_AU2_CTEQ6L1_Common.py')
include('MC15JobOptions/Pythia8_Powheg_Main31.py')
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 WW production with AU2 CT10 tune'
evgenConfig.keywords = [ 'SM', 'diboson', 'WW' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
evgenConfig.generators += [ 'Powheg', 'Pythia8' ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment