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