Geant4  10.02.p03
G4eeCrossSections Class Reference

#include <G4eeCrossSections.hh>

Collaboration diagram for G4eeCrossSections:

Public Member Functions

 G4eeCrossSections ()
 
virtual ~G4eeCrossSections ()
 
G4double CrossSection2pi (G4double)
 
G4double CrossSection3pi (G4double)
 
G4double CrossSectionPi0G (G4double)
 
G4double CrossSectionEtaG (G4double)
 
G4double CrossSection2Kcharged (G4double)
 
G4double CrossSection2Kneutral (G4double)
 
std::complex< G4doubleDpRho (G4double e)
 

Private Member Functions

void Initialise ()
 
G4double Width2p (G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
 
G4double Width3p (G4double s_inv, G4double mres, G4double gconst, G4double br)
 
G4double PhaseSpace3p (G4double e)
 
G4double WidthPg (G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
 
G4double WidthRho (G4double e)
 
G4double WidthOm (G4double e)
 
G4double WidthPhi (G4double e)
 
std::complex< G4doubleDpOm (G4double e)
 
std::complex< G4doubleDpPhi (G4double e)
 
G4eeCrossSectionsoperator= (const G4eeCrossSections &right)
 
 G4eeCrossSections (const G4eeCrossSections &)
 

Private Attributes

G4double MsPi
 
G4double MsPi0
 
G4double MsEta
 
G4double MsEtap
 
G4double MsKs
 
G4double MsKc
 
G4double MsRho
 
G4double MsOm
 
G4double MsF0
 
G4double MsA0
 
G4double MsPhi
 
G4double MsK892
 
G4double MsK0892
 
G4double GRho
 
G4double GOm
 
G4double GPhi
 
G4double GK892
 
G4double GK0892
 
G4double PhRho
 
G4double PhOm
 
G4double PhPhi
 
G4double PhRhoPi
 
G4double BrRhoPiG
 
G4double BrRhoPi0G
 
G4double BrRhoEtaG
 
G4double BrRhoEe
 
G4double BrOm3Pi
 
G4double BrOmPi0G
 
G4double BrOmEtaG
 
G4double BrOm2Pi
 
G4double PhOm2Pi
 
G4double BrOmEe
 
G4double BrPhi2Kc
 
G4double BrPhiKsKl
 
G4double BrPhi3Pi
 
G4double BrPhiPi0G
 
G4double BrPhiEtaG
 
G4double BrPhi2Pi
 
G4double PhPhi2Pi
 
G4double BrPhiEe
 
G4double MeVnb
 
G4double Alpha
 
G4double AOmRho
 
G4double ARhoPRho
 
G4double cterm
 
G4double mssig
 
G4double gsig
 
G4double brsigpipi
 
G4double msrho1450
 
G4double msrho1700
 
G4double grho1450
 
G4double grho1700
 
G4double arhoompi0
 
G4double arho1450ompi0
 
G4double arho1700ompi0
 
G4double phrhoompi0
 
G4double phrho1450ompi0
 
G4double phrho1700ompi0
 
G4double aomrhopi0
 
G4double phomrhopi0
 
G4double arhopi0pi0g
 
G4double aompi0pi0g
 
G4double phrhopi0pi0g
 
G4double phompi0pi0g
 
G4double brrho1450ompi0
 
G4double brrho1450pipi
 
G4double brrho1700ompi0
 
G4double brrho1700pipi
 
G4double aphirhopi0
 
G4double phphirhopi0
 
G4double arhosigg
 
G4double phrhosigg
 
G4double aomsigg
 
G4double phomsigg
 
G4double MsRho3
 
G4double MsOm3
 
G4double MsPhi3
 
G4PhysicsVectorph3p
 

Detailed Description

Definition at line 58 of file G4eeCrossSections.hh.

Constructor & Destructor Documentation

◆ G4eeCrossSections() [1/2]

G4eeCrossSections::G4eeCrossSections ( )

Definition at line 68 of file G4eeCrossSections.cc.

69 {
70  Initialise();
71 }

◆ ~G4eeCrossSections()

G4eeCrossSections::~G4eeCrossSections ( )
virtual

Definition at line 75 of file G4eeCrossSections.cc.

76 {}

◆ G4eeCrossSections() [2/2]

G4eeCrossSections::G4eeCrossSections ( const G4eeCrossSections )
private

Member Function Documentation

◆ CrossSection2Kcharged()

G4double G4eeCrossSections::CrossSection2Kcharged ( G4double  e)

Definition at line 277 of file G4eeCrossSections.cc.

278 {
279  G4double s_inv = e*e;
280  complex<G4double> dphi = DpPhi(e);
281 
282  complex<G4double> amp =
283  sqrt(Width2p(s_inv,MsPhi,GPhi,BrPhi2Kc,MsKc)*MsPhi3*BrPhiEe*GPhi)/dphi;
284 
285  G4double cross = 12.0*pi*MeVnb*norm(amp)/(e*s_inv);
286 
287  return cross;
288 }
Float_t norm
G4double Width2p(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
std::complex< G4double > DpPhi(G4double e)
static const double pi
Definition: G4SIunits.hh:74
double G4double
Definition: G4Types.hh:76
Here is the caller graph for this function:

◆ CrossSection2Kneutral()

G4double G4eeCrossSections::CrossSection2Kneutral ( G4double  e)

Definition at line 292 of file G4eeCrossSections.cc.

293 {
294  G4double s_inv = e*e;
295  complex<G4double> dphi = DpPhi(e);
296 
297  complex<G4double> amp =
298  sqrt(Width2p(s_inv,MsPhi,GPhi,BrPhiKsKl,MsKs)*MsPhi3*BrPhiEe*GPhi)/dphi;
299 
300  G4double cross = 12.0*pi*MeVnb*norm(amp)/(e*s_inv);
301 
302  return cross;
303 }
Float_t norm
G4double Width2p(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
std::complex< G4double > DpPhi(G4double e)
static const double pi
Definition: G4SIunits.hh:74
double G4double
Definition: G4Types.hh:76
Here is the caller graph for this function:

◆ CrossSection2pi()

G4double G4eeCrossSections::CrossSection2pi ( G4double  e)

Definition at line 193 of file G4eeCrossSections.cc.

194 {
195  complex<G4double> xr(cos(PhRho),sin(PhRho));
196  complex<G4double> xo(cos(PhOm2Pi),sin(PhOm2Pi));
197  complex<G4double> xf(cos(PhPhi2Pi),sin(PhPhi2Pi));
198 
199  G4double s_inv = e*e;
200  complex<G4double> drho = DpRho(e);
201  complex<G4double> dom = DpOm(e);
202  complex<G4double> dphi = DpPhi(e);
203 
204  complex<G4double> amp =
205  sqrt(Width2p(s_inv,MsRho,GRho,1.0,MsPi)*MsRho3*BrRhoEe*GRho)*xr/drho
206  + sqrt(Width2p(s_inv,MsOm,GOm,BrOm2Pi,MsPi)*MsOm3*BrOmEe*GOm)*xo/dom
207  + sqrt(Width2p(s_inv,MsPhi,GPhi,BrPhi2Pi,MsPi)*MsPhi3*BrPhiEe*GPhi)*xf/dphi;
208 
209  G4double cross = 12.0*pi*MeVnb*norm(amp)/(e*s_inv);
210 
211  return cross;
212 }
Float_t norm
G4double Width2p(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
std::complex< G4double > DpOm(G4double e)
std::complex< G4double > DpPhi(G4double e)
std::complex< G4double > DpRho(G4double e)
static const double pi
Definition: G4SIunits.hh:74
double G4double
Definition: G4Types.hh:76
Here is the caller graph for this function:

◆ CrossSection3pi()

G4double G4eeCrossSections::CrossSection3pi ( G4double  e)

Definition at line 216 of file G4eeCrossSections.cc.

217 {
218  complex<G4double> xf(cos(PhPhi2Pi),sin(PhPhi));
219 
220  G4double s_inv = e*e;
221  complex<G4double> dom = DpOm(e);
222  complex<G4double> dphi = DpPhi(e);
223 
224  complex<G4double> amp =
225  sqrt(Width3p(s_inv,MsOm,GOm,BrOm3Pi)*MsOm3*BrOmEe*GOm)/dom
226  + sqrt(Width3p(s_inv,MsPhi,GPhi,BrPhi3Pi)*MsPhi3*BrPhiEe*GPhi)*xf/dphi;
227 
228  G4double cross = 12.0*pi*MeVnb*norm(amp)/(e*s_inv);
229 
230  return cross;
231 }
Float_t norm
std::complex< G4double > DpOm(G4double e)
std::complex< G4double > DpPhi(G4double e)
G4double Width3p(G4double s_inv, G4double mres, G4double gconst, G4double br)
static const double pi
Definition: G4SIunits.hh:74
double G4double
Definition: G4Types.hh:76
Here is the caller graph for this function:

◆ CrossSectionEtaG()

G4double G4eeCrossSections::CrossSectionEtaG ( G4double  e)

Definition at line 256 of file G4eeCrossSections.cc.

257 {
258  complex<G4double> xf(cos(PhPhi),sin(PhPhi));
259 
260  G4double s_inv = e*e;
261  complex<G4double> drho = DpRho(e);
262  complex<G4double> dom = DpOm(e);
263  complex<G4double> dphi = DpPhi(e);
264 
265  complex<G4double> amp =
266  sqrt(WidthPg(s_inv,MsRho,GRho,BrRhoEtaG,MsEta)*MsRho3*BrRhoEe*GRho)/drho
267  + sqrt(WidthPg(s_inv,MsOm,GOm,BrOmEtaG,MsEta)*MsOm3*BrOmEe*GOm)/dom
268  + sqrt(WidthPg(s_inv,MsPhi,GPhi,BrPhiEtaG,MsEta)*MsPhi3*BrPhiEe*GPhi)*xf/dphi;
269 
270  G4double cross = 12.0*pi*MeVnb*norm(amp)/(e*s_inv);
271 
272  return cross;
273 }
Float_t norm
std::complex< G4double > DpOm(G4double e)
std::complex< G4double > DpPhi(G4double e)
std::complex< G4double > DpRho(G4double e)
G4double WidthPg(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
static const double pi
Definition: G4SIunits.hh:74
double G4double
Definition: G4Types.hh:76
Here is the caller graph for this function:

◆ CrossSectionPi0G()

G4double G4eeCrossSections::CrossSectionPi0G ( G4double  e)

Definition at line 235 of file G4eeCrossSections.cc.

236 {
237  complex<G4double> xf(cos(PhPhi),sin(PhPhi));
238 
239  G4double s_inv = e*e;
240  complex<G4double> drho = DpRho(e);
241  complex<G4double> dom = DpOm(e);
242  complex<G4double> dphi = DpPhi(e);
243 
244  complex<G4double> amp =
245  sqrt(WidthPg(s_inv,MsRho,GRho,BrRhoPi0G,MsPi0)*MsRho3*BrRhoEe*GRho)/drho
246  + sqrt(WidthPg(s_inv,MsOm,GOm,BrOmPi0G,MsPi0)*MsOm3*BrOmEe*GOm)/dom
247  + sqrt(WidthPg(s_inv,MsPhi,GPhi,BrPhiPi0G,MsPi0)*MsPhi3*BrPhiEe*GPhi)*xf/dphi;
248 
249  G4double cross = 12.0*pi*MeVnb*norm(amp)/(e*s_inv);
250 
251  return cross;
252 }
Float_t norm
std::complex< G4double > DpOm(G4double e)
std::complex< G4double > DpPhi(G4double e)
std::complex< G4double > DpRho(G4double e)
G4double WidthPg(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
static const double pi
Definition: G4SIunits.hh:74
double G4double
Definition: G4Types.hh:76
Here is the caller graph for this function:

◆ DpOm()

complex< G4double > G4eeCrossSections::DpOm ( G4double  e)
private

Definition at line 402 of file G4eeCrossSections.cc.

403 {
404  complex<G4double> d(MsOm*MsOm - e*e, -e*WidthOm(e));
405  return d;
406 }
Float_t d
G4double WidthOm(G4double e)

◆ DpPhi()

complex< G4double > G4eeCrossSections::DpPhi ( G4double  e)
private

Definition at line 410 of file G4eeCrossSections.cc.

411 {
412  complex<G4double> d(MsPhi*MsPhi - e*e, -e*WidthPhi(e));
413  return d;
414 }
Float_t d
G4double WidthPhi(G4double e)

◆ DpRho()

complex< G4double > G4eeCrossSections::DpRho ( G4double  e)

Definition at line 394 of file G4eeCrossSections.cc.

395 {
396  complex<G4double> d(MsRho*MsRho - e*e, -e*WidthRho(e));
397  return d;
398 }
Float_t d
G4double WidthRho(G4double e)
Here is the caller graph for this function:

◆ Initialise()

void G4eeCrossSections::Initialise ( )
private

Definition at line 80 of file G4eeCrossSections.cc.

81 {
85  MsEtap=957.78*MeV;
88  MsRho= 775.5*MeV;
89  MsOm = 782.62*MeV;
90  MsF0 = 980.0*MeV;
91  MsA0 = 984.7*MeV;
92  MsPhi= 1019.46*MeV;
93  MsK892 = 891.66*MeV;
94  MsK0892 = 896.0*MeV;
95  GRho = 149.4*MeV;
96  GOm = 8.49*MeV;
97  GPhi = 4.26*MeV;
98  GK892 = 50.8*MeV;
99  GK0892 = 50.3*MeV;
100  PhRho = 0.0;
101  PhOm = 0.0;
102  PhPhi = 155.0*degree;
103  PhRhoPi = 186.0*degree;
104 
105  BrRhoPiG = 4.5e-4;
106  BrRhoPi0G= 6.8e-4;
107  BrRhoEtaG= 2.95e-4;
108  BrRhoEe = 4.7e-5;
109  BrOm3Pi = 0.891;
110  BrOmPi0G= 0.089;
111  BrOmEtaG= 4.9e-4;
112  BrOm2Pi = 0.017;
113  PhOm2Pi = 90.0;
114  BrOmEe = 7.18e-5;
115  BrPhi2Kc = 0.492;
116  BrPhiKsKl= 0.34;
117  BrPhi3Pi = 0.153;
118  BrPhiPi0G= 1.25e-3;
119  BrPhiEtaG= 1.301e-2;
120  BrPhi2Pi = 7.3e-5;
121  PhPhi2Pi = -20.0*degree;
122  BrPhiEe = 2.97e-4;
123 
125  MsOm3 = MsOm*MsOm*MsOm;
127 
128  MeVnb = 3.8938e+11*nanobarn;
130 
131  AOmRho = 3.0;
132  ARhoPRho = 0.72;
133  cterm=0.;
134  mssig = 600.*MeV;
135  gsig = 500.*MeV;
136  brsigpipi = 1.;
137 
138  msrho1450 = 1459.*MeV;
139  msrho1700 = 1688.8*MeV;
140  grho1450 = 171.*MeV;
141  grho1700 = 161.*MeV;
142  arhoompi0 = 1.;
143  arho1450ompi0 = 1.;
144  arho1700ompi0 = 1.;
145  phrhoompi0 = 0.;
146  phrho1450ompi0 = pi;
147  phrho1700ompi0 = 0.;
148  aomrhopi0 = 1.;
149  phomrhopi0 = 0.;
150  arhopi0pi0g = 0.;
151  aompi0pi0g = 0.;
152  phrhopi0pi0g = 0.;
153  phompi0pi0g = 0.;
154  brrho1450ompi0 = 0.02;
155  brrho1450pipi = 0.50;
156  brrho1700ompi0 = 1.0;
157  brrho1700pipi = 0.02;
158  aphirhopi0 = 1.;
159  phphirhopi0 = pi;
160  arhosigg = 0.;
161  phrhosigg = 0.;
162  aomsigg = 0.;
163  phomsigg = 0.;
164 
165  G4String w0, w1, w2;
166  ph3p = 0;
167 
168  /*
169  G4double emin, emax;
170  G4int nbins;
171  const G4String fname = "wrhopi.wid";
172  ifstream fi(fname.c_str());
173  fi >> w0 >> nbins >> w1 >> emin >> w2 >> emax;
174  emin *= MeV;
175  emax *= MeV;
176  ph3p = new G4PhysicsLinearVector(emin,emax,nbins);
177  G4int nlines = nbins/5;
178  G4double s0, s1, s2, s3, s4;
179  for(G4int i=0; i<nlines; i++) {
180  fi >> s0 >> s1 >> s2 >> s3 >> s4;
181  ph3p->PutValue(5*i, s0);
182  ph3p->PutValue(5*i + 1, s1);
183  ph3p->PutValue(5*i + 2, s2);
184  ph3p->PutValue(5*i + 3, s3);
185  ph3p->PutValue(5*i + 4, s4);
186  }
187  fi.close();
188  */
189 }
static const double MeV
Definition: G4SIunits.hh:211
static const double nanobarn
Definition: G4SIunits.hh:107
static G4KaonZeroLong * KaonZeroLong()
G4PhysicsVector * ph3p
static G4Eta * Eta()
Definition: G4Eta.cc:109
int fine_structure_const
Definition: hepunit.py:287
static G4PionPlus * PionPlus()
Definition: G4PionPlus.cc:98
static G4PionZero * PionZero()
Definition: G4PionZero.cc:108
static const double pi
Definition: G4SIunits.hh:74
static const double degree
Definition: G4SIunits.hh:143
static G4KaonPlus * KaonPlus()
Definition: G4KaonPlus.cc:113
Here is the call graph for this function:

◆ operator=()

G4eeCrossSections& G4eeCrossSections::operator= ( const G4eeCrossSections right)
private

◆ PhaseSpace3p()

G4double G4eeCrossSections::PhaseSpace3p ( G4double  e)
private

Definition at line 330 of file G4eeCrossSections.cc.

331 {
332  // E.A.Kuraev, Z.K.Silagadze.
333  // Once more about the omega->3 pi contact term.
334  // Yadernaya Phisica, 1995, V58, N9, p.1678-1694.
335 
336  // G4bool b;
337  // G4double x = ph3p->GetValue(e, b);
338  G4double x = 1.0;
339  G4double emev = e/MeV;
340  G4double y = 414.12/emev;
341  x *= pow(e/MsOm, 5.0) * pow(emev*0.1, 3.0)*(1.0 - y*y);
342  return x;
343 }
static const double MeV
Definition: G4SIunits.hh:211
Double_t y
double G4double
Definition: G4Types.hh:76

◆ Width2p()

G4double G4eeCrossSections::Width2p ( G4double  s_inv,
G4double  mres,
G4double  gconst,
G4double  br,
G4double  mp 
)
private

Definition at line 307 of file G4eeCrossSections.cc.

309 {
310  G4double mp2 = 4.0*mp*mp;
311  G4double s0 = mres*mres;
312  G4double f = (s_inv - mp2)/(s0 - mp2);
313  if(f < 0.0) f = 0.0;
314  return gconst*br*sqrt(f)*f*s0/s_inv;
315 }
double G4double
Definition: G4Types.hh:76

◆ Width3p()

G4double G4eeCrossSections::Width3p ( G4double  s_inv,
G4double  mres,
G4double  gconst,
G4double  br 
)
private

Definition at line 319 of file G4eeCrossSections.cc.

321 {
322  G4double w = PhaseSpace3p(sqrt(s_inv));
323  G4double w0= PhaseSpace3p(mres);
324  G4double x = gconst*br*w/w0;
325  return x;
326 }
G4double PhaseSpace3p(G4double e)
double G4double
Definition: G4Types.hh:76

◆ WidthOm()

G4double G4eeCrossSections::WidthOm ( G4double  e)
private

Definition at line 367 of file G4eeCrossSections.cc.

368 {
369  G4double s_inv = e*e;
370  G4double w = (Width3p(s_inv, MsOm, GOm, BrOm3Pi) +
371  WidthPg(s_inv, MsOm, GOm, BrOmPi0G, MsPi0) +
372  WidthPg(s_inv, MsOm, GOm, BrOmEtaG, MsEta) +
373  Width2p(s_inv, MsOm, GOm, BrOm2Pi, MsPi)) /
375  return w;
376 }
G4double Width2p(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
G4double WidthPg(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
G4double Width3p(G4double s_inv, G4double mres, G4double gconst, G4double br)
double G4double
Definition: G4Types.hh:76

◆ WidthPg()

G4double G4eeCrossSections::WidthPg ( G4double  s_inv,
G4double  mres,
G4double  gconst,
G4double  br,
G4double  mp 
)
private

Definition at line 347 of file G4eeCrossSections.cc.

349 {
350  G4double mp2 = mp*mp;
351  G4double s0 = mres*mres;
352  G4double f = (s_inv - mp2)*mres/((s0 - mp2)*sqrt(s_inv));
353  if(f < 0.0) f = 0.0;
354  return gconst*br*f*f*f;
355 }
double G4double
Definition: G4Types.hh:76

◆ WidthPhi()

G4double G4eeCrossSections::WidthPhi ( G4double  e)
private

Definition at line 380 of file G4eeCrossSections.cc.

381 {
382  G4double s_inv = e*e;
383  G4double w = (Width3p(s_inv, MsPhi, GPhi, BrPhi3Pi) +
384  WidthPg(s_inv, MsPhi, GPhi, BrPhiPi0G, MsPi0) +
385  WidthPg(s_inv, MsPhi, GPhi, BrPhiEtaG, MsEta) +
386  Width2p(s_inv, MsPhi, GPhi, BrPhi2Kc, MsKc) +
387  Width2p(s_inv, MsPhi, GPhi, BrPhiKsKl, MsKs)) /
389  return w;
390 }
G4double Width2p(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
G4double WidthPg(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
G4double Width3p(G4double s_inv, G4double mres, G4double gconst, G4double br)
double G4double
Definition: G4Types.hh:76

◆ WidthRho()

G4double G4eeCrossSections::WidthRho ( G4double  e)
private

Definition at line 359 of file G4eeCrossSections.cc.

360 {
361  G4double w = Width2p(e*e, MsRho, GRho, 1.0, MsPi);
362  return w;
363 }
G4double Width2p(G4double s_inv, G4double mres, G4double gconst, G4double br, G4double mp)
double G4double
Definition: G4Types.hh:76

Member Data Documentation

◆ Alpha

G4double G4eeCrossSections::Alpha
private

Definition at line 116 of file G4eeCrossSections.hh.

◆ aompi0pi0g

G4double G4eeCrossSections::aompi0pi0g
private

Definition at line 121 of file G4eeCrossSections.hh.

◆ AOmRho

G4double G4eeCrossSections::AOmRho
private

Definition at line 117 of file G4eeCrossSections.hh.

◆ aomrhopi0

G4double G4eeCrossSections::aomrhopi0
private

Definition at line 120 of file G4eeCrossSections.hh.

◆ aomsigg

G4double G4eeCrossSections::aomsigg
private

Definition at line 124 of file G4eeCrossSections.hh.

◆ aphirhopi0

G4double G4eeCrossSections::aphirhopi0
private

Definition at line 123 of file G4eeCrossSections.hh.

◆ arho1450ompi0

G4double G4eeCrossSections::arho1450ompi0
private

Definition at line 119 of file G4eeCrossSections.hh.

◆ arho1700ompi0

G4double G4eeCrossSections::arho1700ompi0
private

Definition at line 119 of file G4eeCrossSections.hh.

◆ arhoompi0

G4double G4eeCrossSections::arhoompi0
private

Definition at line 119 of file G4eeCrossSections.hh.

◆ arhopi0pi0g

G4double G4eeCrossSections::arhopi0pi0g
private

Definition at line 121 of file G4eeCrossSections.hh.

◆ ARhoPRho

G4double G4eeCrossSections::ARhoPRho
private

Definition at line 117 of file G4eeCrossSections.hh.

◆ arhosigg

G4double G4eeCrossSections::arhosigg
private

Definition at line 124 of file G4eeCrossSections.hh.

◆ BrOm2Pi

G4double G4eeCrossSections::BrOm2Pi
private

Definition at line 114 of file G4eeCrossSections.hh.

◆ BrOm3Pi

G4double G4eeCrossSections::BrOm3Pi
private

Definition at line 113 of file G4eeCrossSections.hh.

◆ BrOmEe

G4double G4eeCrossSections::BrOmEe
private

Definition at line 114 of file G4eeCrossSections.hh.

◆ BrOmEtaG

G4double G4eeCrossSections::BrOmEtaG
private

Definition at line 114 of file G4eeCrossSections.hh.

◆ BrOmPi0G

G4double G4eeCrossSections::BrOmPi0G
private

Definition at line 114 of file G4eeCrossSections.hh.

◆ BrPhi2Kc

G4double G4eeCrossSections::BrPhi2Kc
private

Definition at line 115 of file G4eeCrossSections.hh.

◆ BrPhi2Pi

G4double G4eeCrossSections::BrPhi2Pi
private

Definition at line 116 of file G4eeCrossSections.hh.

◆ BrPhi3Pi

G4double G4eeCrossSections::BrPhi3Pi
private

Definition at line 115 of file G4eeCrossSections.hh.

◆ BrPhiEe

G4double G4eeCrossSections::BrPhiEe
private

Definition at line 116 of file G4eeCrossSections.hh.

◆ BrPhiEtaG

G4double G4eeCrossSections::BrPhiEtaG
private

Definition at line 115 of file G4eeCrossSections.hh.

◆ BrPhiKsKl

G4double G4eeCrossSections::BrPhiKsKl
private

Definition at line 115 of file G4eeCrossSections.hh.

◆ BrPhiPi0G

G4double G4eeCrossSections::BrPhiPi0G
private

Definition at line 115 of file G4eeCrossSections.hh.

◆ brrho1450ompi0

G4double G4eeCrossSections::brrho1450ompi0
private

Definition at line 122 of file G4eeCrossSections.hh.

◆ brrho1450pipi

G4double G4eeCrossSections::brrho1450pipi
private

Definition at line 122 of file G4eeCrossSections.hh.

◆ brrho1700ompi0

G4double G4eeCrossSections::brrho1700ompi0
private

Definition at line 122 of file G4eeCrossSections.hh.

◆ brrho1700pipi

G4double G4eeCrossSections::brrho1700pipi
private

Definition at line 123 of file G4eeCrossSections.hh.

◆ BrRhoEe

G4double G4eeCrossSections::BrRhoEe
private

Definition at line 113 of file G4eeCrossSections.hh.

◆ BrRhoEtaG

G4double G4eeCrossSections::BrRhoEtaG
private

Definition at line 113 of file G4eeCrossSections.hh.

◆ BrRhoPi0G

G4double G4eeCrossSections::BrRhoPi0G
private

Definition at line 113 of file G4eeCrossSections.hh.

◆ BrRhoPiG

G4double G4eeCrossSections::BrRhoPiG
private

Definition at line 113 of file G4eeCrossSections.hh.

◆ brsigpipi

G4double G4eeCrossSections::brsigpipi
private

Definition at line 117 of file G4eeCrossSections.hh.

◆ cterm

G4double G4eeCrossSections::cterm
private

Definition at line 117 of file G4eeCrossSections.hh.

◆ GK0892

G4double G4eeCrossSections::GK0892
private

Definition at line 112 of file G4eeCrossSections.hh.

◆ GK892

G4double G4eeCrossSections::GK892
private

Definition at line 112 of file G4eeCrossSections.hh.

◆ GOm

G4double G4eeCrossSections::GOm
private

Definition at line 112 of file G4eeCrossSections.hh.

◆ GPhi

G4double G4eeCrossSections::GPhi
private

Definition at line 112 of file G4eeCrossSections.hh.

◆ GRho

G4double G4eeCrossSections::GRho
private

Definition at line 112 of file G4eeCrossSections.hh.

◆ grho1450

G4double G4eeCrossSections::grho1450
private

Definition at line 118 of file G4eeCrossSections.hh.

◆ grho1700

G4double G4eeCrossSections::grho1700
private

Definition at line 118 of file G4eeCrossSections.hh.

◆ gsig

G4double G4eeCrossSections::gsig
private

Definition at line 117 of file G4eeCrossSections.hh.

◆ MeVnb

G4double G4eeCrossSections::MeVnb
private

Definition at line 116 of file G4eeCrossSections.hh.

◆ MsA0

G4double G4eeCrossSections::MsA0
private

Definition at line 111 of file G4eeCrossSections.hh.

◆ MsEta

G4double G4eeCrossSections::MsEta
private

Definition at line 110 of file G4eeCrossSections.hh.

◆ MsEtap

G4double G4eeCrossSections::MsEtap
private

Definition at line 110 of file G4eeCrossSections.hh.

◆ MsF0

G4double G4eeCrossSections::MsF0
private

Definition at line 111 of file G4eeCrossSections.hh.

◆ MsK0892

G4double G4eeCrossSections::MsK0892
private

Definition at line 111 of file G4eeCrossSections.hh.

◆ MsK892

G4double G4eeCrossSections::MsK892
private

Definition at line 111 of file G4eeCrossSections.hh.

◆ MsKc

G4double G4eeCrossSections::MsKc
private

Definition at line 110 of file G4eeCrossSections.hh.

◆ MsKs

G4double G4eeCrossSections::MsKs
private

Definition at line 110 of file G4eeCrossSections.hh.

◆ MsOm

G4double G4eeCrossSections::MsOm
private

Definition at line 110 of file G4eeCrossSections.hh.

◆ MsOm3

G4double G4eeCrossSections::MsOm3
private

Definition at line 126 of file G4eeCrossSections.hh.

◆ MsPhi

G4double G4eeCrossSections::MsPhi
private

Definition at line 111 of file G4eeCrossSections.hh.

◆ MsPhi3

G4double G4eeCrossSections::MsPhi3
private

Definition at line 126 of file G4eeCrossSections.hh.

◆ MsPi

G4double G4eeCrossSections::MsPi
private

Definition at line 110 of file G4eeCrossSections.hh.

◆ MsPi0

G4double G4eeCrossSections::MsPi0
private

Definition at line 110 of file G4eeCrossSections.hh.

◆ MsRho

G4double G4eeCrossSections::MsRho
private

Definition at line 110 of file G4eeCrossSections.hh.

◆ msrho1450

G4double G4eeCrossSections::msrho1450
private

Definition at line 118 of file G4eeCrossSections.hh.

◆ msrho1700

G4double G4eeCrossSections::msrho1700
private

Definition at line 118 of file G4eeCrossSections.hh.

◆ MsRho3

G4double G4eeCrossSections::MsRho3
private

Definition at line 126 of file G4eeCrossSections.hh.

◆ mssig

G4double G4eeCrossSections::mssig
private

Definition at line 117 of file G4eeCrossSections.hh.

◆ ph3p

G4PhysicsVector* G4eeCrossSections::ph3p
private

Definition at line 128 of file G4eeCrossSections.hh.

◆ PhOm

G4double G4eeCrossSections::PhOm
private

Definition at line 112 of file G4eeCrossSections.hh.

◆ PhOm2Pi

G4double G4eeCrossSections::PhOm2Pi
private

Definition at line 114 of file G4eeCrossSections.hh.

◆ phompi0pi0g

G4double G4eeCrossSections::phompi0pi0g
private

Definition at line 121 of file G4eeCrossSections.hh.

◆ phomrhopi0

G4double G4eeCrossSections::phomrhopi0
private

Definition at line 120 of file G4eeCrossSections.hh.

◆ phomsigg

G4double G4eeCrossSections::phomsigg
private

Definition at line 124 of file G4eeCrossSections.hh.

◆ PhPhi

G4double G4eeCrossSections::PhPhi
private

Definition at line 112 of file G4eeCrossSections.hh.

◆ PhPhi2Pi

G4double G4eeCrossSections::PhPhi2Pi
private

Definition at line 116 of file G4eeCrossSections.hh.

◆ phphirhopi0

G4double G4eeCrossSections::phphirhopi0
private

Definition at line 123 of file G4eeCrossSections.hh.

◆ PhRho

G4double G4eeCrossSections::PhRho
private

Definition at line 112 of file G4eeCrossSections.hh.

◆ phrho1450ompi0

G4double G4eeCrossSections::phrho1450ompi0
private

Definition at line 120 of file G4eeCrossSections.hh.

◆ phrho1700ompi0

G4double G4eeCrossSections::phrho1700ompi0
private

Definition at line 120 of file G4eeCrossSections.hh.

◆ phrhoompi0

G4double G4eeCrossSections::phrhoompi0
private

Definition at line 119 of file G4eeCrossSections.hh.

◆ PhRhoPi

G4double G4eeCrossSections::PhRhoPi
private

Definition at line 112 of file G4eeCrossSections.hh.

◆ phrhopi0pi0g

G4double G4eeCrossSections::phrhopi0pi0g
private

Definition at line 121 of file G4eeCrossSections.hh.

◆ phrhosigg

G4double G4eeCrossSections::phrhosigg
private

Definition at line 124 of file G4eeCrossSections.hh.


The documentation for this class was generated from the following files: