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
c8da2957
Commit
c8da2957
authored
Dec 06, 2019
by
Joany Manjarres
Browse files
see Changelog
parent
46958878
Changes
14
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c8da2957
2019-12-06 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-02-20
* add param_SMlimit_CR_2p5.dat param_SMlimit_CR_4p9.dat param_SMlimit_CR_6.dat param_SMlimit_CR_m2p5.dat param_SMlimit_CR_m4p9.dat param_SMlimit_CR_m6.dat
* update JO 412124-129
2019-12-06 Joany Manjarres <joany@cern.ch>
* tag MC15JobOptions-01-02-19
* update cvs 312447 410369
...
...
common/MadGraph/param_SMlimit_CR_2p5.dat
0 → 100644
View file @
c8da2957
This diff is collapsed.
Click to expand it.
common/MadGraph/param_SMlimit_CR_4p9.dat
0 → 100644
View file @
c8da2957
This diff is collapsed.
Click to expand it.
common/MadGraph/param_SMlimit_CR_6.dat
0 → 100644
View file @
c8da2957
This diff is collapsed.
Click to expand it.
common/MadGraph/param_SMlimit_CR_m2p5.dat
0 → 100644
View file @
c8da2957
This diff is collapsed.
Click to expand it.
common/MadGraph/param_SMlimit_CR_m4p9.dat
0 → 100644
View file @
c8da2957
This diff is collapsed.
Click to expand it.
common/MadGraph/param_SMlimit_CR_m6.dat
0 → 100644
View file @
c8da2957
This diff is collapsed.
Click to expand it.
share/DSID412xxx/MC15.412124.MGPy8EG_A14_NNPDF23LO_EWttWcr6.py
View file @
c8da2957
...
...
@@ -60,7 +60,7 @@ fcard = open('proc_card_mg5.dat','w')
#---------------------------------------------------------------------------------------------------
fcard
.
write
(
"""
import model SMEFTsim_A_general_MwScheme_UFO
_v2"""
+
modelExtension
+
"""
import model SMEFTsim_A_general_MwScheme_UFO
"""
"""
set gauge unitary
"""
+
mcprod
+
"""
output -f
...
...
@@ -140,7 +140,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
_'
+
modelExtension
[
1
:]
+
'.dat'
paramcard
=
subprocess
.
Popen
([
'get_files'
,
'-data'
,
param_card_loc
])
paramcard
.
wait
()
if
not
os
.
access
(
param_card_loc
,
os
.
R_OK
):
...
...
share/DSID412xxx/MC15.412125.MGPy8EG_A14_NNPDF23LO_EWttWcrm6.py
View file @
c8da2957
...
...
@@ -60,7 +60,7 @@ fcard = open('proc_card_mg5.dat','w')
#---------------------------------------------------------------------------------------------------
fcard
.
write
(
"""
import model SMEFTsim_A_general_MwScheme_UFO
_v2"""
+
modelExtension
+
"""
import model SMEFTsim_A_general_MwScheme_UFO
"""
"""
set gauge unitary
"""
+
mcprod
+
"""
output -f
...
...
@@ -140,7 +140,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
_'
+
modelExtension
[
1
:]
+
'.dat'
paramcard
=
subprocess
.
Popen
([
'get_files'
,
'-data'
,
param_card_loc
])
paramcard
.
wait
()
if
not
os
.
access
(
param_card_loc
,
os
.
R_OK
):
...
...
share/DSID412xxx/MC15.412126.MGPy8EG_A14_NNPDF23LO_EWttWcr4p9.py
View file @
c8da2957
...
...
@@ -60,7 +60,7 @@ fcard = open('proc_card_mg5.dat','w')
#---------------------------------------------------------------------------------------------------
fcard
.
write
(
"""
import model SMEFTsim_A_general_MwScheme_UFO
_v2"""
+
modelExtension
+
"""
import model SMEFTsim_A_general_MwScheme_UFO
"""
"""
set gauge unitary
"""
+
mcprod
+
"""
output -f
...
...
@@ -140,7 +140,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
_'
+
modelExtension
[
1
:]
+
'.dat'
paramcard
=
subprocess
.
Popen
([
'get_files'
,
'-data'
,
param_card_loc
])
paramcard
.
wait
()
if
not
os
.
access
(
param_card_loc
,
os
.
R_OK
):
...
...
share/DSID412xxx/MC15.412127.MGPy8EG_A14_NNPDF23LO_EWttWcrm4p9.py
View file @
c8da2957
...
...
@@ -60,7 +60,7 @@ fcard = open('proc_card_mg5.dat','w')
#---------------------------------------------------------------------------------------------------
fcard
.
write
(
"""
import model SMEFTsim_A_general_MwScheme_UFO
_v2"""
+
modelExtension
+
"""
import model SMEFTsim_A_general_MwScheme_UFO
"""
"""
set gauge unitary
"""
+
mcprod
+
"""
output -f
...
...
@@ -140,7 +140,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
_'
+
modelExtension
[
1
:]
+
'.dat'
paramcard
=
subprocess
.
Popen
([
'get_files'
,
'-data'
,
param_card_loc
])
paramcard
.
wait
()
if
not
os
.
access
(
param_card_loc
,
os
.
R_OK
):
...
...
share/DSID412xxx/MC15.412128.MGPy8EG_A14_NNPDF23LO_EWttWcr2p5.py
View file @
c8da2957
...
...
@@ -60,7 +60,7 @@ fcard = open('proc_card_mg5.dat','w')
#---------------------------------------------------------------------------------------------------
fcard
.
write
(
"""
import model SMEFTsim_A_general_MwScheme_UFO
_v2"""
+
modelExtension
+
"""
import model SMEFTsim_A_general_MwScheme_UFO
"""
"""
set gauge unitary
"""
+
mcprod
+
"""
output -f
...
...
@@ -140,7 +140,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
_'
+
modelExtension
[
1
:]
+
'.dat'
paramcard
=
subprocess
.
Popen
([
'get_files'
,
'-data'
,
param_card_loc
])
paramcard
.
wait
()
if
not
os
.
access
(
param_card_loc
,
os
.
R_OK
):
...
...
share/DSID412xxx/MC15.412129.MGPy8EG_A14_NNPDF23LO_EWttWcrm2p5.py
View file @
c8da2957
...
...
@@ -60,7 +60,7 @@ fcard = open('proc_card_mg5.dat','w')
#---------------------------------------------------------------------------------------------------
fcard
.
write
(
"""
import model SMEFTsim_A_general_MwScheme_UFO
_v2"""
+
modelExtension
+
"""
import model SMEFTsim_A_general_MwScheme_UFO
"""
"""
set gauge unitary
"""
+
mcprod
+
"""
output -f
...
...
@@ -140,7 +140,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
_'
+
modelExtension
[
1
:]
+
'.dat'
paramcard
=
subprocess
.
Popen
([
'get_files'
,
'-data'
,
param_card_loc
])
paramcard
.
wait
()
if
not
os
.
access
(
param_card_loc
,
os
.
R_OK
):
...
...
tag
View file @
c8da2957
MC15JobOptions-01-02-19/
\ No newline at end of file
MC15JobOptions-01-02-20/
\ 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