42 {
43
50
51 phi[0] = 1.9740e-01;
52 phi[1] = 3.1956e+00;
53 phi[3] = 1.9523e-01;
54 phi[4] = 2.1602e+00;
55
56 rho[0] = 3.0648e-01;
57 rho[1] = 4.0708e-01;
58 rho[3] = 7.5484e-01;
59 rho[4] = 2.6511e+00;
60
61 phi[2] = 0;
62 rho[2] = 1;
63 modetype[0]= 12;
64 modetype[1]= 13;
65 modetype[2]= 23;
66 modetype[3]= 131;
67 modetype[4]= 231;
68
69
70
71
72
73
74 width[0] = 5.0800e-02;
75 width[1] = 4.7300e-02;
76 width[2] = 1.5020e-01;
77 width[3] = 2.3200e-01;
78 width[4] = 4.0000e-01;
79 mass[0] = 8.9166e-01;
80 mass[1] = 8.9555e-01;
81 mass[2] = 7.6650e-01;
82 mass[3] = 1.4140e+00;
83 mass[4] = 1.4650e+00;
84
85 mD = 1.86486;
86 mDs = 1.9683;
87 rRes = 9.0;
88 rD = 5.0;
89 metap = 0.95778;
90 mkstr = 0.89594;
91 mk0 = 0.497614;
92 mass_Kaon = 0.49368;
93 mass_Pion = 0.13957;
94 mass_Pi0 = 0.1349766;
95 math_pi = 3.1415926;
96
97
98 ma0 = 0.99;
99 Ga0 = 0.0756;
100 meta = 0.547862;
101
102 GS1 = 0.636619783;
103 GS2 = 0.01860182466;
104 GS3 = 0.1591549458;
105 GS4 = 0.00620060822;
106
107 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
108 for (int i=0; i<4; i++) {
109 for (int j=0; j<4; j++) {
110 G[i][j] = GG[i][j];
111 }
112 }
113}
void checkSpinDaughter(int d1, EvtSpinType::spintype sp)
void checkSpinParent(EvtSpinType::spintype sp)
void checkNDaug(int d1, int d2=-1)
void checkNArg(int a1, int a2=-1, int a3=-1, int a4=-1)