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
eb3d1373
Commit
eb3d1373
authored
Nov 27, 2019
by
Joany Manjarres
Browse files
see Changelog
parent
20a1e916
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
eb3d1373
2019-11-26 Cyril Becot <cyril.becot@cern.ch>
2019-11-26 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-02-04
* add 346800-01
* update cvs lines 346800-01
2019-11-26 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-02-03
* update 412148-174 312866-874 398646-398663
...
...
share/DSID346xxx/MC15.346800.PowhegHerwig7EvtGen_NNPDF3_AZNLO_WmH125J_MINLO_lvWWlvqq_ss.py
0 → 100644
View file @
eb3d1373
#--------------------------------------------------------------
# POWHEG+MINLO+Herwig7 W- +H+jet->W-W-W+ -> lvlvqq production
#--------------------------------------------------------------
# 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"
)
Herwig7Config
.
tune_commands
()
# add EvtGen
include
(
"MC15JobOptions/Herwig71_EvtGen.py"
)
# W-H, with W- -> lv
# H->WW, with W- ->lv, W+ ->qq
# The two leptons from the two W- have the same sign
Herwig7Config
.
add_commands
(
"""
# force H->WW decays
do /Herwig/Particles/h0:SelectDecayModes h0->W+,W-;
# print out decays modes and branching ratios
do /Herwig/Particles/h0:PrintDecayModes
set /Herwig/Particles/W-:Synchronized Not_synchronized
do /Herwig/Particles/W-:SelectDecayModes W-->nu_ebar,e-; W-->nu_mubar,mu-; W-->nu_taubar,tau-;
do /Herwig/Particles/W-:PrintDecayModes
set /Herwig/Particles/W+:Synchronized Not_synchronized
do /Herwig/Particles/W+:SelectDecayModes W+->u,dbar; W+->sbar,u; W+->c,dbar; W+->c,sbar; W+->bbar,c;
do /Herwig/Particles/W+:PrintDecayModes
"""
)
# run Herwig7
Herwig7Config
.
run
()
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
description
=
"POWHEG+MiNLO+Herwig7 H+W+jet-> W-W-W+ ->lvlvqq + jet production"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"mH125"
,
"WHiggs"
]
evgenConfig
.
contact
=
[
'ada.farilla@cern.ch'
]
evgenConfig
.
generators
+=
[
'Powheg'
,
'Herwig7'
]
evgenConfig
.
tune
=
"H7-MMHT2014LO"
evgenConfig
.
minevents
=
2000
evgenConfig
.
inputFilesPerJob
=
40
evgenConfig
.
process
=
"W-H, W- ->lv, H->W-W+, W- ->lv, W+ ->qq"
share/DSID346xxx/MC15.346801.PowhegHerwig7EvtGen_NNPDF3_AZNLO_WpH125J_MINLO_lvWWlvqq_ss.py
0 → 100644
View file @
eb3d1373
#--------------------------------------------------------------
# POWHEG+MINLO+Herwig7 W+ +H+jet->W+W-W+ -> lvqqlv production
#--------------------------------------------------------------
# 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"
)
Herwig7Config
.
tune_commands
()
# add EvtGen
include
(
"MC15JobOptions/Herwig71_EvtGen.py"
)
# W+H, with W+ -> lv
# H->WW, with W+ ->lv, W- ->qq
# The two leptons from the two W+ have the same sign
Herwig7Config
.
add_commands
(
"""
# force H->WW decays
do /Herwig/Particles/h0:SelectDecayModes h0->W+,W-;
# print out decays modes and branching ratios
do /Herwig/Particles/h0:PrintDecayModes
set /Herwig/Particles/W+:Synchronized Not_synchronized
do /Herwig/Particles/W+:SelectDecayModes W+->nu_e,e+; W+->nu_mu,mu+; W+->nu_tau,tau+;
do /Herwig/Particles/W+:PrintDecayModes
set /Herwig/Particles/W-:Synchronized Not_synchronized
do /Herwig/Particles/W-:SelectDecayModes W-->ubar,d; W-->s,ubar; W-->cbar,d; W-->cbar,s; W-->b,cbar;
do /Herwig/Particles/W-:PrintDecayModes
"""
)
# run Herwig7
Herwig7Config
.
run
()
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
description
=
"POWHEG+MiNLO+Herwig7 H+W+jet-> W+W-W+ ->lvqqlv + jet production"
evgenConfig
.
keywords
=
[
"SM"
,
"Higgs"
,
"SMHiggs"
,
"mH125"
,
"WHiggs"
]
evgenConfig
.
contact
=
[
'ada.farilla@cern.ch'
]
evgenConfig
.
generators
+=
[
'Powheg'
,
'Herwig7'
]
evgenConfig
.
tune
=
"H7-MMHT2014LO"
evgenConfig
.
minevents
=
2000
evgenConfig
.
inputFilesPerJob
=
40
evgenConfig
.
process
=
"W+H, W+ ->lv, H->W-W+, W+ ->lv, W- ->qq"
tag
View file @
eb3d1373
MC15JobOptions-01-02-03/
\ No newline at end of file
MC15JobOptions-01-02-04/
\ 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