42 {
46
47
48 mD = 1.86484; mPi = 0.13957; mKa = 0.493677;
49 math_pi = 3.1415926;
50 mKstr0 = 0.89555; mrhop = 0.77511;
51 GKstr0 = 0.0473; Grhop = 0.1491;
52 mKstrp = 0.89167; mrho0 = 0.77526;
53 GKstrp = 0.0514; Grho0 = 0.1474;
54 ma980 = 0.980;
55 Ga980 = 0.0972;
56 ma1_1260 = 1.230; mK1_1270 = 1.272;
57 Ga1_1260 = 0.420; GK1_1270 = 0.087;
58 meta1475 = 1.475; mK1_1400 = 1.403;
59 Geta1475 = 0.09; GK1_1400 = 0.174;
60
61 rho[1] = 1.0;
62 phi[1] = 0.0;
63 rho[0] = 1.1688955687;
64 phi[0] = 5.4715577597;
65 rho[2] = 1.2403434033;
66 phi[2] =-4.2080261661;
67 rho[3] = 4.9828746114;
68 phi[3] = 5.6470624082;
69 rho[4] = 2.8452580959;
70 phi[4] = 0.1889705326;
71 rho[5] = 2.8452580959;
72 phi[5] = 0.1889705326;
73 rho[6] = 8.7553053301;
74 phi[6] =-5.9775594415;
75
76 modetype[0]=1001;
77 modetype[1]=1002;
78 modetype[2]=1002;
79 modetype[3]=2008;
80 modetype[4]=4001;
81 modetype[5]=4002;
82 modetype[6]=3001;
83
84 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
85 int EE[4][4][4][4] =
86 { { {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} },
87 {{0,0,0,0}, {0,0,0,0}, {0,0,0,1}, {0,0,-1,0}},
88 {{0,0,0,0}, {0,0,0,-1}, {0,0,0,0}, {0,1,0,0} },
89 {{0,0,0,0}, {0,0,1,0}, {0,-1,0,0}, {0,0,0,0} } },
90 { {{0,0,0,0}, {0,0,0,0}, {0,0,0,-1}, {0,0,1,0} },
91 {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} },
92 {{0,0,0,1}, {0,0,0,0}, {0,0,0,0}, {-1,0,0,0}},
93 {{0,0,-1,0}, {0,0,0,0}, {1,0,0,0}, {0,0,0,0} } },
94 { {{0,0,0,0}, {0,0,0,1}, {0,0,0,0}, {0,-1,0,0}},
95 {{0,0,0,-1}, {0,0,0,0}, {0,0,0,0}, {1,0,0,0} },
96 {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} },
97 {{0,1,0,0}, {-1,0,0,0}, {0,0,0,0}, {0,0,0,0} } },
98 { {{0,0,0,0}, {0,0,-1,0}, {0,1,0,0}, {0,0,0,0} },
99 {{0,0,1,0}, {0,0,0,0}, {-1,0,0,0}, {0,0,0,0} },
100 {{0,-1,0,0}, {1,0,0,0}, {0,0,0,0}, {0,0,0,0} },
101 {{0,0,0,0}, {0,0,0,0}, {0,0,0,0}, {0,0,0,0} } } };
102 for (int i=0; i<4; i++) {
103 for (int j=0; j<4; j++) {
104 G[i][j] = GG[i][j];
105 for (int k=0; k<4; k++) {
106 for (int l=0; l<4; l++) {
107 E[i][j][k][l] = EE[i][j][k][l];
108 }
109 }
110 }
111 }
112}
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)