Skip to content
Snippets Groups Projects
Commit 4d6ad6f3 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (PowhegControl-00-02-16)

2015-10-20 James Robinson <james.robinson@cern.ch>
	* Added more detailed comparison of parameter defaults
	* Tagged 00-02-16

2015-10-08 James Robinson <james.robinson@cern.ch>
	* Improved management of Powheg output stream handlers to prevent large thread counts

2015-09-24 James Robinson <james.robinson@cern.ch>
	* Restored deprecated generateRunCard() and generateEvents() for backwards compatibility
	* Increased number of user-configurable parameters
	* Tagged 00-02-15

2015-09-14 James Robinson <james.robinson@cern.ch>
	* LHEv3 converter now writes out nominal weight

2015-09-10 James Robinson <james.robinson@cern.ch>
	* Added DYNNLO support - manually forces output into LHEv3 format
	* Fixed random number bug caused by the fact that iseed supercedes pwgseeds.dat
	* Tagged 00-02-14

...
(Long ChangeLog diff - truncated)
parent 878ea838
No related branches found
No related tags found
No related merge requests found
Showing
with 62 additions and 0 deletions
################################################################################
# Package: PowhegControl
################################################################################
# Declare the package name:
atlas_subdir( PowhegControl )
# Install files from the package:
atlas_install_python_modules( python/*.py python/decorators python/processes python/strategies python/utility )
atlas_install_joboptions( share/*.py )
# 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')
# # To construct three additional event weights with user-defined names
# PowhegConfig.bmass_in_minlo = [ 0, 0, 1 ]
# PowhegConfig.quarkmasseffects = [ 1, 0, 1 ]
# PowhegConfig.define_weight_group( group_name='quark_mass_variation', weight_names=['mtmb','mtinf','mtmb-bminlo'] )
# # To combine the user-defined weights with NNLOPS
# PowhegConfig.NNLO_reweighting_inputs = { 'nn-mtinf':'H1250_CM13_CT10_APX0_11.top', 'nn-mtmb':'H1250_CM13_CT10_APX2_22.top' }
# PowhegConfig.NNLO_output_weights = { 'nnlops-mtmb':"combine 'nn-mtmb' and 'mtmb'",\
# 'nnlops-mtinf':"combine 'nn-mtinf' and 'mtinf'",\
# 'nnlops-mtmb-bminlo':"combines 'nn-mtmb' and 'mtmb-bminlo'"
# }
PowhegConfig.generate()
#--------------------------------------------------------------
# Pythia8 showering with the A14 tune and NNPDF 2.3
#--------------------------------------------------------------
include('MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py')
include('MC15JobOptions/Pythia8_Powheg.py')
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 H+jet production with A14 NNPDF2.3 tune'
evgenConfig.keywords = [ 'Higgs', 'jets' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
#--------------------------------------------------------------
# Powheg VBF_ssWW setup starting from ATLAS defaults
#--------------------------------------------------------------
include('PowhegControl/PowhegControl_VBF_ssWW_Common.py')
PowhegConfig.generate()
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF2.3 tune
#--------------------------------------------------------------
include('MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py')
include('MC15JobOptions/Pythia8_Powheg.py')
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig.description = 'POWHEG+Pythia8 VBF same-sign WW production with A14 NNPDF2.3 tune'
evgenConfig.keywords = [ 'SM', 'diboson', 'WW', 'VBF' ]
evgenConfig.contact = [ 'james.robinson@cern.ch' ]
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# Powheg Wj setup starting from ATLAS defaults # Powheg Wj setup starting from ATLAS defaults
#-------------------------------------------------------------- #--------------------------------------------------------------
include('PowhegControl/PowhegControl_Wj_Common.py') include('PowhegControl/PowhegControl_Wj_Common.py')
# PowhegConfig.NNLO_reweighting_inputs = { 'DYNNLO':'Wp_CM8_MMHT14NNLO_11.top' }
PowhegConfig.generate() PowhegConfig.generate()
#-------------------------------------------------------------- #--------------------------------------------------------------
......
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