-
Notifications
You must be signed in to change notification settings - Fork 21
/
Bsstar2_BdKS.dec
53 lines (53 loc) · 1.17 KB
/
Bsstar2_BdKS.dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Description : B*_s20 -> (B0 -> (J/psi(1S) -> mu+ mu-) K+ pi-) KS
#
#
Define myPKHplus 0.159
Define myPKHzero 0.775
Define myPKHminus 0.612
Define myPKphHplus 1.563
Define myPKphHzero 0.0
Define myPKphHminus 2.712
#
Alias B_s2*0sig B_s*0
Alias anti-B_s2*0sig anti-B_s*0
ChargeConj B_s2*0sig anti-B_s2*0sig
#
Alias MyB B0
Alias MyantiB anti-B0
ChargeConj MyB MyantiB
#
Alias MyKstar0 K*0
Alias MyantiKstar0 anti-K*0
ChargeConj MyKstar0 MyantiKstar0
#
Alias MyJ/psi J/psi
ChargeConj MyJ/psi MyJ/psi
#
Decay B_s2*0sig
1.0000 MyB K_S0 TSS;
Enddecay
#
Decay anti-B_s2*0sig
1.0000 MyantiB K_S0 TSS;
Enddecay
#
Decay MyB
1.000 MyJ/psi MyKstar0 SVV_HELAMP myPKHplus myPKphHplus myPKHzero myPKphHzero myPKHminus myPKphHminus;
Enddecay
#
Decay MyantiB
1.000 MyJ/psi MyantiKstar0 SVV_HELAMP myPKHplus myPKphHplus myPKHzero myPKphHzero myPKHminus myPKphHminus;
Enddecay
#
Decay MyantiKstar0
1.000 K- pi+ VSS;
Enddecay
Decay MyKstar0
1.000 K+ pi- VSS;
Enddecay
#
Decay MyJ/psi
1.0000 mu+ mu- PHOTOS VLL;
Enddecay
#
End