42 {
43
50
51 phi[0] = 0;
52 rho[0] = 1;
53 phi[1] = 0;
54 rho[1] = 0;
55 phi[2] = 0;
56 rho[2] = 0;
57 phi[3] = 0;
58 rho[3] = 0;
59 phi[4] = 0;
60 rho[4] = 0;
61 phi[0] = 0.0;
62 phi[1] = 2.3351;
63
64 rho[0] = 1.0;
65 rho[1] = 3.3891;
66
67 modetype[0]= 13;
68 modetype[1]= 12;
69 modetype[2]= 12;
70 modetype[3]= 13;
71 modetype[4]= 13;
72
73
74
75
76
77
78 width[0] = 5.0800e-02;
79 width[1] = 1.4041e-01;
80 width[2] = 2.6500e-01;
81 width[3] = 2.7000e-01;
82 width[4] = 5.0800e-02;
83
84 mass[0] = 8.9166e-01;
85 mass[1] = 1.7228e+00;
86 mass[2] = 1.3500e+00;
87 mass[3] = 1.4250e+00;
88 mass[4] = 8.9166e-01;
89
90 mD = 1.86486;
91 mDs = 1.9683;
92 rRes = 9.0;
93 rD = 5.0;
94 metap = 0.95778;
95 mkstr = 0.89594;
96 mk0 = 0.497614;
97 mass_Kaon = 0.49368;
98 mass_Pion = 0.13957;
99 mass_Pi0 = 0.1349766;
100 math_pi = 3.1415926;
101
102
103 ma0 = 0.99;
104 Ga0 = 0.0756;
105 meta = 0.547862;
106
107 GS1 = 0.636619783;
108 GS2 = 0.01860182466;
109 GS3 = 0.1591549458;
110 GS4 = 0.00620060822;
111
112 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
113 for (int i=0; i<4; i++) {
114 for (int j=0; j<4; j++) {
115 G[i][j] = GG[i][j];
116 }
117 }
118}
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)