From 6d3e84945bb73b5027c36245760e707859ae883b Mon Sep 17 00:00:00 2001 From: Matthew Gignac Date: Tue, 5 May 2020 19:23:29 +0200 Subject: [PATCH 1/2] adding Sherpa 2.2.8 Wmnun validation samples with HT scale --- 950xxx/950038/log.generate.short | 2 + .../950038/mc.Sh_228_Wmunu_HT2Scale_valid.py | 55 +++++++++++++++++++ ...eV.Sh_228_Wmunu_HT2Scale_valid.GRID.tar.gz | 1 + 3 files changed, 58 insertions(+) create mode 100644 950xxx/950038/log.generate.short create mode 100644 950xxx/950038/mc.Sh_228_Wmunu_HT2Scale_valid.py create mode 120000 950xxx/950038/mc_13TeV.Sh_228_Wmunu_HT2Scale_valid.GRID.tar.gz diff --git a/950xxx/950038/log.generate.short b/950xxx/950038/log.generate.short new file mode 100644 index 000000000..df2a254c3 --- /dev/null +++ b/950xxx/950038/log.generate.short @@ -0,0 +1,2 @@ +- estimated CPU for CI job = 0.10 hrs +- using release = AthGeneration-21.6.19 diff --git a/950xxx/950038/mc.Sh_228_Wmunu_HT2Scale_valid.py b/950xxx/950038/mc.Sh_228_Wmunu_HT2Scale_valid.py new file mode 100644 index 000000000..d9d543c36 --- /dev/null +++ b/950xxx/950038/mc.Sh_228_Wmunu_HT2Scale_valid.py @@ -0,0 +1,55 @@ +include("Sherpa_i/Base_Fragment.py") +include("Sherpa_i/NNPDF30NNLO.py") + +evgenConfig.description = "Sherpa W->munu + 0,1,2j@NLO + 3,4j@LO with HT scale" +evgenConfig.keywords = ["SM", "W", "muons", "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 VAR{0.25*H_T2}{0.25*H_T2} + + # me generator settings + ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN; + LOOPGEN:=OpenLoops + + # tags for process setup + NJET:=4; LJET:=2,3,4; QCUT:=20.; + +}(run) + +(processes){ + Process 93 93 -> 13 -14 93{NJET}; + Order (*,2); CKKW sqr(QCUT/E_CMS); + Enhance_Observable VAR{log10(PPerp(p[2]+p[3]))}|1|3 {3,4,5,6,7} + 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); + Enhance_Observable VAR{log10(PPerp(p[2]+p[3]))}|1|3 {3,4,5,6,7} + 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 diff --git a/950xxx/950038/mc_13TeV.Sh_228_Wmunu_HT2Scale_valid.GRID.tar.gz b/950xxx/950038/mc_13TeV.Sh_228_Wmunu_HT2Scale_valid.GRID.tar.gz new file mode 120000 index 000000000..3eeb6042a --- /dev/null +++ b/950xxx/950038/mc_13TeV.Sh_228_Wmunu_HT2Scale_valid.GRID.tar.gz @@ -0,0 +1 @@ +/eos/user/m/mgignac/mc/mc_13TeV.Sh_228_Wmunu_HT2Scale_valid.GRID.tar.gz \ No newline at end of file -- GitLab From 950c3451afd6e0102b29f006ad090e54f6691c39 Mon Sep 17 00:00:00 2001 From: mcgensvc Date: Tue, 5 May 2020 17:42:07 +0000 Subject: [PATCH 2/2] Pipeline for 6d3e8494 succeeded. Removing log.generate files [skip all] --- 950xxx/950038/log.generate.short | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 950xxx/950038/log.generate.short diff --git a/950xxx/950038/log.generate.short b/950xxx/950038/log.generate.short deleted file mode 100644 index df2a254c3..000000000 --- a/950xxx/950038/log.generate.short +++ /dev/null @@ -1,2 +0,0 @@ -- estimated CPU for CI job = 0.10 hrs -- using release = AthGeneration-21.6.19 -- GitLab