44 {
45
52
53 phi[0] = 0.0;
54 phi[1] = 1.909216566958711;
55 phi[2] = -0.8081590353388339;
56 phi[3] = 2.126592957692503;
57 phi[4] = 0.7470081100599959;
58 phi[5] = -1.273770267344803;
59 phi[6] = 3.876999878268513;
60 phi[7] = 1.712738611706015;
61 phi[8] = 3.535638541429866;
62
63 rho[0] = 1.0;
64 rho[1] = -0.7991234523501731;
65 rho[2] = 1.610923317098042;
66 rho[3] = 2.517733001548718;
67 rho[4] = 1.872650170591211;
68 rho[5] = 3.852313089825635;
69 rho[6] = 1.604840470437296;
70 rho[7] = 3.12863961830903;
71 rho[8] = 2.195243023813692;
72
73 modetype[0]= 12;
74 modetype[1]= 12;
75 modetype[2]= 12;
76 modetype[3]= 12;
77 modetype[4]= 12;
78 modetype[5]= 23;
79 modetype[6]= 23;
80 modetype[7]= 23;
81 modetype[8]= 23;
82
83
84
85
86
87
88 width[0] = 0.0473;
89 width[1] = 0.2320;
90 width[2] = 0.1090;
91 width[3] = 0.0085;
92 width[4] = 0.3220;
93 width[5] = 0.4000;
94 width[6] = 0.0400;
95 width[7] = 0.2650;
96 width[8] = 0.1867;
97
98 mass[0] = 0.89555;
99 mass[1] = 1.4140;
100 mass[2] = 1.4324;
101 mass[3] = 1.4000;
102 mass[4] = 1.7180;
103 mass[5] = 0.5000;
104 mass[6] = 0.9650;
105 mass[7] = 1.3500;
106 mass[8] = 1.2755;
107
108 mD0 = 1.86483;
109 mK0 = 0.497611;
110 mKa = 0.49368;
111 mPi = 0.13957;
112 mK02 = 0.237616707;
113 mPi2 = 0.01947978;
114 mass_EtaP = 0.95778;
115 mass_Kaon = 0.49368;
116
117 math_pi = 3.1415926;
118 mass_Pion = 0.13957;
119 mass_Pion2 = 0.0194797849;
120 mass_2Pion = 0.27914;
121 math_2pi = 6.2831852;
122 rD2 = 25.0;
123 rRes2 = 9.0;
124 g1 = 0.5468;
125 g2 = 0.23;
126 GS1 = 0.636619783;
127 GS2 = 0.01860182466;
128 GS3 = 0.1591549458;
129 GS4 = 0.00620060822;
130
131 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
132 for (int i=0; i<4; i++) {
133 for (int j=0; j<4; j++) {
134 G[i][j] = GG[i][j];
135 }
136 }
137}
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)