45 {
46
53
54 mass[0] = 0.89581;
55 mass[1] = 1.019461;
56 mass[2] = 0.965;
57 mass[3] = 1.474;
58 mass[4] = 1.68;
59 mass[5] = 1.4324;
60 mass[6] = 0.89581;
61 mass[7] = 1.3183;
62 width[0] = 0.0474;
63 width[1] = 0.004266;
64 width[2] = 0.0400;
65 width[3] = 0.265;
66 width[4] = 0.15;
67 width[5] = 0.109;
68 width[6] = 0.0474;
69 width[7] = 0.107;
70
71 rho[0] = 1;
72 phi[0] = 0;
73
74 rho[1] = 1.121155232058;
75 phi[1] = 3.322105212534;
76
77 rho[2] = 1.214264427529;
78 phi[2] = -5.321965906572;
79
80 rho[3] = 1.086952630367;
81 phi[3] = -4.213398459878;
82
83 rho[4] = 1.121071578335;
84 phi[4] =-1.055595448689;
85
86 rho[5] =-1.473195648049;
87 phi[5] =5.841826108667;
88
89 rho[6] = 5.396864431453;
90 phi[6] =-0.360227442474;
91
92 rho[7] = 0.436480711396;
93 phi[7] = 0.778423040673;
94
95 spin[0] = 1;
96 spin[1] = 1;
97 spin[2] = 0;
98 spin[3] = 0;
99 spin[4] = 1;
100 spin[5] = 2;
101 spin[6] = 0;
102 spin[7] = 2;
103
104 modetype[0] = 13;
105 modetype[1] = 12;
106 modetype[2] = 12;
107 modetype[3] = 12;
108 modetype[4] = 12;
109 modetype[5] = 13;
110 modetype[6] = 13;
111 modetype[7] = 12;
112
113
114
115
116
117
118
119
120 mDp = 1.86966;
121 mK0 = 0.497611;
122 mKa = 0.49368;
123 mPi = 0.13957;
124 mK02 = 0.237616707;
125 mPi2 = 0.01947978;
126 mass_EtaP = 0.95778;
127 mass_Kaon = 0.49368;
128
129 math_pi = 3.1415926;
130 mass_Pion = 0.13957;
131 mass_Pion2 = 0.0194797849;
132 mass_2Pion = 0.27914;
133 math_2pi = 6.2831852;
134 rD2 = 25.0;
135 rRes2 = 9.0;
136
137 g2 = 0.23;
138 GS1 = 0.636619783;
139 GS2 = 0.01860182466;
140 GS3 = 0.1591549458;
141 GS4 = 0.00620060822;
142
143
144 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
145 for (int i=0; i<4; i++) {
146 for (int j=0; j<4; j++) {
147 G[i][j] = GG[i][j];
148 }
149 }
150}
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)