42 {
43
50
51 phi[0] = 0;
52 rho[0] = 1.0;
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
62 phi[0] = 0.0;
63 phi[1] = -7.3409e-01;
64 phi[2] = -9.4467e-01;
65 phi[3] = -4.3801e+00;
66 phi[4] = -2.3138e+00;
67
68 rho[0] = 1.0000e+00;
69 rho[1] = 8.5416e-01;
70 rho[2] = 6.8573e-01;
71 rho[3] = 1.7286e+00;
72 rho[4] = 7.5781e-01;
73
74 modetype[0]= 23;
75 modetype[1]= 23;
76 modetype[2]= 23;
77 modetype[3]= 23;
78 modetype[4]= 12;
79
80
81
82
83
84
85 width[0] = 6.7400e-02;
86 width[1] = 2.6500e-01;
87 width[2] = 1.8500e-01;
88 width[3] = 1.7400e-01;
89 width[4] = 1.7400e-01;
90
91 mass[0] = 9.5500e-01;
92 mass[1] = 1.3500e+00;
93 mass[2] = 1.2755e+00;
94 mass[3] = 1.0000e+00;
95 mass[4] = 1.0000e+00;
96
97 mD = 1.86486;
98 mDs = 1.9683;
99 rRes = 9.0;
100 rD = 5.0;
101 metap = 0.95778;
102 mkstr = 0.89594;
103 mk0 = 0.497614;
104 mass_Kaon = 0.49368;
105 mass_Pion = 0.13957;
106 mass_Pi0 = 0.1349766;
107 math_pi = 3.1415926;
108 ma0 = 0.99;
109 Ga0 = 0.0756;
110 meta = 0.547862;
111
112 GS1 = 0.636619783;
113 GS2 = 0.01860182466;
114 GS3 = 0.1591549458;
115 GS4 = 0.00620060822;
116
117 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
118 for (int i=0; i<4; i++) {
119 for (int j=0; j<4; j++) {
120 G[i][j] = GG[i][j];
121 }
122 }
123}
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)