44 {
45
52
53 phi[0] = 0.286656178602813;
54 phi[1] = -0.888625014448000;
55 phi[2] = -2.453879234281807;
56 phi[3] = -2.975162215957068;
57 phi[4] = 0.0;
58 phi[5] = 2.704379334027896;
59
60 rho[0] = 3.492106794347418;
61 rho[1] = 0.727208768061443;
62 rho[2] = 0.419996095917039;
63 rho[3] = 1.057515286243158;
64 rho[4] = 1.0;
65 rho[5] = 0.912113205640503;
66
67 modetype[0]= 23;
68 modetype[1]= 23;
69 modetype[2]= 23;
70 modetype[3]= 23;
71 modetype[4]= 12;
72 modetype[5]= 12;
73
74
75
76
77
78
79 width[0] = 0.534;
80 width[1] = 0.0674;
81 width[2] = 0.265;
82 width[3] = 0.1867;
83 width[4] = 0.1502;
84 width[5] = 0.4;
85
86 mass[0] = 0.526;
87 mass[1] = 0.965;
88 mass[2] = 1.35;
89 mass[3] = 1.2755;
90 mass[4] = 0.7665;
91 mass[5] = 1.465;
92
93 mD = 1.86486;
94 mDs = 1.9683;
95 rRes = 9.0;
96 rD = 5.0;
97 metap = 0.95778;
98 mkstr = 0.89594;
99 mk0 = 0.497614;
100 mass_Kaon = 0.49368;
101 mass_Pion = 0.13957;
102 mass_Pi0 = 0.1349766;
103 math_pi = 3.1415926;
104 ma0 = 0.99;
105 Ga0 = 0.0756;
106 meta = 0.547862;
107
108 GS1 = 0.636619783;
109 GS2 = 0.01860182466;
110 GS3 = 0.1591549458;
111 GS4 = 0.00620060822;
112
113 int GG[4][4] = { {1,0,0,0}, {0,-1,0,0}, {0,0,-1,0}, {0,0,0,-1} };
114 for (int i=0; i<4; i++) {
115 for (int j=0; j<4; j++) {
116 G[i][j] = GG[i][j];
117 }
118 }
119}
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)