47 {
48
51
57
58 int mode = 0;
59 phi[1] = -4.1936e+00;
60 phi[2] = 2.4056e+00;
61 phi[3] = 1.8102e+00;
62 phi[4] = -1.6106e+00;
63 phi[5] = -1.6106e+00;
64 phi[6] = 5.1214e+00;
65 phi[7] = 5.1214e+00;
66 phi[8] = 6.0675e-01;
67 phi[9] = -5.2450e+00;
68 phi[10]= -2.8735e+00;
69
70 rho[1] = 1.0981e+00;
71 rho[2] = 4.6322e-01;
72 rho[3] = 1.3138e+00;
73 rho[4] = 1.2709e+00;
74 rho[5] = 1.2709e+00;
75 rho[6] = 1.2953e+00;
76 rho[7] = 1.2953e+00;
77 rho[8] = 2.3583e+00;
78 rho[9] = 7.8907e+00;
79 rho[10]= 6.5982e-01;
80
81 phi[0] = 0;
82 rho[0] = 1;
83 mDsM = 1.9683;
84
85
86 mKst0 = 0.89555;
87 mKstp = 0.89166;
88 mrho = 0.7751;
89 mrho0 = 0.7753;
90 mK1270 = 1.289;
91 mK1400 = 1.403;
92 mK1650 = 1.672;
93 mOmega = 0.78266;
94 mA1 = 1.230;
95
96 GKst0 = 0.0473;
97 GKstp = 0.0508;
98 Grho = 0.1491;
99 Grho0 = 0.1478;
100 GK1270 = 0.116;
101 GK1400 = 0.174;
102 GK1650 = 0.158;
103 GOmega = 0.00868;
104 GA1 = 0.42;
105
106
107
108
109
110
111 mass_Pion = 0.13957;
112 mass_Pion_N = 0.134977;
113 mass_Eta = 0.547862;
114 mass_Kaon = 0.493677;
115 math_pi = 3.1415926;
116
117 rD2 = 5.0;
118 rRes1 = 3.0;
119 rRes2 = 9.0;
120
121 GS1 = 0.636619783;
122 GS2 = 0.01860182466;
123 GS3 = 0.1591549458;
124 GS4 = 0.00620060822;
125
126 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
127 int EE[4][4][4][4] =
128 { { {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} },
129 {{0,0,0,0}, {0,0,0,0}, {0,0,0,1}, {0,0,-1,0}},
130 {{0,0,0,0}, {0,0,0,-1}, {0,0,0,0}, {0,1,0,0} },
131 {{0,0,0,0}, {0,0,1,0}, {0,-1,0,0}, {0,0,0,0} } },
132 { {{0,0,0,0}, {0,0,0,0}, {0,0,0,-1}, {0,0,1,0} },
133 {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} },
134 {{0,0,0,1}, {0,0,0,0}, {0,0,0,0}, {-1,0,0,0}},
135 {{0,0,-1,0}, {0,0,0,0}, {1,0,0,0}, {0,0,0,0} } },
136 { {{0,0,0,0}, {0,0,0,1}, {0,0,0,0}, {0,-1,0,0}},
137 {{0,0,0,-1}, {0,0,0,0}, {0,0,0,0}, {1,0,0,0} },
138 {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} },
139 {{0,1,0,0}, {-1,0,0,0}, {0,0,0,0}, {0,0,0,0} } },
140 { {{0,0,0,0}, {0,0,-1,0}, {0,1,0,0}, {0,0,0,0} },
141 {{0,0,1,0}, {0,0,0,0}, {-1,0,0,0}, {0,0,0,0} },
142 {{0,-1,0,0}, {1,0,0,0}, {0,0,0,0}, {0,0,0,0} },
143 {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} } } };
144 for (int i=0; i<4; i++) {
145 for (int j=0; j<4; j++) {
146 G[i][j] = GG[i][j];
147 for (int k=0; k<4; k++) {
148 for (int l=0; l<4; l++) {
149 E[i][j][k][l] = EE[i][j][k][l];
150 }
151 }
152 }
153 }
154}
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)