From 318bd2fa485d48809a5b9bd9646cdbc937704ba2 Mon Sep 17 00:00:00 2001
From: Jan Wagner <jherdieckerhoff@tu-dortmund.de>
Date: Sat, 20 Apr 2024 10:37:56 +0200
Subject: [PATCH 1/2] Add stage0.yaml

---
 Bd2DNuKstNuEE/stage0.yaml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 Bd2DNuKstNuEE/stage0.yaml

diff --git a/Bd2DNuKstNuEE/stage0.yaml b/Bd2DNuKstNuEE/stage0.yaml
new file mode 100644
index 00000000..6f2687ae
--- /dev/null
+++ b/Bd2DNuKstNuEE/stage0.yaml
@@ -0,0 +1,23 @@
+sim-version: 09
+name: Bd2DNuKstNuEE
+inform:
+  - alice.biolchini@cern.ch
+WG: RD
+file-format: DST
+
+samples:
+  - event-types:
+      - 11584022 # Bd -> D e nu
+    data-types:
+      - 2011
+      - 2012
+      - 2015
+      - 2016
+    num-events: 1_000_000
+  - event-types:
+      - 11584022 # Bd -> D e nu
+    data-types:
+      - 2017
+      - 2018
+    num-events: 2_000_000
+    
\ No newline at end of file
-- 
GitLab


From 75abfbab514f01a7c59f8cc77b4c42a2b4c1cabb Mon Sep 17 00:00:00 2001
From: Jan Wagner <jherdieckerhoff@tu-dortmund.de>
Date: Sat, 20 Apr 2024 10:40:17 +0200
Subject: [PATCH 2/2] Fix amount for Run1

---
 Bd2DNuKstNuEE/stage0.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Bd2DNuKstNuEE/stage0.yaml b/Bd2DNuKstNuEE/stage0.yaml
index 6f2687ae..99a72e15 100644
--- a/Bd2DNuKstNuEE/stage0.yaml
+++ b/Bd2DNuKstNuEE/stage0.yaml
@@ -9,15 +9,14 @@ samples:
   - event-types:
       - 11584022 # Bd -> D e nu
     data-types:
-      - 2011
-      - 2012
       - 2015
       - 2016
     num-events: 1_000_000
   - event-types:
       - 11584022 # Bd -> D e nu
     data-types:
+      - 2011
+      - 2012
       - 2017
       - 2018
     num-events: 2_000_000
-    
\ No newline at end of file
-- 
GitLab