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
c50c75ea
Commit
c50c75ea
authored
Nov 12, 2019
by
Cyril Becot
Browse files
ATLMCPROD-8053
parent
4fde3673
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/MadGraph/MadGraphControl_ttH_gamgam_CP_NLO.py
View file @
c50c75ea
...
...
@@ -28,9 +28,10 @@ cluster_queue='8nh'
## map DSID to process settings
### DSID lists (extensions can include systematics samples)
ttH_CP
=
[
346303
,
346304
,
346595
,
346596
,
346597
,
346598
]
ttH_CP
=
[
346303
,
346304
,
346595
,
346596
,
346597
,
346598
,
346798
]
# select any BSM top Yukawa couplings (default: SM):
ttH_CPalpha_0
=
[
346798
]
ttH_CPalpha_15
=
[
346595
]
ttH_CPalpha_30
=
[
346596
]
ttH_CPalpha_45
=
[
346304
]
...
...
@@ -141,7 +142,9 @@ else:
# BSM case: run with modified param card
mod_paramcard_name
=
''
if
runArgs
.
runNumber
in
ttH_CPalpha_15
:
if
runArgs
.
runNumber
in
ttH_CPalpha_0
:
mod_paramcard_name
=
'param_card_CPalpha_0.dat'
elif
runArgs
.
runNumber
in
ttH_CPalpha_15
:
mod_paramcard_name
=
'param_card_CPalpha_15.dat'
elif
runArgs
.
runNumber
in
ttH_CPalpha_30
:
mod_paramcard_name
=
'param_card_CPalpha_30.dat'
...
...
share/DSID346xxx/MC15.346798.aMcAtNloPythia8EvtGen_ttH125_CPalpha_0_gamgam.py
0 → 100644
View file @
c50c75ea
include
(
'MC15JobOptions/MadGraphControl_ttH_gamgam_CP_NLO.py'
)
genSeq
.
Pythia8
.
Commands
+=
[
'25:onMode = off'
,
# switch OFF all Higgs decay channels
'25:onIfMatch = 22 22'
# H -> gamma gamma
]
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