From 913ae39a782358ccbce020b34ac4d569691f9c68 Mon Sep 17 00:00:00 2001
From: Michal Kreps <michal.kreps@cern.ch>
Date: Thu, 19 Dec 2024 15:43:25 +0100
Subject: [PATCH] Merge branch 'pkoppenb-Xib2D0pK' into 'master'

Xib->pK-D0 with Xib* tag.

See merge request lhcb-datapkg/Gen/DecFiles!2123

(cherry picked from commit 7b11dedea66c57903aa7225bd1a6885e5c837bcf)

5447f631 Xib->pKD0 with Xib* tag. That is a control of Xib0 - > p~K sexaquark, with opposite-charge pion tag
01e568d7 Xib->pKD0 with Xib* tag. That is a control of Xib0 - > p~K sexaquark, with opposite-charge pion tag
c22ea22f Remove unnecessary H_30 mass

Co-authored-by: Fernando Jesus Abudinen Gallego <fernando.abudinen@cern.ch>
---
 dkfiles/Xibst-_Xib0pi-,pK-D0=DecProdCut.dec | 52 +++++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 dkfiles/Xibst-_Xib0pi-,pK-D0=DecProdCut.dec

diff --git a/dkfiles/Xibst-_Xib0pi-,pK-D0=DecProdCut.dec b/dkfiles/Xibst-_Xib0pi-,pK-D0=DecProdCut.dec
new file mode 100644
index 000000000..53d5403d0
--- /dev/null
+++ b/dkfiles/Xibst-_Xib0pi-,pK-D0=DecProdCut.dec
@@ -0,0 +1,52 @@
+# EventType: 16163401
+#
+# Descriptor: [Sigma_b- -> (Xi_b0 ->  p+ K- (D0 -> pi0 pi0 )) pi-]cc
+#
+# NickName: Xibst-_Xib0pi-,pK-D0=DecProdCut
+# 
+# Documentation:
+#   Decay a Xib*- to a Xi_b0, going to p+ K- D0
+#   Sigma_b- as stand in for Xi*_b- as its not known to evtgen
+#   The D0 then decays invisibly
+#   This is a control mode for the wrong-sign tagging-pion line of
+#   Xib*- -> (Xi_b0 ->  p- K+ S) pi- 
+# EndDocumentation
+# 
+# Cuts: DaughtersInLHCb
+# 
+#  ParticleValue: " Sigma_b-   114   5112 -1.0  5.95533  2.506e-21       Sigma_b-   5112  0.000000e+00", " Sigma_b~+  115  -5112  1.0  5.95533  2.506e-21  anti-Sigma_b+  -5112  0.000000e+00"
+# 
+# 
+# CPUTime: <1min
+# PhysicsWG: Exotica
+# Tested: Yes
+# Responsible: Patrick Koppenburg
+# Email: patrick.koppenburg@cern.ch
+# Date: 20241206
+#
+Alias       MyXi_b0      Xi_b0
+Alias       Myanti-Xi_b0 anti-Xi_b0
+ChargeConj  MyXi_b0      Myanti-Xi_b0
+#
+Alias       MyD0       D0
+Alias       MyD0b      anti-D0
+ChargeConj  MyD0       MyD0b
+
+
+# Force Sigma_b- (stand in for Xi*_b-) to decay to Xi_b0 pi-:
+Decay Sigma_b-sig
+1.000   MyXi_b0  pi-     PHSP;
+Enddecay
+CDecay anti-Sigma_b+sig 
+#
+Decay MyXi_b0
+1.000   K- p+   MyD0      PHSP;
+Enddecay
+CDecay  Myanti-Xi_b0
+#
+Decay   MyD0
+1.000   pi0 pi0 PHSP;
+Enddecay
+CDecay  MyD0b
+#
+End
-- 
GitLab