Geant4  10.02.p03
G4He3GEMCoulombBarrier Class Reference

#include <G4He3GEMCoulombBarrier.hh>

Inheritance diagram for G4He3GEMCoulombBarrier:
Collaboration diagram for G4He3GEMCoulombBarrier:

Public Member Functions

 G4He3GEMCoulombBarrier ()
 
 ~G4He3GEMCoulombBarrier ()
 
- Public Member Functions inherited from G4GEMCoulombBarrier
 G4GEMCoulombBarrier (G4int anA, G4int aZ)
 
virtual ~G4GEMCoulombBarrier ()
 
G4double GetCoulombBarrier (G4int ARes, G4int ZRes, G4double U) const
 
G4double CalcCompoundRadius (G4int ARes) const
 
- Public Member Functions inherited from G4VCoulombBarrier
 G4VCoulombBarrier (G4int anA, G4int aZ)
 
virtual ~G4VCoulombBarrier ()
 
G4int GetA (void) const
 
G4int GetZ (void) const
 

Private Member Functions

 G4He3GEMCoulombBarrier (const G4He3GEMCoulombBarrier &right)
 
const G4He3GEMCoulombBarrieroperator= (const G4He3GEMCoulombBarrier &right)
 
G4bool operator== (const G4He3GEMCoulombBarrier &right) const
 
G4bool operator!= (const G4He3GEMCoulombBarrier &right) const
 
G4double BarrierPenetrationFactor (const G4double aZ) const
 

Detailed Description

Definition at line 38 of file G4He3GEMCoulombBarrier.hh.

Constructor & Destructor Documentation

◆ G4He3GEMCoulombBarrier() [1/2]

G4He3GEMCoulombBarrier::G4He3GEMCoulombBarrier ( )
inline

Definition at line 41 of file G4He3GEMCoulombBarrier.hh.

Here is the caller graph for this function:

◆ ~G4He3GEMCoulombBarrier()

G4He3GEMCoulombBarrier::~G4He3GEMCoulombBarrier ( )
inline

Definition at line 42 of file G4He3GEMCoulombBarrier.hh.

42 {}
Here is the call graph for this function:

◆ G4He3GEMCoulombBarrier() [2/2]

G4He3GEMCoulombBarrier::G4He3GEMCoulombBarrier ( const G4He3GEMCoulombBarrier right)
private

Member Function Documentation

◆ BarrierPenetrationFactor()

G4double G4He3GEMCoulombBarrier::BarrierPenetrationFactor ( const G4double  aZ) const
inlineprivatevirtual

Reimplemented from G4GEMCoulombBarrier.

Definition at line 52 of file G4He3GEMCoulombBarrier.hh.

53  {
54  // Data comes from
55  // Dostrovsky, Fraenkel and Friedlander
56  // Physical Review, vol 116, num. 3 1959
57  // (JMQ 190709: according to notes added on proof)
58  // dataKa = {{20, 0.81}, {30, 0.85}, {40, 0.89}, {50, 0.93}};
59  //
60  G4double K = 1.0;
61  if (aZ >= 50){
62  K=0.93;
63  } else if (aZ <= 20) {
64  K=0.81;
65  } else K=0.729802+0.00402544*aZ-1.17276*1e-6*aZ*aZ+2.31248*1e-8*aZ*aZ*aZ-1.65177*1e-10*aZ*aZ*aZ*aZ;
66  return K-0.06;
67  }
double G4double
Definition: G4Types.hh:76

◆ operator!=()

G4bool G4He3GEMCoulombBarrier::operator!= ( const G4He3GEMCoulombBarrier right) const
private
Here is the caller graph for this function:

◆ operator=()

const G4He3GEMCoulombBarrier& G4He3GEMCoulombBarrier::operator= ( const G4He3GEMCoulombBarrier right)
private
Here is the caller graph for this function:

◆ operator==()

G4bool G4He3GEMCoulombBarrier::operator== ( const G4He3GEMCoulombBarrier right) const
private
Here is the caller graph for this function:

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