Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas-physics
pmg
infrastructure
MC15JobOptions
Commits
e34cd2ef
Commit
e34cd2ef
authored
Dec 05, 2019
by
Joany Manjarres
Browse files
see ChangeLog
parent
f868159b
Changes
11
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e34cd2ef
2019-12-05 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-02-13
* add JO 346878-346882 346883
* update JO 451340
* update cotrol file MadGraphControl_tWH_CP_NLO.py
* update cvs 346878-346882
2019-12-04 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-02-12
* rm JO 411288-89
...
...
common/MadGraph/MadGraphControl_tWH_CP_NLO.py
View file @
e34cd2ef
...
...
@@ -16,10 +16,10 @@ cluster_queue='8nh'
## map DSID to process settings
# select diagram removal scheme: DR1 or DR2?
tWH_DR1
=
[]
tWH_DR2
=
[
346486
,
346511
,
346545
,
346546
,
346547
,
346548
,
346549
,
346550
,
346589
,
346590
,
346591
,
346592
,
346593
,
346594
,
346678
,
346759
,
346760
,
346761
,
346762
,
346763
]
tWH_DR2
=
[
346486
,
346511
,
346545
,
346546
,
346547
,
346548
,
346549
,
346550
,
346589
,
346590
,
346591
,
346592
,
346593
,
346594
,
346678
,
346759
,
346760
,
346761
,
346762
,
346763
,
346883
]
# select any BSM top Yukawa couplings (default: SM):
tWH_CPalpha_0
=
[
346678
,
346759
]
tWH_CPalpha_0
=
[
346678
,
346759
,
346883
]
tWH_CPalpha_15
=
[
346545
,
346589
]
tWH_CPalpha_30
=
[
346546
,
346590
]
tWH_CPalpha_45
=
[
346547
,
346591
]
...
...
@@ -35,6 +35,16 @@ tWH_yt_plus0p5_CPalpha_0 = [346761]
tWH_yt_plus2_CPalpha_0
=
[
346762
]
tWH_yt_plus2_CPalpha_45
=
[
346763
]
# set shower subtraction terms: defaul: Pythia8, this array H7
tWH_H7
=
[
346883
]
# in case of H7, we also set the Higgs decay channel to H7...
# diphotons:
tWH_H7_yy
=
[
346883
]
parton_shower
=
'PYTHIA8'
if
runArgs
.
runNumber
in
tWH_H7
:
parton_shower
=
'HERWIGPP'
tWH_BSM
=
tWH_yt_minus1
+
tWH_yt_plus2
+
tWH_CPalpha_0
+
tWH_CPalpha_15
+
tWH_CPalpha_30
+
tWH_CPalpha_45
+
tWH_CPalpha_60
+
tWH_CPalpha_75
+
tWH_CPalpha_90
+
tWH_yt_minus1_CPalpha_0
+
tWH_yt_plus0p5_CPalpha_0
+
tWH_yt_plus2_CPalpha_0
+
tWH_yt_plus2_CPalpha_45
DR_mode
=
''
...
...
@@ -71,7 +81,7 @@ fcard.close()
extras
=
{
'pdlabel'
:
"'lhapdf'"
,
'lhaid'
:
260000
,
'parton_shower'
:
'PYTHIA8'
,
'parton_shower'
:
parton_shower
,
'reweight_scale'
:
'True'
,
'reweight_PDF'
:
'True'
,
'PDF_set_min'
:
260001
,
...
...
@@ -241,17 +251,41 @@ outputDS=arrange_output(run_name=runName,proc_dir=process_dir,lhe_version=3,save
evgenConfig
.
description
=
'aMcAtNlo tHW'
evgenConfig
.
keywords
+=
[
'Higgs'
,
'tHiggs'
]
evgenConfig
.
contact
=
[
'maria.moreno.llacer@cern.ch'
]
evgenConfig
.
inputfilecheck
=
outputDS
# running on the fly, name depends on MGUtils, so no check for particular pattern here:
evgenConfig
.
inputfilecheck
=
''
runArgs
.
inputGeneratorFile
=
outputDS
######
## shower settings: if you change these to another shower eg Hw++,
## make sure you update subtraction term ('parton_shower' :'PYTHIA8')
include
(
"MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
include
(
"MC15JobOptions/Pythia8_aMcAtNlo.py"
)
include
(
"MC15JobOptions/Pythia8_SMHiggs125_inc.py"
)
## don't include shower weights, see ATLMCPROD-6135
#include("MC15JobOptions/Pythia8_ShowerWeights.py")
## shower settings:
## make sure the 'parton_shower' argument to MG is consistent with shower you use
if
not
runArgs
.
runNumber
in
tWH_H7
:
include
(
"MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
include
(
"MC15JobOptions/Pythia8_aMcAtNlo.py"
)
include
(
"MC15JobOptions/Pythia8_SMHiggs125_inc.py"
)
## don't include shower weights, see ATLMCPROD-6135
#include("MC15JobOptions/Pythia8_ShowerWeights.py")
elif
runArgs
.
runNumber
in
tWH_H7
:
evgenConfig
.
generators
+=
[
"aMcAtNlo"
,
"Herwig7"
]
evgenConfig
.
description
=
'MG5_aMC@NLO+Herwig7+EvtGen '
+
name
+
' OTF, H7p1 default tune, ME NNPDF 3.0 NLO'
evgenConfig
.
tune
=
"H7.1-Default"
evgenConfig
.
contact
+=
[
'liza.mijovic@cern.ch'
]
include
(
"MC15JobOptions/Herwig7_LHEF.py"
)
Herwig7Config
.
me_pdf_commands
(
order
=
"NLO"
,
name
=
"NNPDF30_nlo_as_0118"
)
Herwig7Config
.
tune_commands
()
Herwig7Config
.
lhef_mg5amc_commands
(
lhe_filename
=
runArgs
.
inputGeneratorFile
,
me_pdf_order
=
"NLO"
)
include
(
"MC15JobOptions/Herwig71_EvtGen.py"
)
if
runArgs
.
runNumber
in
tWH_H7_yy
:
# only consider H->gamgam decays
Herwig7Config
.
add_commands
(
"""
# force H->gamgam decays
do /Herwig/Particles/h0:SelectDecayModes h0->gamma,gamma;
# print out Higgs decays modes and branching ratios to log.generate
do /Herwig/Particles/h0:PrintDecayModes
"""
)
# common to all tWH_H7
Herwig7Config
.
run
()
else
:
theApp
.
finalize
()
theApp
.
exit
()
share/DSID346xxx/MC15.346878.PhH7EG_H7UE_NNPDF30_VBF125_gammagamma.py
0 → 100644
View file @
e34cd2ef
#--------------------------------------------------------------
# Herwig showering
#--------------------------------------------------------------
# initialize Herwig7 generator configuration for showering of LHE files
include
(
"MC15JobOptions/Herwig7_LHEF.py"
)
# configure Herwig7
Herwig7Config
.
me_pdf_commands
(
order
=
"NLO"
,
name
=
"NNPDF30_nlo_as_0118"
)
Herwig7Config
.
lhef_powhegbox_commands
(
lhe_filename
=
runArgs
.
inputGeneratorFile
,
me_pdf_order
=
"NLO"
)
# add EvtGen
include
(
"MC15JobOptions/Herwig7_EvtGen.py"
)
# only consider H->gammagamma decays
Herwig7Config
.
add_commands
(
"""
# force H->yy decays
do /Herwig/Particles/h0:SelectDecayModes h0->gamma,gamma;
# print out decays modes and branching ratios to the terminal/log.generate
do /Herwig/Particles/h0:PrintDecayModes
"""
)
# run Herwig7
Herwig7Config
.
run
()
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
description
=
'Powheg+Herwig7 VBF H->gammagamma mh=125 GeV CPS'
evgenConfig
.
keywords
=
[
"Higgs"
,
"SMHiggs"
,
"diphoton"
]
evgenConfig
.
contact
=
[
'ana.cueto@cern.ch'
]
evgenConfig
.
generators
+=
[
'Powheg'
,
'Herwig7'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
2
evgenConfig
.
tune
=
"H7UE"
share/DSID346xxx/MC15.346879.PhH7EG_H7UE_NNPDF30_ZH125J_Zincl_MINLO_gammagamma.py
0 → 100644
View file @
e34cd2ef
#--------------------------------------------------------------
# Herwig showering
#--------------------------------------------------------------
# initialize Herwig7 generator configuration for showering of LHE files
include
(
"MC15JobOptions/Herwig7_LHEF.py"
)
# configure Herwig7
Herwig7Config
.
me_pdf_commands
(
order
=
"NLO"
,
name
=
"NNPDF30_nlo_as_0118"
)
Herwig7Config
.
lhef_powhegbox_commands
(
lhe_filename
=
runArgs
.
inputGeneratorFile
,
me_pdf_order
=
"NLO"
)
# add EvtGen
include
(
"MC15JobOptions/Herwig7_EvtGen.py"
)
# only consider H->gammagamma decays
Herwig7Config
.
add_commands
(
"""
# force H->yy decays
do /Herwig/Particles/h0:SelectDecayModes h0->gamma,gamma;
# print out decays modes and branching ratios to the terminal/log.generate
do /Herwig/Particles/h0:PrintDecayModes
"""
)
# run Herwig7
Herwig7Config
.
run
()
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
description
=
'Powheg+Herwig7 ZH+jet Z->all H->gammagamma mh=125 GeV '
evgenConfig
.
keywords
=
[
"Higgs"
,
"SMHiggs"
,
"diphoton"
]
evgenConfig
.
contact
=
[
'ana.cueto@cern.ch'
]
evgenConfig
.
generators
+=
[
'Powheg'
,
'Herwig7'
]
evgenConfig
.
minevents
=
5000
evgenConfig
.
inputFilesPerJob
=
50
evgenConfig
.
tune
=
"H7UE"
share/DSID346xxx/MC15.346880.PhH7EG_H7UE_NNPDF30_WmH125J_Wincl_MINLO_gammagamma.py
0 → 100644
View file @
e34cd2ef
#--------------------------------------------------------------
# Herwig showering
#--------------------------------------------------------------
# initialize Herwig7 generator configuration for showering of LHE files
include
(
"MC15JobOptions/Herwig7_LHEF.py"
)
# configure Herwig7
Herwig7Config
.
me_pdf_commands
(
order
=
"NLO"
,
name
=
"NNPDF30_nlo_as_0118"
)
Herwig7Config
.
lhef_powhegbox_commands
(
lhe_filename
=
runArgs
.
inputGeneratorFile
,
me_pdf_order
=
"NLO"
)
# add EvtGen
include
(
"MC15JobOptions/Herwig7_EvtGen.py"
)
# only consider H->gammagamma decays
Herwig7Config
.
add_commands
(
"""
# force H->yy decays
do /Herwig/Particles/h0:SelectDecayModes h0->gamma,gamma;
# print out decays modes and branching ratios to the terminal/log.generate
do /Herwig/Particles/h0:PrintDecayModes
"""
)
# run Herwig7
Herwig7Config
.
run
()
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
description
=
'Powheg+Herwig7 H+Wm+jet W->all H->gammagamma mh=125 GeV'
evgenConfig
.
keywords
=
[
"Higgs"
,
"SMHiggs"
,
"diphoton"
]
evgenConfig
.
contact
=
[
'ana.cueto@cern.ch'
]
evgenConfig
.
generators
+=
[
'Powheg'
,
'Herwig7'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
20
evgenConfig
.
tune
=
"H7UE"
share/DSID346xxx/MC15.346881.PhH7EG_H7UE_NNPDF30_WpH125J_Wincl_MINLO_gammagamma.py
0 → 100644
View file @
e34cd2ef
#--------------------------------------------------------------
# Herwig showering
#--------------------------------------------------------------
# initialize Herwig7 generator configuration for showering of LHE files
include
(
"MC15JobOptions/Herwig7_LHEF.py"
)
# configure Herwig7
Herwig7Config
.
me_pdf_commands
(
order
=
"NLO"
,
name
=
"NNPDF30_nlo_as_0118"
)
Herwig7Config
.
lhef_powhegbox_commands
(
lhe_filename
=
runArgs
.
inputGeneratorFile
,
me_pdf_order
=
"NLO"
)
# add EvtGen
include
(
"MC15JobOptions/Herwig7_EvtGen.py"
)
# only consider H->gammagamma decays
Herwig7Config
.
add_commands
(
"""
# force H->yy decays
do /Herwig/Particles/h0:SelectDecayModes h0->gamma,gamma;
# print out decays modes and branching ratios to the terminal/log.generate
do /Herwig/Particles/h0:PrintDecayModes
"""
)
# run Herwig7
Herwig7Config
.
run
()
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
description
=
'Powheg+Herwig7 H+Wp+jet W->all H->gammagamma mh=125 GeV'
evgenConfig
.
keywords
=
[
"Higgs"
,
"SMHiggs"
,
"diphoton"
]
evgenConfig
.
contact
=
[
'ana.cueto@cern.ch'
]
evgenConfig
.
generators
+=
[
'Powheg'
,
'Herwig7'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
20
evgenConfig
.
tune
=
"H7UE"
share/DSID346xxx/MC15.346882.PhH7EG_H7UE_NNPDF30_ggZH125_gammagamma.py
0 → 100644
View file @
e34cd2ef
#--------------------------------------------------------------
# Herwig showering
#--------------------------------------------------------------
# initialize Herwig7 generator configuration for showering of LHE files
include
(
"MC15JobOptions/Herwig7_LHEF.py"
)
# configure Herwig7
Herwig7Config
.
me_pdf_commands
(
order
=
"NLO"
,
name
=
"NNPDF30_nlo_as_0118"
)
Herwig7Config
.
lhef_powhegbox_commands
(
lhe_filename
=
runArgs
.
inputGeneratorFile
,
me_pdf_order
=
"NLO"
)
# add EvtGen
include
(
"MC15JobOptions/Herwig7_EvtGen.py"
)
# only consider H->gammagamma decays
Herwig7Config
.
add_commands
(
"""
# force H->yy decays
do /Herwig/Particles/h0:SelectDecayModes h0->gamma,gamma;
# print out decays modes and branching ratios to the terminal/log.generate
do /Herwig/Particles/h0:PrintDecayModes
"""
)
# run Herwig7
Herwig7Config
.
run
()
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
description
=
'Powheg+Herwig7 gg->H+Z Z->all H->gammagamma mh=125 GeV'
evgenConfig
.
keywords
=
[
"Higgs"
,
"SMHiggs"
,
"diphoton"
]
evgenConfig
.
contact
=
[
'ana.cueto@cern.ch'
]
evgenConfig
.
generators
+=
[
'Powheg'
,
'Herwig7'
]
evgenConfig
.
minevents
=
10000
evgenConfig
.
inputFilesPerJob
=
5
evgenConfig
.
tune
=
"H7UE"
share/DSID346xxx/MC15.346883.aMcAtNloHerwig7EvtGen_MEN30NLO_tWH125_CPalpha_0_gamgam.py
0 → 100644
View file @
e34cd2ef
include
(
'MC15JobOptions/MadGraphControl_tWH_CP_NLO.py'
)
share/DSID451xxx/MC15.451340.MadGraphPythia8EvtGen_A14NNPDF23LO_HAHMggfZdZd4l_40_15.py
View file @
e34cd2ef
#Author: diallo boye <diallo.boye@cern.ch>
#Author: diallo boye <diallo.boye@cern.ch>
#This is a template joboption for generating events with the HAHM madgraph model
#To use it, copy the template and rename it by replacing the XXXXXX and YYYYYYYYY in the filename with:
...
...
share/evgeninputfiles.csv
View file @
e34cd2ef
Dsid,energy,inputeventfile,(inputconffile)
346878, 13000, mc15_13TeV.345916.Powheg_NNPDF30_VBFH125_LHE.evgen.TXT.e6901
346879, 13000, mc15_13TeV.345038.PowhegPythia8EvtGen_NNPDF30_AZNLO_ZH125J_Zincl_MINLO.evgen.TXT.e5590
346880, 13000, mc15_13TeV.345040.PowhegPythia8EvtGen_NNPDF30_AZNLO_WmH125J_Wincl_MINLO.evgen.TXT.e5590
346881, 13000, mc15_13TeV.345039.PowhegPythia8EvtGen_NNPDF30_AZNLO_WpH125J_Wincl_MINLO.evgen.TXT.e5590
346882, 13000, mc15_13TeV.345061.PowhegPythia8EvtGen_NNPDF3_AZNLO_ggZH125_HgamgamZinc.evgen.TXT.e576234687Dsid,energy,inputeventfile,(inputconffile)
300051, 13000, group.phys-gener.madgraph.300051.13TeV_ggsvv_X18p5_Upsilon1Smumu_4mu.TXT.mc15_v1
300052, 13000, group.phys-gener.madgraph.300052.13TeV_ggpvv_X18p5_Upsilon1Smumu_4mu.TXT.mc15_v1
300600, 13000, group.phys-gener.BCVEGPY.300600.BcPlus_im0_Bc11S0_Pt0_13TeV.TXT.mc15_v1
...
...
@@ -3030,6 +3034,11 @@ Dsid,energy,inputeventfile,(inputconffile)
346800, 13000, mc15_13TeV.345053.PowhegPythia8EvtGen_NNPDF3_AZNLO_WmH125J_MINLO_lvbb_VpT.evgen.TXT.e5706
346801, 13000, mc15_13TeV.345054.PowhegPythia8EvtGen_NNPDF3_AZNLO_WpH125J_MINLO_lvbb_VpT.evgen.TXT.e5706
346802, 13000, mc15_13TeV.343981.PowhegPythia8EvtGen_NNLOPS_nnlo_30_ggH125_gamgam.evgen.TXT.e5607
346878, 13000, mc15_13TeV.345916.Powheg_NNPDF30_VBFH125_LHE.evgen.TXT.e6901
346879, 13000, mc15_13TeV.345038.PowhegPythia8EvtGen_NNPDF30_AZNLO_ZH125J_Zincl_MINLO.evgen.TXT.e5590
346880, 13000, mc15_13TeV.345040.PowhegPythia8EvtGen_NNPDF30_AZNLO_WmH125J_Wincl_MINLO.evgen.TXT.e5590
346881, 13000, mc15_13TeV.345039.PowhegPythia8EvtGen_NNPDF30_AZNLO_WpH125J_Wincl_MINLO.evgen.TXT.e5590
346882, 13000, mc15_13TeV.345061.PowhegPythia8EvtGen_NNPDF3_AZNLO_ggZH125_HgamgamZinc.evgen.TXT.e5762
361039, 13000,, group.phys-gener.sherpa020100.361039.Sherpa_CT10_SinglePhotonPt35_70_CVetoBVeto_13TeV.TXT.mc15_v1
361040, 13000,, group.phys-gener.sherpa020100.361039.Sherpa_CT10_SinglePhotonPt35_70_CVetoBVeto_13TeV.TXT.mc15_v1
361041, 13000,, group.phys-gener.sherpa020100.361039.Sherpa_CT10_SinglePhotonPt35_70_CVetoBVeto_13TeV.TXT.mc15_v1
...
...
tag
View file @
e34cd2ef
MC15JobOptions-01-02-12/
\ No newline at end of file
MC15JobOptions-01-02-13/
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment