43 {
44
45
48
54
55 int mode = 0;
56 phi[0] = 0.0000e+00;
57 phi[1] = 2.2539e+00;
58 phi[2] = -4.1144e+00;
59 rho[0] = 1.0000e+00;
60 rho[1] = 3.0726e-01;
61 rho[2] = 8.8537e-01;
62 mass1[0] = 7.7526e-01;
63 mass1[1] = 9.8000e-01;
64 mass1[2] = 9.8000e-01;
65 mass2[0] = 1.2300e+00;
66 mass2[1] = 7.7526e-01;
67 mass2[2] = 1.8000e+00;
68 width1[0] = 1.4910e-01;
69 width1[1] = 7.0000e-02;
70 width1[2] = 7.0000e-02;
71 width2[0] = 3.3049e-01;
72 width2[1] = 1.4910e-01;
73 width2[2] = 3.8900e-01;
74
75 modetype[0] = 1;
76 modetype[1] = 2;
77 modetype[2] = 3;
78
79
80
81
82
83
84 rRes = 3.0;
85 rRes2 = 9.0;
86 rD = 5.0;
87 rD2 = 25.0;
88 mass_Ks = 0.497611;
89 mass_Kaon = 0.493677;
90 mass_Pion = 0.13957;
91 mass_Pi0 = 0.1349768;
92 meta = 0.547862;
93 GS1 = 0.636619783;
94 GS2 = 0.01860182466;
95 GS3 = 0.1591549458;
96 GS4 = 0.00620060822;
97
98 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
99 for (int a=0; a<4; a++) {
100 for (int j=0; j<4; j++) {
101 G[a][j] = GG[a][j];
102 }
103 }
104}
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)