44 {
45
52
54 phi[0] = 0.0;
55 phi[1] = 3.365002324407079470347526;
56 phi[2] = 0.6621583377125883629332748;
57 phi[3] = 0.4339644541377705166951273;
58 phi[4] = 2.496788137814539787484591;
59 phi[5] = 5.337638327720493514050304;
60
61 rho[0] = 1.0;
62 rho[1] = 2.176692936463668459623477;
63 rho[2] = 1.815490493394110060876301;
64 rho[3] = 0.3832709830473302048403639;
65 rho[4] = 1.12572937386981664076302;
66 rho[5] = -1.190394848723933307610423;
67
68 modetype[0] = 13;
69 modetype[1] = 13;
70 modetype[2] = 13;
71 modetype[3] = 23;
72 modetype[4] = 23;
73 modetype[5] = 23;
74
75
76
77
78
79
80 width[0] = 0.0473000000000000017652546;
81 width[1] = 0.2320000000000000117683641;
82 width[2] = 0.1089999999999999996669331;
83 width[3] = 0.0200000000000000004163336;
84 width[4] = 0.1474000000000000032418512;
85 width[5] = 0.1867000000000000048405724;
86
87 mass[0] = 0.8955499999999999571898002;
88 mass[1] = 1.4139999999999999236166559;
89 mass[2] = 1.4323999999999998955502178;
90 mass[3] = 0.9000000000000000222044605;
91 mass[4] = 0.7752599999999999491606673;
92 mass[5] = 1.2755000000000000781597009;
93
94 mDp = 1.86966;
95 mK0 = 0.497611;
96 mKa = 0.49368;
97 mPi = 0.13957;
98 meta = 0.54775;
99 mK02 = 0.237616707;
100 mPi2 = 0.01947978;
101 mass_EtaP = 0.95778;
102 mass_Kaon = 0.49368;
103
104 math_pi = 3.1415926;
105 mass_Pion = 0.13957;
106 mass_Pion2 = 0.0194797849;
107 mass_2Pion = 0.27914;
108 math_2pi = 6.2831852;
109 rD2 = 25.0;
110 rRes2 = 9.0;
111 g1 = 0.5468;
112 g2 = 0.23;
113 GS1 = 0.636619783;
114 GS2 = 0.01860182466;
115 GS3 = 0.1591549458;
116 GS4 = 0.00620060822;
117
118 int GG[4][4] = { { 1, 0, 0, 0 }, { 0, -1, 0, 0 }, { 0, 0, -1, 0 }, { 0, 0, 0, -1 } };
119 for ( int i = 0; i < 4; i++ )
120 {
121 for ( int j = 0; j < 4; j++ ) { G[i][j] = GG[i][j]; }
122 }
123}
static const double radToDegrees
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)