diff --git a/src/LbMCSubmit/processing_passes/digi.py b/src/LbMCSubmit/processing_passes/digi.py index ebed8cb51b49e9a1b24c196aac391498e86f3daf..0a51ed3a7ea61f4e66d67a0e35bccfbf9b30890c 100644 --- a/src/LbMCSubmit/processing_passes/digi.py +++ b/src/LbMCSubmit/processing_passes/digi.py @@ -22,4 +22,8 @@ DIGI = { "application": "Boole/v44r0", "data-pkgs": [], }, + "17": { + "application": "Boole/v45r0", + "data-pkgs": [], + }, } diff --git a/src/LbMCSubmit/sim_versions/sim10.py b/src/LbMCSubmit/sim_versions/sim10.py index ad8ba7ff6bb7dd9cacac2dd8f18c25f404f31abc..50e8675758d43c6fd75c72008d639a70f0766966 100644 --- a/src/LbMCSubmit/sim_versions/sim10.py +++ b/src/LbMCSubmit/sim_versions/sim10.py @@ -205,7 +205,7 @@ class Sim10(SimBase): }: version = "15" elif self.data_type in {"2022", "expected-2023", "expected-2023-vo"}: - version = "16" + version = "17" else: raise NotImplementedError(self.data_type) else: @@ -267,3 +267,24 @@ class Sim10b(Sim10a): } }, ) + + +class Sim10c(Sim10b): + """Sim10b + + First Gauss version used: v56r7 + See https://gitlab.cern.ch/lhcb/Gauss/-/tags/v56r7 + """ + + default_gauss_version = "v56r7" + default_decfiles_pattern = "v32r*" + + tags = deep_update( + Sim10b.tags, + { + "pp": { + "expected-2023": ("dddb-20231010", "sim-20231016-vc-{pol}"), + "expected-2024": ("dddb-20231017", "sim-20231017-vc-{pol}"), + } + }, + ) diff --git a/src/LbMCSubmit/steps/digitisation.py b/src/LbMCSubmit/steps/digitisation.py index f4d08f50ba0bd9ba601f3879510d0ed968d6ff71..d688b898560ce429292c0c3eed8a860148c3538d 100644 --- a/src/LbMCSubmit/steps/digitisation.py +++ b/src/LbMCSubmit/steps/digitisation.py @@ -22,7 +22,7 @@ def get_steps(properties: Stage6Properties, version: str): options = list(_options_14c(properties)) elif version == "15": options = list(_options_15(properties)) - elif version == "16": + elif version in ["16", "17"]: options = list(_options_16(properties)) else: raise NotImplementedError(version) diff --git a/tests/references/sim10b/2022.stage0.yaml b/tests/references/sim10c/2022.stage0.yaml similarity index 91% rename from tests/references/sim10b/2022.stage0.yaml rename to tests/references/sim10c/2022.stage0.yaml index 58b6f8db198f92801337411ccc82d238f6362f95..ea44b8a55c051e4f5cf36547388c52888e9384ec 100644 --- a/tests/references/sim10b/2022.stage0.yaml +++ b/tests/references/sim10c/2022.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/2022.stage6.yaml b/tests/references/sim10c/2022.stage6.yaml similarity index 93% rename from tests/references/sim10b/2022.stage6.yaml rename to tests/references/sim10c/2022.stage6.yaml index 728712987726d341483c059098f2580580cac214..b450712f95c8312ba3a28d5d732a5a7f8df884a4 100644 --- a/tests/references/sim10b/2022.stage6.yaml +++ b/tests/references/sim10c/2022.stage6.yaml @@ -15,12 +15,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2022 - 6800GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2022 - 6800GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-mu100-2022-nu3.2.py @@ -41,10 +41,10 @@ dbtags: DDDB: dddb-20221004 CondDB: sim-20221220-vc-mu100 - - name: Digi16 for 2022+spillover - processing_pass: Digi16 + - name: Digi17 for 2022+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py @@ -125,12 +125,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2022 - 6800GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2022 - 6800GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-md100-2022-nu2.1.py @@ -151,10 +151,10 @@ dbtags: DDDB: dddb-20221004 CondDB: sim-20221220-vc-md100 - - name: Digi16 for 2022+spillover - processing_pass: Digi16 + - name: Digi17 for 2022+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py diff --git a/tests/references/sim10b/basic.stage0.yaml b/tests/references/sim10c/basic.stage0.yaml similarity index 95% rename from tests/references/sim10b/basic.stage0.yaml rename to tests/references/sim10c/basic.stage0.yaml index e8d5d02bc22e532c6a791eb369d11d679bff2594..557039798d0e75dd8d7d8254dc401f71e3039cbe 100644 --- a/tests/references/sim10b/basic.stage0.yaml +++ b/tests/references/sim10c/basic.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/basic.stage6.yaml b/tests/references/sim10c/basic.stage6.yaml similarity index 97% rename from tests/references/sim10b/basic.stage6.yaml rename to tests/references/sim10c/basic.stage6.yaml index 421a59a81c81fc28b0457af2d677a512e0a2a15a..37ab61c16a500c869361852e977dec7814f97b42 100644 --- a/tests/references/sim10b/basic.stage6.yaml +++ b/tests/references/sim10c/basic.stage6.yaml @@ -21,12 +21,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -180,12 +180,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -339,12 +339,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2015-nu1.6.py @@ -515,12 +515,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -707,12 +707,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -897,12 +897,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -1087,12 +1087,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -1246,12 +1246,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -1405,12 +1405,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2015-nu1.6.py @@ -1581,12 +1581,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -1773,12 +1773,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -1963,12 +1963,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py @@ -2150,12 +2150,12 @@ num_events: 3000000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -2337,12 +2337,12 @@ num_events: 3000000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py diff --git a/tests/references/sim10b/dst.stage0.yaml b/tests/references/sim10c/dst.stage0.yaml similarity index 94% rename from tests/references/sim10b/dst.stage0.yaml rename to tests/references/sim10c/dst.stage0.yaml index 656da16e9cde100da97b80a5180cff1dba69ff38..cd142c8784784320c01319474a0517e84477747c 100644 --- a/tests/references/sim10b/dst.stage0.yaml +++ b/tests/references/sim10c/dst.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/dst.stage6.yaml b/tests/references/sim10c/dst.stage6.yaml similarity index 97% rename from tests/references/sim10b/dst.stage6.yaml rename to tests/references/sim10c/dst.stage6.yaml index b08a3ca8cb134d9d4db40136147eaed83307af92..89cef3131ea656f486503e81e7003a3fdcfe2728 100644 --- a/tests/references/sim10b/dst.stage6.yaml +++ b/tests/references/sim10c/dst.stage6.yaml @@ -21,12 +21,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -160,12 +160,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -299,12 +299,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2015-nu1.6.py @@ -454,12 +454,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -625,12 +625,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -794,12 +794,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -963,12 +963,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -1102,12 +1102,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -1241,12 +1241,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2015-nu1.6.py @@ -1396,12 +1396,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -1567,12 +1567,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -1736,12 +1736,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py diff --git a/tests/references/sim10b/expected-2023-veloOpen.stage0.yaml b/tests/references/sim10c/expected-2023-veloOpen.stage0.yaml similarity index 100% rename from tests/references/sim10b/expected-2023-veloOpen.stage0.yaml rename to tests/references/sim10c/expected-2023-veloOpen.stage0.yaml diff --git a/tests/references/sim10b/expected-2023-veloOpen.stage6.yaml b/tests/references/sim10c/expected-2023-veloOpen.stage6.yaml similarity index 88% rename from tests/references/sim10b/expected-2023-veloOpen.stage6.yaml rename to tests/references/sim10c/expected-2023-veloOpen.stage6.yaml index cabb78b4d6ce78bf7eb31475586a8b03d5f3e0ea..aba1454b20c2e19c833bac4983ebaf8b051af8f7 100644 --- a/tests/references/sim10b/expected-2023-veloOpen.stage6.yaml +++ b/tests/references/sim10c/expected-2023-veloOpen.stage6.yaml @@ -18,12 +18,12 @@ num_events: 1000000 num_test_events: 10 steps: - - name: Sim10b - expected-2023-vo - 6800GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - expected-2023-vo - 6800GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-mu100-expected-2023-nu1.4.py @@ -44,10 +44,10 @@ dbtags: DDDB: dddb-20230313 CondDB: sim-20230313-vc-mu100 - - name: Digi16 for expected-2023+spillover - processing_pass: Digi16 + - name: Digi17 for expected-2023+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py @@ -82,12 +82,12 @@ num_events: 1000000 num_test_events: 10 steps: - - name: Sim10b - expected-2023-vo - 6800GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - expected-2023-vo - 6800GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-md100-expected-2023-nu1.4.py @@ -108,10 +108,10 @@ dbtags: DDDB: dddb-20230313 CondDB: sim-20230313-vc-md100 - - name: Digi16 for expected-2023+spillover - processing_pass: Digi16 + - name: Digi17 for expected-2023+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py @@ -143,12 +143,12 @@ num_events: 1000000 num_test_events: 10 steps: - - name: Sim10b - expected-2023-vo - 6800GeV - MagUp - GenXicc - processing_pass: Sim10b + - name: Sim10c - expected-2023-vo - 6800GeV - MagUp - GenXicc + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-mu100-expected-2023-nu1.4.py @@ -169,10 +169,10 @@ dbtags: DDDB: dddb-20230313 CondDB: sim-20230313-vc-mu100 - - name: Digi16 for expected-2023+spillover - processing_pass: Digi16 + - name: Digi17 for expected-2023+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py @@ -204,12 +204,12 @@ num_events: 1000000 num_test_events: 10 steps: - - name: Sim10b - expected-2023-vo - 6800GeV - MagDown - GenXicc - processing_pass: Sim10b + - name: Sim10c - expected-2023-vo - 6800GeV - MagDown - GenXicc + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-md100-expected-2023-nu1.4.py @@ -230,10 +230,10 @@ dbtags: DDDB: dddb-20230313 CondDB: sim-20230313-vc-md100 - - name: Digi16 for expected-2023+spillover - processing_pass: Digi16 + - name: Digi17 for expected-2023+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py diff --git a/tests/references/sim10b/expected-2023.stage0.yaml b/tests/references/sim10c/expected-2023.stage0.yaml similarity index 100% rename from tests/references/sim10b/expected-2023.stage0.yaml rename to tests/references/sim10c/expected-2023.stage0.yaml diff --git a/tests/references/sim10b/expected-2023.stage6.yaml b/tests/references/sim10c/expected-2023.stage6.yaml similarity index 84% rename from tests/references/sim10b/expected-2023.stage6.yaml rename to tests/references/sim10c/expected-2023.stage6.yaml index a96a9c51377a4d3fbc271499c83af4e57ba1944a..2d47551f4e81cc9a68fdfd4628921ef082a54fd1 100644 --- a/tests/references/sim10b/expected-2023.stage6.yaml +++ b/tests/references/sim10c/expected-2023.stage6.yaml @@ -18,12 +18,12 @@ num_events: 1000000 num_test_events: 10 steps: - - name: Sim10b - expected-2023 - 6800GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - expected-2023 - 6800GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-mu100-expected-2023-nu1.4.py @@ -42,12 +42,12 @@ - type: SIM visible: false dbtags: - DDDB: dddb-20230313 - CondDB: sim-20230626-vc-mu100 - - name: Digi16 for expected-2023+spillover - processing_pass: Digi16 + DDDB: dddb-20231010 + CondDB: sim-20231016-vc-mu100 + - name: Digi17 for expected-2023+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py @@ -82,12 +82,12 @@ num_events: 1000000 num_test_events: 10 steps: - - name: Sim10b - expected-2023 - 6800GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - expected-2023 - 6800GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-md100-expected-2023-nu1.4.py @@ -106,12 +106,12 @@ - type: SIM visible: false dbtags: - DDDB: dddb-20230313 - CondDB: sim-20230626-vc-md100 - - name: Digi16 for expected-2023+spillover - processing_pass: Digi16 + DDDB: dddb-20231010 + CondDB: sim-20231016-vc-md100 + - name: Digi17 for expected-2023+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py @@ -143,12 +143,12 @@ num_events: 1000000 num_test_events: 10 steps: - - name: Sim10b - expected-2023 - 6800GeV - MagUp - GenXicc - processing_pass: Sim10b + - name: Sim10c - expected-2023 - 6800GeV - MagUp - GenXicc + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-mu100-expected-2023-nu1.4.py @@ -167,12 +167,12 @@ - type: SIM visible: false dbtags: - DDDB: dddb-20230313 - CondDB: sim-20230626-vc-mu100 - - name: Digi16 for expected-2023+spillover - processing_pass: Digi16 + DDDB: dddb-20231010 + CondDB: sim-20231016-vc-mu100 + - name: Digi17 for expected-2023+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py @@ -204,12 +204,12 @@ num_events: 1000000 num_test_events: 10 steps: - - name: Sim10b - expected-2023 - 6800GeV - MagDown - GenXicc - processing_pass: Sim10b + - name: Sim10c - expected-2023 - 6800GeV - MagDown - GenXicc + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6800GeV-md100-expected-2023-nu1.4.py @@ -228,12 +228,12 @@ - type: SIM visible: false dbtags: - DDDB: dddb-20230313 - CondDB: sim-20230626-vc-md100 - - name: Digi16 for expected-2023+spillover - processing_pass: Digi16 + DDDB: dddb-20231010 + CondDB: sim-20231016-vc-md100 + - name: Digi17 for expected-2023+spillover + processing_pass: Digi17 visible: false - application: Boole/v44r0 + application: Boole/v45r0 options: - $APPCONFIGOPTS/Boole/Default.py - $APPCONFIGOPTS/Boole/EnableSpillover.py diff --git a/tests/references/sim10b/genonly.stage0.yaml b/tests/references/sim10c/genonly.stage0.yaml similarity index 94% rename from tests/references/sim10b/genonly.stage0.yaml rename to tests/references/sim10c/genonly.stage0.yaml index ed40cdf41c75a37924332cd48695424c1d3dd1c4..3d716f620f8a25e4a66dc57c4d3fa76440dd5843 100644 --- a/tests/references/sim10b/genonly.stage0.yaml +++ b/tests/references/sim10c/genonly.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/genonly.stage6.yaml b/tests/references/sim10c/genonly.stage6.yaml similarity index 93% rename from tests/references/sim10b/genonly.stage6.yaml rename to tests/references/sim10c/genonly.stage6.yaml index 3c0bb7e1b46471f6d5ae74f1ed566a13848f11d1..0d8ebd942708c7e146e01402772c4aa68c81a828 100644 --- a/tests/references/sim10b/genonly.stage6.yaml +++ b/tests/references/sim10c/genonly.stage6.yaml @@ -21,12 +21,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -88,12 +88,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -155,12 +155,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2015-nu1.6.py @@ -221,12 +221,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -287,12 +287,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -353,12 +353,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -419,12 +419,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -486,12 +486,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -553,12 +553,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2015-nu1.6.py @@ -619,12 +619,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -685,12 +685,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -751,12 +751,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py diff --git a/tests/references/sim10b/headon-tuning.stage0.yaml b/tests/references/sim10c/headon-tuning.stage0.yaml similarity index 93% rename from tests/references/sim10b/headon-tuning.stage0.yaml rename to tests/references/sim10c/headon-tuning.stage0.yaml index 498a506cf59b6dccf2bfd7609ac13067efff45bf..26f94e336aed48cc75c32a30ec29892cb775c858 100644 --- a/tests/references/sim10b/headon-tuning.stage0.yaml +++ b/tests/references/sim10c/headon-tuning.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: Tuning with RIVET inform: diff --git a/tests/references/sim10b/headon-tuning.stage6.yaml b/tests/references/sim10c/headon-tuning.stage6.yaml similarity index 93% rename from tests/references/sim10b/headon-tuning.stage6.yaml rename to tests/references/sim10c/headon-tuning.stage6.yaml index cddee60e00596f7558f086b264ab63042891ed9a..cad78bd9c35fdfdf6e75fef976ba33fc8f5f92f9 100644 --- a/tests/references/sim10b/headon-tuning.stage6.yaml +++ b/tests/references/sim10c/headon-tuning.stage6.yaml @@ -14,12 +14,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-uniformHeadOn-fix1.py diff --git a/tests/references/sim10b/madgraph.stage0.yaml b/tests/references/sim10c/madgraph.stage0.yaml similarity index 95% rename from tests/references/sim10b/madgraph.stage0.yaml rename to tests/references/sim10c/madgraph.stage0.yaml index 7f1872e72496bcbbeb4c4344846b97fea08326e8..bd2ca075ddb9dabd2cc3fdea8f446c93c4d3471a 100644 --- a/tests/references/sim10b/madgraph.stage0.yaml +++ b/tests/references/sim10c/madgraph.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/madgraph.stage6.yaml b/tests/references/sim10c/madgraph.stage6.yaml similarity index 98% rename from tests/references/sim10b/madgraph.stage6.yaml rename to tests/references/sim10c/madgraph.stage6.yaml index b25f43e1d9808d3ec180d5c594f4e8ab89c543da..ebf501888902bb5bb1de9cdf54455d7ab38d61db 100644 --- a/tests/references/sim10b/madgraph.stage6.yaml +++ b/tests/references/sim10c/madgraph.stage6.yaml @@ -42,12 +42,12 @@ num_events: 100000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - Madgraph - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagUp - Madgraph + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -256,12 +256,12 @@ num_events: 100000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Madgraph - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagUp - Madgraph + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -468,12 +468,12 @@ num_events: 100000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Madgraph - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagUp - Madgraph + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -680,12 +680,12 @@ num_events: 100000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - Madgraph - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagDown - Madgraph + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -894,12 +894,12 @@ num_events: 100000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Madgraph - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagDown - Madgraph + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -1106,12 +1106,12 @@ num_events: 100000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Madgraph - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagDown - Madgraph + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py diff --git a/tests/references/sim10b/pp-5TeV.stage0.yaml b/tests/references/sim10c/pp-5TeV.stage0.yaml similarity index 93% rename from tests/references/sim10b/pp-5TeV.stage0.yaml rename to tests/references/sim10c/pp-5TeV.stage0.yaml index 99662e4769062c8b48b541869aafa3febe22b83b..0166b588eb88e202271486e0921f2ca45056ac34 100644 --- a/tests/references/sim10b/pp-5TeV.stage0.yaml +++ b/tests/references/sim10c/pp-5TeV.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/pp-5TeV.stage6.yaml b/tests/references/sim10c/pp-5TeV.stage6.yaml similarity index 97% rename from tests/references/sim10b/pp-5TeV.stage6.yaml rename to tests/references/sim10c/pp-5TeV.stage6.yaml index 59ec14d434f119d96ad8ff67d1c4c5c4155d78a6..c40614280ec1077df3de1bf55ca368a7f693a5d1 100644 --- a/tests/references/sim10b/pp-5TeV.stage6.yaml +++ b/tests/references/sim10c/pp-5TeV.stage6.yaml @@ -15,12 +15,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 2510GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 2510GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam2510GeV-md100-2017-nu1.5.py diff --git a/tests/references/sim10b/redecay-simple.stage0.yaml b/tests/references/sim10c/redecay-simple.stage0.yaml similarity index 94% rename from tests/references/sim10b/redecay-simple.stage0.yaml rename to tests/references/sim10c/redecay-simple.stage0.yaml index 014f867fe9ef443f3fd2941e3394002c42c7df7b..ad7f60c076231bc3afd50952110340dc73de154d 100644 --- a/tests/references/sim10b/redecay-simple.stage0.yaml +++ b/tests/references/sim10c/redecay-simple.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/redecay-simple.stage6.yaml b/tests/references/sim10c/redecay-simple.stage6.yaml similarity index 97% rename from tests/references/sim10b/redecay-simple.stage6.yaml rename to tests/references/sim10c/redecay-simple.stage6.yaml index 1cf6adf6be0d56479119b6366e0b8da319772b7a..f5f1ca6d5eda57890c3070d932694d5094b6f523 100644 --- a/tests/references/sim10b/redecay-simple.stage6.yaml +++ b/tests/references/sim10c/redecay-simple.stage6.yaml @@ -21,12 +21,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2011 - 3500GeV - MagUp - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -183,12 +183,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -345,12 +345,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2015 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2015-nu1.6.py @@ -524,12 +524,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2016 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -719,12 +719,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -912,12 +912,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2018 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -1105,12 +1105,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2011 - 3500GeV - MagDown - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -1267,12 +1267,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -1429,12 +1429,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2015 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2015-nu1.6.py @@ -1608,12 +1608,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2016 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -1803,12 +1803,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -1996,12 +1996,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-ReDecay01 + - name: Sim10c - 2018 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-ReDecay01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py diff --git a/tests/references/sim10b/splitsim.stage0.yaml b/tests/references/sim10c/splitsim.stage0.yaml similarity index 97% rename from tests/references/sim10b/splitsim.stage0.yaml rename to tests/references/sim10c/splitsim.stage0.yaml index 4fdda112684a35731af12c8effc6ebe0e2e2930f..7828c8b06ebccf437e27b69f4cd6f2a2c04aab8a 100644 --- a/tests/references/sim10b/splitsim.stage0.yaml +++ b/tests/references/sim10c/splitsim.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/splitsim.stage6.yaml b/tests/references/sim10c/splitsim.stage6.yaml similarity index 97% rename from tests/references/sim10b/splitsim.stage6.yaml rename to tests/references/sim10c/splitsim.stage6.yaml index 4fa94529ed98523ef419c9451c82eb03d35b388b..69b856d51d18e6c1539ec3b494387e5a118b536a 100644 --- a/tests/references/sim10b/splitsim.stage6.yaml +++ b/tests/references/sim10c/splitsim.stage6.yaml @@ -21,12 +21,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2011 - 3500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -182,12 +182,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -343,12 +343,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2015 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2015-nu1.6.py @@ -521,12 +521,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2016 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -715,12 +715,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -907,12 +907,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2018 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -1099,12 +1099,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2011 - 3500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -1260,12 +1260,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -1421,12 +1421,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2015 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2015-nu1.6.py @@ -1599,12 +1599,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2016 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -1793,12 +1793,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -1985,12 +1985,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2018 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py @@ -2171,12 +2171,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2011 - 3500GeV - MagUp - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -2326,12 +2326,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2012 - 4000GeV - MagUp - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -2481,12 +2481,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagUp - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2015 - 6500GeV - MagUp - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2015-nu1.6.py @@ -2653,12 +2653,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2016 - 6500GeV - MagUp - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -2841,12 +2841,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2017 - 6500GeV - MagUp - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -3027,12 +3027,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2018 - 6500GeV - MagUp - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -3213,12 +3213,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2011 - 3500GeV - MagDown - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -3368,12 +3368,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2012 - 4000GeV - MagDown - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -3523,12 +3523,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2015 - 6500GeV - MagDown - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2015-nu1.6.py @@ -3695,12 +3695,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2016 - 6500GeV - MagDown - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -3883,12 +3883,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2017 - 6500GeV - MagDown - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -4069,12 +4069,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - BcVegPy - processing_pass: Sim10b-SplitSim01 + - name: Sim10c - 2018 - 6500GeV - MagDown - BcVegPy + processing_pass: Sim10c-SplitSim01 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py @@ -4264,12 +4264,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2011 - 3500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -4429,12 +4429,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -4594,12 +4594,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2015 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2015-nu1.6.py @@ -4776,12 +4776,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2016 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -4974,12 +4974,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -5170,12 +5170,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2018 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -5366,12 +5366,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2011 - 3500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -5531,12 +5531,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -5696,12 +5696,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2015 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2015-nu1.6.py @@ -5878,12 +5878,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2016 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -6076,12 +6076,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -6272,12 +6272,12 @@ num_events: 500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b-SplitSim02 + - name: Sim10c - 2018 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c-SplitSim02 visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py diff --git a/tests/references/sim10b/stripping-filtered.stage0.yaml b/tests/references/sim10c/stripping-filtered.stage0.yaml similarity index 96% rename from tests/references/sim10b/stripping-filtered.stage0.yaml rename to tests/references/sim10c/stripping-filtered.stage0.yaml index 3926826e378ddecd3e693ebed9f619211ecac858..b8e8b786f16db924ad001a24a7566841d82af70d 100644 --- a/tests/references/sim10b/stripping-filtered.stage0.yaml +++ b/tests/references/sim10c/stripping-filtered.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/stripping-filtered.stage6.yaml b/tests/references/sim10c/stripping-filtered.stage6.yaml similarity index 97% rename from tests/references/sim10b/stripping-filtered.stage6.yaml rename to tests/references/sim10c/stripping-filtered.stage6.yaml index 4cb71ab8fb3a10f2a025b8a193720cb0dd1fbedd..9bed18592180bb0c3029ad2c36db54dd7c068c9a 100644 --- a/tests/references/sim10b/stripping-filtered.stage6.yaml +++ b/tests/references/sim10c/stripping-filtered.stage6.yaml @@ -15,12 +15,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -168,12 +168,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py diff --git a/tests/references/sim10b/stripping-versions.stage0.yaml b/tests/references/sim10c/stripping-versions.stage0.yaml similarity index 98% rename from tests/references/sim10b/stripping-versions.stage0.yaml rename to tests/references/sim10c/stripping-versions.stage0.yaml index 0b9f894cecaf57ecd679a5cc123be739a0db80db..aea685c3f4b74e8e6884fb10ad4a06a630a3f260 100644 --- a/tests/references/sim10b/stripping-versions.stage0.yaml +++ b/tests/references/sim10c/stripping-versions.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/stripping-versions.stage6.yaml b/tests/references/sim10c/stripping-versions.stage6.yaml similarity index 97% rename from tests/references/sim10b/stripping-versions.stage6.yaml rename to tests/references/sim10c/stripping-versions.stage6.yaml index aca35099692a1f5a84fdefb697f312a76c4327f1..39d647dde443ac2c9923668decb9452c26382968 100644 --- a/tests/references/sim10b/stripping-versions.stage6.yaml +++ b/tests/references/sim10c/stripping-versions.stage6.yaml @@ -15,12 +15,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -149,12 +149,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -283,12 +283,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -416,12 +416,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -549,12 +549,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -683,12 +683,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -817,12 +817,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -950,12 +950,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -1083,12 +1083,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -1248,12 +1248,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -1413,12 +1413,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -1576,12 +1576,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -1739,12 +1739,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -1902,12 +1902,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -2065,12 +2065,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -2228,12 +2228,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py @@ -2391,12 +2391,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -2554,12 +2554,12 @@ num_events: 50000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py diff --git a/tests/references/sim10b/trackeronly.stage0.yaml b/tests/references/sim10c/trackeronly.stage0.yaml similarity index 96% rename from tests/references/sim10b/trackeronly.stage0.yaml rename to tests/references/sim10c/trackeronly.stage0.yaml index 00957c634b97012a511e6fd09e5f640bf8c6b137..91c0643775ce18a9159ca72bf1f7f6d01225cbed 100644 --- a/tests/references/sim10b/trackeronly.stage0.yaml +++ b/tests/references/sim10c/trackeronly.stage0.yaml @@ -1,4 +1,4 @@ -sim-version: 10b +sim-version: 10c name: My Analysis inform: diff --git a/tests/references/sim10b/trackeronly.stage6.yaml b/tests/references/sim10c/trackeronly.stage6.yaml similarity index 96% rename from tests/references/sim10b/trackeronly.stage6.yaml rename to tests/references/sim10c/trackeronly.stage6.yaml index 7f3b30c201241d81c2a1296375f328e1fc93c578..c7757f444bfd869081b6410bd3768c3778fbce12 100644 --- a/tests/references/sim10b/trackeronly.stage6.yaml +++ b/tests/references/sim10c/trackeronly.stage6.yaml @@ -18,12 +18,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-mu100-2011-nu2.py @@ -124,12 +124,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-mu100-2012-nu2.5.py @@ -230,12 +230,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2015-nu1.6.py @@ -332,12 +332,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -434,12 +434,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -537,12 +537,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagUp - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -640,12 +640,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2011 - 3500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2011 - 3500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam3500GeV-md100-2011-nu2.py @@ -746,12 +746,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2012 - 4000GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2012 - 4000GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Sim08-Beam4000GeV-md100-2012-nu2.5.py @@ -852,12 +852,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2015-nu1.6.py @@ -954,12 +954,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -1056,12 +1056,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -1159,12 +1159,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - Pythia8 - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagDown - Pythia8 + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py @@ -1259,12 +1259,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagUp - BcVegPy - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagUp - BcVegPy + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2015-nu1.6.py @@ -1358,12 +1358,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagUp - BcVegPy - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagUp - BcVegPy + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2016-nu1.6.py @@ -1457,12 +1457,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagUp - BcVegPy - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagUp - BcVegPy + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2017-nu1.6.py @@ -1557,12 +1557,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagUp - BcVegPy - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagUp - BcVegPy + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-mu100-2018-nu1.6.py @@ -1657,12 +1657,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2015 - 6500GeV - MagDown - BcVegPy - processing_pass: Sim10b + - name: Sim10c - 2015 - 6500GeV - MagDown - BcVegPy + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2015-nu1.6.py @@ -1756,12 +1756,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2016 - 6500GeV - MagDown - BcVegPy - processing_pass: Sim10b + - name: Sim10c - 2016 - 6500GeV - MagDown - BcVegPy + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2016-nu1.6.py @@ -1855,12 +1855,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2017 - 6500GeV - MagDown - BcVegPy - processing_pass: Sim10b + - name: Sim10c - 2017 - 6500GeV - MagDown - BcVegPy + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2017-nu1.6.py @@ -1955,12 +1955,12 @@ num_events: 2500000 num_test_events: 10 steps: - - name: Sim10b - 2018 - 6500GeV - MagDown - BcVegPy - processing_pass: Sim10b + - name: Sim10c - 2018 - 6500GeV - MagDown - BcVegPy + processing_pass: Sim10c visible: true application: name: Gauss - version: v56r5 + version: v56r7 binary_tag: x86_64_v2-centos7-gcc11-opt options: - $APPCONFIGOPTS/Gauss/Beam6500GeV-md100-2018-nu1.6.py diff --git a/tests/test_datapkgs.py b/tests/test_datapkgs.py index df34b1c13d7dbc916c7183f371bb8a5b594be868..a7e84500cc5239959ee769e7db1fbc6536cc0f04 100644 --- a/tests/test_datapkgs.py +++ b/tests/test_datapkgs.py @@ -63,6 +63,6 @@ def test_latest_available(monkeypatch): def test_generator_compatibility(event_type: str, generator: str, compatible: bool): from LbMCSubmit.eventtypes import check_generator - decfiles_version = REF_DECFILES["sim10b"] # TODO: should this be pinned? + decfiles_version = REF_DECFILES["sim10c"] # TODO: should this be pinned? assert check_generator(decfiles_version, event_type, generator) == compatible diff --git a/tests/test_references.py b/tests/test_references.py index e8da11f4185d202567f47ce4c4edd67b314417b8..99ddb5adbcf28a88fa41244427d48e3408fc89a6 100644 --- a/tests/test_references.py +++ b/tests/test_references.py @@ -19,7 +19,7 @@ REF_DIR = Path(__file__).parent / "references" REF_DECFILES = ( {f"sim09{v}": "v29r25" for v in "ab"} | {f"sim09{v}": "v30r94" for v in "cdefghijklm"} # noqa: W503 - | {f"sim10{v}": "v32r3" for v in "b"} # noqa: W503 + | {f"sim10{v}": "v32r3" for v in "c"} # noqa: W503 ) REF_PGUN_VERSIONS = {"sim09": "v2r2", "sim10": "v2r2"} # TODO: check Sim10 PGun ver REF_APPCONFIG = "AppConfig.v3r417"