44 {
45
48
55
56 int mode = 0;
57
58 phi[1] = 1.4732;
59 phi[2] = -4.2901;
60 rho[1] = 0.23396;
61 rho[2] = 7.4744;
62
63 mass1[0] = 1.019461;
64 mass1[1] = 1.019461;
65 mass1[2] = 1.019461;
66 mass2[0] = 0.77526;
67 mass2[1] = 0.77526;
68 mass2[2] = 0.77526;
69 mass3[0] = 1.23;
70 mass3[1] = 1.23;
71 mass3[2] = 1.23;
72
73 width1[0] = 0.004249;
74 width1[1] = 0.004249;
75 width1[2] = 0.004249;
76 width2[0] = 0.1478;
77 width2[1] = 0.1478;
78 width2[2] = 0.1478;
79 width3[0] = 0.42;
80 width3[1] = 0.42;
81 width3[2] = 0.42;
82
83 modetype[0]= 1;
84 modetype[1]= 3;
85 modetype[2]= 13;
86
87 phi[0] = 0;
88 rho[0] = 1;
89
90
91
92
93
94
95 mass_Pion = 0.13957;
96 mass_Pion_N = 0.134977;
97 mass_Eta = 0.547862;
98 math_pi = 3.1415926;
99 rD2 = 25.0;
100 rRes2 = 9.0;
101 GS1 = 0.636619783;
102 GS2 = 0.01860182466;
103 GS3 = 0.1591549458;
104 GS4 = 0.00620060822;
105
106 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
107 int EE[4][4][4][4] =
108 { { {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} },
109 {{0,0,0,0}, {0,0,0,0}, {0,0,0,1}, {0,0,-1,0}},
110 {{0,0,0,0}, {0,0,0,-1}, {0,0,0,0}, {0,1,0,0} },
111 {{0,0,0,0}, {0,0,1,0}, {0,-1,0,0}, {0,0,0,0} } },
112 { {{0,0,0,0}, {0,0,0,0}, {0,0,0,-1}, {0,0,1,0} },
113 {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} },
114 {{0,0,0,1}, {0,0,0,0}, {0,0,0,0}, {-1,0,0,0}},
115 {{0,0,-1,0}, {0,0,0,0}, {1,0,0,0}, {0,0,0,0} } },
116 { {{0,0,0,0}, {0,0,0,1}, {0,0,0,0}, {0,-1,0,0}},
117 {{0,0,0,-1}, {0,0,0,0}, {0,0,0,0}, {1,0,0,0} },
118 {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} },
119 {{0,1,0,0}, {-1,0,0,0}, {0,0,0,0}, {0,0,0,0} } },
120 { {{0,0,0,0}, {0,0,-1,0}, {0,1,0,0}, {0,0,0,0} },
121 {{0,0,1,0}, {0,0,0,0}, {-1,0,0,0}, {0,0,0,0} },
122 {{0,-1,0,0}, {1,0,0,0}, {0,0,0,0}, {0,0,0,0} },
123 {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} } } };
124 for (int i=0; i<4; i++) {
125 for (int j=0; j<4; j++) {
126 G[i][j] = GG[i][j];
127 for (int k=0; k<4; k++) {
128 for (int l=0; l<4; l++) {
129 E[i][j][k][l] = EE[i][j][k][l];
130 }
131 }
132 }
133 }
134
135}
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)