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
MC Job Options
Commits
3cea93f7
Commit
3cea93f7
authored
Mar 11, 2021
by
Matthew Gignac
Browse files
Sherpa 2.2.11 Zee/Wmunu 0-2j@NLO+3,4,5j@LO validation samples
parent
a015a76b
Pipeline
#2391973
passed with stages
in 1 minute and 40 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
950xxx/950223/log.generate.short
0 → 100644
View file @
3cea93f7
- estimated CPU for CI job = 0.10 hrs
- using release = AthGeneration-21.6.58
- ecmEnergy = 13000.0
- LHEonly = False
950xxx/950223/mc.Sh_2211_Wmunu_5j_maxHTpTV2_valid.py
0 → 100644
View file @
3cea93f7
include
(
"Sherpa_i/Base_Fragment.py"
)
include
(
"Sherpa_i/NNPDF30NNLO.py"
)
include
(
"Sherpa_i/Fusing_Fragmentation.py"
)
evgenConfig
.
description
=
"Sherpa W+/W- -> munu + 0,1,2j@NLO + 3,4.5j@LO"
evgenConfig
.
keywords
=
[
"SM"
,
"W"
,
"muon"
,
"jets"
,
"NLO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"matthew.gignac@cern.ch"
]
evgenConfig
.
nEventsPerJob
=
1000
genSeq
.
Sherpa_i
.
RunCard
=
"""
(run){
%scales, tags for scale variations
FSF:=1.; RSF:=1.; QSF:=1.;
SCALES STRICT_METS{FSF*MU_F2}{RSF*MU_R2}{QSF*MU_Q2};
# Shower improvements
NLO_SUBTRACTION_SCHEME=2;
# me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
# tags for process setup
NJET:=5; LJET:=2,3,4; QCUT:=20.;
# EW corrections setup
OL_PARAMETERS=ew_scheme 2 ew_renorm_scheme 1
ASSOCIATED_CONTRIBUTIONS_VARIATIONS=EW EW|LO1 EW|LO1|LO2 EW|LO1|LO2|LO3;
EW_SCHEME=3
GF=1.166397e-5
METS_BBAR_MODE=5
# speed and neg weight fraction improvements
PP_RS_SCALE VAR{sqr(sqrt(H_T2)-PPerp(p[2])-PPerp(p[3])+MPerp(p[2]+p[3]))/4};
NLO_CSS_PSMODE=1
}(run)
(processes){
Process 93 93 -> 13 -14 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Associated_Contributions EW|LO1|LO2|LO3 {LJET};
Enhance_Function VAR{max(pow(sqrt(H_T2)-PPerp(p[2])-PPerp(p[3]),2),PPerp2(p[2]+p[3]))/400.0} {3,4,5,6,7,8}
NLO_QCD_Mode MC@NLO {LJET};
ME_Generator Amegic {LJET};
RS_ME_Generator Comix {LJET};
Loop_Generator LOOPGEN {LJET};
Max_N_Quarks 4 {6,7,8};
Max_Epsilon 0.01 {6,7,8};
Integration_Error 0.99 {3,4,5,6,7,8};
End process;
Process 93 93 -> -13 14 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Associated_Contributions EW|LO1|LO2|LO3 {LJET};
Enhance_Function VAR{max(pow(sqrt(H_T2)-PPerp(p[2])-PPerp(p[3]),2),PPerp2(p[2]+p[3]))/400.0} {3,4,5,6,7,8}
NLO_QCD_Mode MC@NLO {LJET};
ME_Generator Amegic {LJET};
RS_ME_Generator Comix {LJET};
Loop_Generator LOOPGEN {LJET};
Max_N_Quarks 4 {6,7,8};
Max_Epsilon 0.01 {6,7,8};
Integration_Error 0.99 {3,4,5,6,7,8};
End process;
}(processes)
(selector){
Mass 13 -14 2.0 E_CMS
Mass -13 14 2.0 E_CMS
}(selector)
"""
genSeq
.
Sherpa_i
.
NCores
=
16
genSeq
.
Sherpa_i
.
Parameters
+=
[
"OL_PARAMETERS=ew_scheme=2 ew_renorm_scheme=1 write_parameters=1"
]
genSeq
.
Sherpa_i
.
Parameters
+=
[
"EW_SCHEME=3"
,
"GF=1.166397e-5"
]
950xxx/950223/mc_13TeV.Sh_2211_Wmunu_maxHTpTV2.GRID.tar.gz
0 → 120000
View file @
3cea93f7
/eos/user/m/mgignac/mc/2211_5j/mc_13TeV.Sh_2211_Wmunu_maxHTpTV2.GRID.tar.gz
\ No newline at end of file
950xxx/950224/log.generate.short
0 → 100644
View file @
3cea93f7
- estimated CPU for CI job = 0.14 hrs
- using release = AthGeneration-21.6.58
- ecmEnergy = 13000.0
- LHEonly = False
950xxx/950224/mc.Sh_2211_Zee_5j_maxHTpTV2_valid.py
0 → 100644
View file @
3cea93f7
include
(
"Sherpa_i/Base_Fragment.py"
)
include
(
"Sherpa_i/NNPDF30NNLO.py"
)
include
(
"Sherpa_i/EW_scheme_sinthetaW_mZ.py"
)
include
(
"Sherpa_i/Fusing_Fragmentation.py"
)
evgenConfig
.
description
=
"Sherpa Z->ee + 0,1,2j@NLO + 3,4j@LO"
evgenConfig
.
keywords
=
[
"SM"
,
"Z"
,
"2electron"
,
"jets"
,
"NLO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"matthew.gignac@cern.ch"
]
evgenConfig
.
nEventsPerJob
=
2000
genSeq
.
Sherpa_i
.
RunCard
=
"""
(run){
%scales, tags for scale variations
FSF:=1.; RSF:=1.; QSF:=1.;
SCALES STRICT_METS{FSF*MU_F2}{RSF*MU_R2}{QSF*MU_Q2};
# Shower improvements
NLO_SUBTRACTION_SCHEME=2;
# me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
# tags for process setup
NJET:=5; LJET:=2,3,4; QCUT:=20.;
# EW corrections setup
ASSOCIATED_CONTRIBUTIONS_VARIATIONS=EW EW|LO1 EW|LO1|LO2 EW|LO1|LO2|LO3;
METS_BBAR_MODE=5
# speed and neg weight fraction improvements
PP_RS_SCALE VAR{sqr(sqrt(H_T2)-PPerp(p[2])-PPerp(p[3])+MPerp(p[2]+p[3]))/4};
NLO_CSS_PSMODE=1
}(run)
(processes){
Process 93 93 -> 11 -11 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Associated_Contributions EW|LO1|LO2|LO3 {LJET};
Enhance_Function VAR{max(pow(sqrt(H_T2)-PPerp(p[2])-PPerp(p[3]),2),PPerp2(p[2]+p[3]))/400.0} {3,4,5,6,7,8}
NLO_QCD_Mode MC@NLO {LJET};
ME_Generator Amegic {LJET};
RS_ME_Generator Comix {LJET};
Loop_Generator LOOPGEN {LJET};
Max_N_Quarks 4 {6,7,8};
Max_Epsilon 0.01 {6,7,8};
Integration_Error 0.99 {3,4,5,6,7,8};
End process;
}(processes)
(selector){
Mass 11 -11 40.0 E_CMS
}(selector)
"""
genSeq
.
Sherpa_i
.
NCores
=
16
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppllj"
,
"pplljj"
,
"ppllj_ew"
,
"pplljj_ew"
]
950xxx/950224/mc_13TeV.Sh_2211_Zee_maxHTpTV2.GRID.tar.gz
0 → 120000
View file @
3cea93f7
/eos/user/m/mgignac/mc/2211_5j/mc_13TeV.Sh_2211_Zee_maxHTpTV2.GRID.tar.gz
\ No newline at end of file
ATLAS PMG Service account
@mcgensvc
mentioned in commit
37acbccb
·
Mar 11, 2021
mentioned in commit
37acbccb
mentioned in commit 37acbccb83ecee160c5f4532d30174263df238cb
Toggle commit list
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