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