Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas-physics
pmg
infrastructure
MC15JobOptions
Commits
0999c2db
Commit
0999c2db
authored
Oct 14, 2019
by
Joany Manjarres
Browse files
seeChangelog
parent
96ab4f82
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0999c2db
2019-10-14 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-01-68
* update MC15.412123.MGPy8EG_A14_NNPDF23LO_EWttWsm.py
2019-10-14 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-01-67
* add cvs line 346764-767
...
...
share/DSID412xxx/MC15.412123.MGPy8EG_A14_NNPDF23LO_EWttWsm.py
View file @
0999c2db
from
MadGraphControl.MadGraphUtils
import
*
import
math
import
os
#---------------------------------------------------------------------------------------------------
#General Settings
...
...
@@ -36,7 +36,7 @@ define ds~ = d~ s~
"""
mcprod
=
defs
+
"""
generate p p > t t~ w j QED=3 QCD=1
NP=1
generate p p > t t~ w j QED=3 QCD=1
"""
mcprod_maddec
=
defs
+
"""
...
...
@@ -58,7 +58,6 @@ fcard = open('proc_card_mg5.dat','w')
#---------------------------------------------------------------------------------------------------
fcard
.
write
(
"""
import model SMEFTsim_A_general_MwScheme_UFO_v2"""
+
modelExtension
+
"""
set gauge unitary
"""
+
mcprod
+
"""
output -f
...
...
@@ -138,7 +137,7 @@ build_run_card(run_card_old=get_default_runcard(proc_dir=process_dir),run_card_n
nevts
=
int
(
runArgs
.
maxEvents
*
safefactor
),
rand_seed
=
runArgs
.
randomSeed
,
beamEnergy
=
beamEnergy
,
extras
=
extras
)
print_cards
()
param_card_loc
=
'restrict_'
+
modelExtension
[
1
:]
+
'
.dat'
param_card_loc
=
param_card_loc
=
'aMcAtNlo_param_card_tqgamma_4FS
.dat'
paramcard
=
subprocess
.
Popen
([
'get_files'
,
'-data'
,
param_card_loc
])
paramcard
.
wait
()
if
not
os
.
access
(
param_card_loc
,
os
.
R_OK
):
...
...
@@ -171,14 +170,14 @@ arrange_output(run_name=runName,proc_dir=process_dir,outputDS=runName+'._00001.e
#---------------------------------------------------------------------------------------------------
#### Showering with Pythia 8
#---------------------------------------------------------------------------------------------------
evgenConfig
.
description
=
"ttW production
in the SMEFT model.
"
evgenConfig
.
description
=
"ttW
+j
production
with EW corrections, LO in QCD
"
evgenConfig
.
keywords
=
[
"ttW"
,
"SM"
,
"top"
]
evgenConfig
.
process
=
"generate p p > t t~ w j
NP=1
"
evgenConfig
.
process
=
"generate p p > t t~ w j"
evgenConfig
.
generators
=
[
'MadGraph'
,
'Pythia8'
,
'EvtGen'
]
evgenConfig
.
minevents
=
nevents
evgenConfig
.
inputfilecheck
=
runName
runArgs
.
inputGeneratorFile
=
runName
+
'._00001.events.tar.gz'
evgenConfig
.
contact
=
[
"Laura Barranco Navarro <lbarranc@cern.ch>"
]
evgenConfig
.
contact
=
[
"
Olga Bessidskaia Bylund <olga.bylund@cern.ch>,
Laura Barranco Navarro <lbarranc@cern.ch>"
]
include
(
"MC15JobOptions/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
include
(
"MC15JobOptions/Pythia8_MadGraph.py"
)
tag
View file @
0999c2db
MC15JobOptions-01-01-67/
\ No newline at end of file
MC15JobOptions-01-01-68/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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