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