38 {
39
46
47 phi[0] = 1.9740e-01;
48 phi[1] = 3.1956e+00;
49 phi[3] = 1.9523e-01;
50 phi[4] = 2.1602e+00;
51
52 rho[0] = 3.0648e-01;
53 rho[1] = 4.0708e-01;
54 rho[3] = 7.5484e-01;
55 rho[4] = 2.6511e+00;
56
57 phi[2] = 0;
58 rho[2] = 1;
59 modetype[0] = 12;
60 modetype[1] = 13;
61 modetype[2] = 23;
62 modetype[3] = 131;
63 modetype[4] = 231;
64
65
66
67
68
69
70 width[0] = 5.0800e-02;
71 width[1] = 4.7300e-02;
72 width[2] = 1.5020e-01;
73 width[3] = 2.3200e-01;
74 width[4] = 4.0000e-01;
75 mass[0] = 8.9166e-01;
76 mass[1] = 8.9555e-01;
77 mass[2] = 7.6650e-01;
78 mass[3] = 1.4140e+00;
79 mass[4] = 1.4650e+00;
80
81 mD = 1.86486;
82 mDs = 1.9683;
83 rRes = 9.0;
84 rD = 5.0;
85 metap = 0.95778;
86 mkstr = 0.89594;
87 mk0 = 0.497614;
88 mass_Kaon = 0.49368;
89 mass_Pion = 0.13957;
90 mass_Pi0 = 0.1349766;
91 math_pi = 3.1415926;
92
93
94 ma0 = 0.99;
95 Ga0 = 0.0756;
96 meta = 0.547862;
97
98 GS1 = 0.636619783;
99 GS2 = 0.01860182466;
100 GS3 = 0.1591549458;
101 GS4 = 0.00620060822;
102
103 int GG[4][4] = { { 1, 0, 0, 0 }, { 0, -1, 0, 0 }, { 0, 0, -1, 0 }, { 0, 0, 0, -1 } };
104 for ( int i = 0; i < 4; i++ )
105 {
106 for ( int j = 0; j < 4; j++ ) { G[i][j] = GG[i][j]; }
107 }
108}
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)