From 0ea896ccc65aa3d9717f6bfd852ab6ee7d6bd669 Mon Sep 17 00:00:00 2001 From: Jan Wagner <jherdieckerhoff@tu-dortmund.de> Date: Tue, 2 Jul 2024 10:15:30 +0200 Subject: [PATCH 1/2] Add stage0.yaml --- B2MuMu/stage0.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 B2MuMu/stage0.yaml diff --git a/B2MuMu/stage0.yaml b/B2MuMu/stage0.yaml new file mode 100644 index 00000000..ff67fc95 --- /dev/null +++ b/B2MuMu/stage0.yaml @@ -0,0 +1,27 @@ +sim-version: 10 +name: B2MuMu_2024 +inform: + - jan.peter.wagner@cern.ch +WG: RD +file-format: DIGI + + +samples: + - event-types: + - 13112205 # Bs2MuMuGamma + - 11512012 # Bd2PiMuNu + - 13512011 # Bs2KMuNu + - 12113023 # Bd2PiMuMu + - 15512020 # Lb2PMuNu + data-types: + - 2024.Q1.2 + num-events: 500_000 + generation: + production-tool: Pythia8 + - event-types: + - 14543043 # Bc2JpsiMuNu + data-types: + - 2024.Q1.2 + num-events: 500_000 + generation: + production-tool: BcVegPy -- GitLab From 07cb9ff2a0c56b3da2a295d7f3efedf5be8b13e3 Mon Sep 17 00:00:00 2001 From: Jan Wagner <jherdieckerhoff@tu-dortmund.de> Date: Wed, 3 Jul 2024 08:33:05 +0200 Subject: [PATCH 2/2] Add B2eMu signal samples --- B2MuMu/stage0.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/B2MuMu/stage0.yaml b/B2MuMu/stage0.yaml index ff67fc95..60aa9199 100644 --- a/B2MuMu/stage0.yaml +++ b/B2MuMu/stage0.yaml @@ -13,6 +13,8 @@ samples: - 13512011 # Bs2KMuNu - 12113023 # Bd2PiMuMu - 15512020 # Lb2PMuNu + - 11112011 # Bs2eMu + - 13112011 # Bd2eMu data-types: - 2024.Q1.2 num-events: 500_000 -- GitLab