Skip to content
GitLab
Menu
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
5130832b
Commit
5130832b
authored
Oct 13, 2020
by
Christian Gutschow
Browse files
add 366346-55
parent
75b977b6
Changes
13
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5130832b
2020-10-13 Christian Gutschow <chris.g@cern.ch>
* add 366346-55
* Tag MC15JobOptions-01-04-10
2020-09-30 Cyril Becot <cyril.becot@cern.ch>
* tag MC15JobOptions-01-04-09/
* add 451837-451888
2020-09-26 Cyril Becot <cyril.becot@cern.ch>
* tag MC15JobOptions-01-04-08/
* add 366091-366094
...
...
share/DSID366xxx/MC15.366346.Sh_227_NN30NNLO_Znunu_PTV200_MJJ1000_E_CMS_KtMerging_LO1.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa Z/gamma* -> nu nu + 0,1,2@NLO + 3j@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"Z"
,
"neutrino"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
200
evgenConfig
.
inputconfcheck
=
"Znunu_PTV200_MJJ1000_E_CMS_KtMerging_LO1"
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};
%tags for process setup
NJET:=1; LJET:=2,3,4; QCUT:=20.;
% Fastjet/antikt merging criterion.
% Also load the fastjet selector at integration time.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 91 91 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 91 91 2.0 E_CMS
"PT" 91,91 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppll"
,
"ppllj"
,
"pplljj"
]
genSeq
.
Sherpa_i
.
NCores
=
12
share/DSID366xxx/MC15.366347.Sh_227_NN30NNLO_Wmunu_PTV200_MJJ1000_E_CMS_KtMerging_LO1.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa W+/W- -> mu nu + 0,1,2@NLO + 3j@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"W"
,
"muon"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
100
evgenConfig
.
inputconfcheck
=
"Wmunu_PTV200_MJJ1000_E_CMS_KtMerging_LO1"
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};
%tags for process setup
NJET:=1; LJET:=2,3,4; QCUT:=20.;
% Fastjet/antikt merging criterion.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 13 -14 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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
"PT" 13,-14 200,E_CMS
"PT" -13,14 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppln"
,
"pplnj"
,
"pplnjj"
]
genSeq
.
Sherpa_i
.
NCores
=
24
share/DSID366xxx/MC15.366348.Sh_227_NN30NNLO_Znunu_PTV200_MJJ1000_E_CMS_KtMerging.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa Z/gamma* -> nu nu + 0,1,2@NLO + 3,4j@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"Z"
,
"neutrino"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
100
evgenConfig
.
inputconfcheck
=
"Znunu_PTV200_MJJ1000_E_CMS_KtMerging"
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};
%tags for process setup
NJET:=2; LJET:=2,3,4; QCUT:=20.;
% Fastjet/antikt merging criterion.
% Also load the fastjet selector at integration time.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 91 91 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 91 91 2.0 E_CMS
"PT" 91,91 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppll"
,
"ppllj"
,
"pplljj"
]
genSeq
.
Sherpa_i
.
NCores
=
12
share/DSID366xxx/MC15.366349.Sh_227_NN30NNLO_Wmunu_PTV200_MJJ1000_E_CMS_KtMerging.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa W+/W- -> mu nu + 0,1,2@NLO + 3,4j@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"W"
,
"muon"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
100
evgenConfig
.
inputconfcheck
=
"Wmunu_PTV200_MJJ1000_E_CMS_KtMerging"
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};
%tags for process setup
NJET:=2; LJET:=2,3,4; QCUT:=20.;
% Fastjet/antikt merging criterion.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 13 -14 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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
"PT" 13,-14 200,E_CMS
"PT" -13,14 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppln"
,
"pplnj"
,
"pplnjj"
]
genSeq
.
Sherpa_i
.
NCores
=
24
share/DSID366xxx/MC15.366350.Sh_227_NN30NNLO_Znunu_PTV200_MJJ1000_E_CMS_Kt_LO2.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa Z/gamma* -> nu nu + 0,1,2@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"Z"
,
"neutrino"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
5000
evgenConfig
.
inputconfcheck
=
"Znunu_PTV200_MJJ1000_E_CMS_Kt_LO2"
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};
%tags for process setup
NJET:=0; LJET:=0; QCUT:=20.;
% Fastjet/antikt merging criterion.
% Also load the fastjet selector at integration time.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 91 91 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 91 91 2.0 E_CMS
"PT" 91,91 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppll"
,
"ppllj"
,
"pplljj"
]
genSeq
.
Sherpa_i
.
NCores
=
12
share/DSID366xxx/MC15.366351.Sh_227_NN30NNLO_Wmunu_PTV200_MJJ1000_E_CMS_Kt_LO2.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa W+/W- -> mu nu + 0,1,2@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"W"
,
"muon"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
5000
evgenConfig
.
inputconfcheck
=
"Wmunu_PTV200_MJJ1000_E_CMS_Kt_LO2"
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};
%tags for process setup
NJET:=0; LJET:=0; QCUT:=20.;
% Fastjet/antikt merging criterion.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 13 -14 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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
"PT" 13,-14 200,E_CMS
"PT" -13,14 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppln"
,
"pplnj"
,
"pplnjj"
]
genSeq
.
Sherpa_i
.
NCores
=
24
share/DSID366xxx/MC15.366352.Sh_227_NN30NNLO_Znunu_PTV200_MJJ1000_E_CMS_Kt_LO3.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa Z/gamma* -> nu nu + 0,1,2,3@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"Z"
,
"neutrino"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
1000
evgenConfig
.
inputconfcheck
=
"Znunu_PTV200_MJJ1000_E_CMS_Kt_LO3"
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};
%tags for process setup
NJET:=1; LJET:=0; QCUT:=20.;
% Fastjet/antikt merging criterion.
% Also load the fastjet selector at integration time.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 91 91 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 91 91 2.0 E_CMS
"PT" 91,91 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppll"
,
"ppllj"
,
"pplljj"
]
genSeq
.
Sherpa_i
.
NCores
=
12
share/DSID366xxx/MC15.366353.Sh_227_NN30NNLO_Wmunu_PTV200_MJJ1000_E_CMS_Kt_LO3.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa W+/W- -> mu nu + 0,1,2,3@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"W"
,
"muon"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
1000
evgenConfig
.
inputconfcheck
=
"Wmunu_PTV200_MJJ1000_E_CMS_Kt_LO3"
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};
%tags for process setup
NJET:=1; LJET:=0; QCUT:=20.;
% Fastjet/antikt merging criterion.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 13 -14 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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
"PT" 13,-14 200,E_CMS
"PT" -13,14 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppln"
,
"pplnj"
,
"pplnjj"
]
genSeq
.
Sherpa_i
.
NCores
=
24
share/DSID366xxx/MC15.366354.Sh_227_NN30NNLO_Znunu_PTV200_MJJ1000_E_CMS_Kt_LO4.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa Z/gamma* -> nu nu + 0,1,2,3,4@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"Z"
,
"neutrino"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
200
evgenConfig
.
inputconfcheck
=
"Znunu_PTV200_MJJ1000_E_CMS_Kt_LO4"
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};
%tags for process setup
NJET:=2; LJET:=0; QCUT:=20.;
% Fastjet/antikt merging criterion.
% Also load the fastjet selector at integration time.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 91 91 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 91 91 2.0 E_CMS
"PT" 91,91 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppll"
,
"ppllj"
,
"pplljj"
]
genSeq
.
Sherpa_i
.
NCores
=
12
share/DSID366xxx/MC15.366355.Sh_227_NN30NNLO_Wmunu_PTV200_MJJ1000_E_CMS_Kt_LO4.py
0 → 100644
View file @
5130832b
include
(
"Sherpa_i/2.2.7_NNPDF30NNLO.py"
)
evgenConfig
.
description
=
"Sherpa W+/W- -> mu nu + 0,1,2,3,4@LO with 200 GeV < pTV, Mjj > 1000 GeV."
evgenConfig
.
keywords
=
[
"SM"
,
"W"
,
"muon"
,
"jets"
,
"LO"
]
evgenConfig
.
contact
=
[
"atlas-generators-sherpa@cern.ch"
,
"chris.g@cern.ch"
,
"bjr@sas.upenn.edu"
]
evgenConfig
.
minevents
=
500
evgenConfig
.
inputconfcheck
=
"Wmunu_PTV200_MJJ1000_E_CMS_Kt_LO4"
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};
%tags for process setup
NJET:=2; LJET:=0; QCUT:=20.;
% Fastjet/antikt merging criterion.
JET_CRITERION FASTJET[A:kt,R:0.4,y:5];
%me generator settings
ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN;
LOOPGEN:=OpenLoops
}(run)
(processes){
Process 93 93 -> 13 -14 93 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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 93 93{NJET};
Order (*,2); CKKW sqr(QCUT/E_CMS);
Cut_Core 1;
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
"PT" 13,-14 200,E_CMS
"PT" -13,14 200,E_CMS
FastjetSelector Mass(p[4]+p[5])>1000. antikt 2 20. 0. 0.4
}(selector)
"""
genSeq
.
Sherpa_i
.
OpenLoopsLibs
=
[
"ppln"
,
"pplnj"
,
"pplnjj"
]
genSeq
.
Sherpa_i
.
NCores
=
24
share/evgeninputfiles.csv
View file @
5130832b
...
...
@@ -6025,6 +6025,16 @@ Dsid,energy,inputeventfile,(inputconffile)
366343, 13000,, group.phys-gener.sherpa020201.366339.Sh_221_NN30NNLO_WpqqWmlv_CKKW30_13TeV.TXT.mc15_v1