From 0ce214eadd41dc71fe3cfb884161e839007dce94 Mon Sep 17 00:00:00 2001 From: Julio Novoa Fernandez <jnovoafe@lxplus708.cern.ch> Date: Wed, 23 Aug 2023 13:46:43 +0200 Subject: [PATCH 1/2] SL MC request for B2MuNuee --- sl-bmunuee/sl-bmunuee.stage0.yaml | 143 ++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 sl-bmunuee/sl-bmunuee.stage0.yaml diff --git a/sl-bmunuee/sl-bmunuee.stage0.yaml b/sl-bmunuee/sl-bmunuee.stage0.yaml new file mode 100644 index 00000000..e2eb8b11 --- /dev/null +++ b/sl-bmunuee/sl-bmunuee.stage0.yaml @@ -0,0 +1,143 @@ +sim-version: 09 +name: B2MuNuee +inform: + - fabian.christoph.glaser@cern.ch +WG: SL +file-format: DST + +samples: + - event-types: + - 12513200 + data-types: + - 2016 + num-events: 500_000 + stripping: + version: 28r2p1 + + - event-types: + - 12513200 + data-types: + - 2017 + num-events: 500_000 + stripping: + version: 29r2p2 + + - event-types: + - 12513200 + data-types: + - 2018 + num-events: 500_000 + stripping: + version: 34r0p2 + + - event-types: + - 12511201 + - 12711000 + - 11512400 + data-types: + - 2016 + num-events: 1_000_000 + stripping: + version: 28r2p1 + fast-mc: + splitsim: yes + + - event-types: + - 12511201 + - 12711000 + - 11512400 + data-types: + - 2017 + num-events: 1_000_000 + stripping: + version: 29r2p2 + fast-mc: + splitsim: yes + + - event-types: + - 12511201 + - 12711000 + - 11512400 + data-types: + - 2018 + num-events: 1_000_000 + stripping: + version: 34r0p2 + fast-mc: + splitsim: yes + + - event-types: + - 12511005 + - 11511003 + data-types: + - 2016 + num-events: 500_000 + stripping: + version: 28r2p1 + fast-mc: + splitsim: yes + + - event-types: + - 12511005 + - 11511003 + data-types: + - 2017 + num-events: 500_000 + stripping: + version: 29r2p2 + fast-mc: + splitsim: yes + + - event-types: + - 12511005 + - 11511003 + data-types: + - 2018 + num-events: 500_000 + stripping: + version: 34r0p2 + fast-mc: + splitsim: yes + + - event-types: + - 14643230 + - 14845020 + - 14543050 + data-types: + - 2016 + num-events: 250_000 + stripping: + version: 28r2p1 + generation: + production-tool: BcVegPy + + - event-types: + - 14643230 + - 14845020 + - 14543050 + data-types: + - 2017 + num-events: 250_000 + stripping: + version: 29r2p2 + generation: + production-tool: BcVegPy + + - event-types: + - 14643230 + - 14845020 + - 14543050 + data-types: + - 2018 + num-events: 250_000 + stripping: + version: 34r0p2 + generation: + production-tool: BcVegPy + + + + + + + -- GitLab From 69da8f589a52d4e1f7f51cdf71d8f043acbf4ee5 Mon Sep 17 00:00:00 2001 From: Julio Novoa Fernandez <jnovoafe@lxplus7108.cern.ch> Date: Thu, 24 Aug 2023 18:00:58 +0200 Subject: [PATCH 2/2] Increase num-test-events --- sl-bmunuee/sl-bmunuee.stage0.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sl-bmunuee/sl-bmunuee.stage0.yaml b/sl-bmunuee/sl-bmunuee.stage0.yaml index e2eb8b11..fb89d4c0 100644 --- a/sl-bmunuee/sl-bmunuee.stage0.yaml +++ b/sl-bmunuee/sl-bmunuee.stage0.yaml @@ -39,6 +39,7 @@ samples: num-events: 1_000_000 stripping: version: 28r2p1 + num-test-events: 100 fast-mc: splitsim: yes @@ -51,6 +52,7 @@ samples: num-events: 1_000_000 stripping: version: 29r2p2 + num-test-events: 100 fast-mc: splitsim: yes @@ -63,6 +65,7 @@ samples: num-events: 1_000_000 stripping: version: 34r0p2 + num-test-events: 100 fast-mc: splitsim: yes @@ -74,6 +77,7 @@ samples: num-events: 500_000 stripping: version: 28r2p1 + num-test-events: 100 fast-mc: splitsim: yes @@ -85,6 +89,7 @@ samples: num-events: 500_000 stripping: version: 29r2p2 + num-test-events: 100 fast-mc: splitsim: yes @@ -96,6 +101,7 @@ samples: num-events: 500_000 stripping: version: 34r0p2 + num-test-events: 100 fast-mc: splitsim: yes -- GitLab