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