43 {
44
51
52 phi[1] = 6.1944e+00;
53 phi[2] = 4.7398e+00;
54 phi[3] = 2.9047e+00;
55 phi[4] = 1.0068e+00;
56 phi[5] = 5.8035e-01;
57
58 rho[1] = 1.0963e+00;
59 rho[2] = 2.7818e+00;
60 rho[3] = 1.2570e+00;
61 rho[4] = 7.7351e-01;
62 rho[5] = 5.6277e-01;
63
64 mass[0] = 8.9581e-01;
65 mass[1] = 1.019461e+00;
66 mass[2] = 0.919;
67 mass[3] = 1.4712e+00;
68 mass[4] = 1.7220e+00;
69 mass[5] = 1.3500e+00;
70
71 width[0] = 4.7400e-02;
72 width[1] = 4.2660e-03;
73 width[2] = 0.272;
74 width[3] = 2.7000e-01;
75 width[4] = 1.3500e-01;
76 width[5] = 2.6500e-01;
77
78 modetype[0]= 0;
79 modetype[1]= 1;
80 modetype[2]= 13;
81 modetype[3]= 3;
82 modetype[4]= 4;
83 modetype[5]= 5;
84
85
86 phi[0] = 0;
87 rho[0] = 1;
88
89
90
91
92
93
94 mD = 1.86486;
95 mDs = 1.9683;
96 rRes = 1.5;
97 rD = 3.0;
98 mkstr = 0.89594;
99 mk0 = 0.497614;
100 mass_Kaon = 0.49368;
101 mass_Pion = 0.13957;
102 mass_Pi0 = 0.1349766;
103 mass_EtaP = 0.95778;
104 mass_Eta = 0.547862;
105 math_pi = 3.1415926;
106 afRatio= 2.04835;
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)