44 {
45
52
54 phi[0] = 0.0;
55 phi[1] = -1.1735907962948264327;
56 phi[2] = -0.98738790124871123055;
57 phi[3] = 2.4055643732573601667;
58 phi[4] = 1.9872186812020204982;
59 phi[5] = 0.25034666009967576628;
60 phi[6] = -2.4035171276352995662;
61
62 rho[0] = 1.0;
63 rho[1] = 1.407574144549414541;
64 rho[2] = 1.3964570662861071071;
65 rho[3] = 2.5234814225240658203;
66 rho[4] = 2.0222401273514734044;
67 rho[5] = 0.69741141764274061643;
68 rho[6] = 0.84723998937758082661;
69
70 modetype[0] = 12;
71 modetype[1] = 12;
72 modetype[2] = 12;
73 modetype[3] = 12;
74 modetype[4] = 12;
75 modetype[5] = 23;
76 modetype[6] = 23;
77
78
79
80
81
82
83 width[0] = 0.047300000000000001765;
84 width[1] = 0.23200000000000001177;
85 width[2] = 0.10899999999999999967;
86 width[3] = 0.0084899999999999992834;
87 width[4] = 0.32200000000000000844;
88 width[5] = 0.020000000000000000416;
89 width[6] = 0.18670000000000000484;
90
91 mass[0] = 0.89554999999999995719;
92 mass[1] = 1.4139999999999999236;
93 mass[2] = 1.4323999999999998956;
94 mass[3] = 1.3999999999999999112;
95 mass[4] = 1.7179999999999999716;
96 mass[5] = 0.9000000000000000222;
97 mass[6] = 1.2755000000000000782;
98
99 mD0 = 1.86483;
100 mK0 = 0.497611;
101 mKa = 0.49368;
102 mPi = 0.13957;
103 meta = 0.54775;
104 mK02 = 0.237616707;
105 mPi2 = 0.01947978;
106 mass_EtaP = 0.95778;
107 mass_Kaon = 0.49368;
108
109 math_pi = 3.1415926;
110 mass_Pion = 0.13957;
111 mass_Pion2 = 0.0194797849;
112 mass_2Pion = 0.27914;
113 math_2pi = 6.2831852;
114 rD2 = 25.0;
115 rRes2 = 9.0;
116 g1 = 0.5468;
117 g2 = 0.23;
118 GS1 = 0.636619783;
119 GS2 = 0.01860182466;
120 GS3 = 0.1591549458;
121 GS4 = 0.00620060822;
122
123 int GG[4][4] = { { 1, 0, 0, 0 }, { 0, -1, 0, 0 }, { 0, 0, -1, 0 }, { 0, 0, 0, -1 } };
124 for ( int i = 0; i < 4; i++ )
125 {
126 for ( int j = 0; j < 4; j++ ) { G[i][j] = GG[i][j]; }
127 }
128}
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)