Geant4  10.00.p02
G4LEpp Class Reference

#include <G4LEpp.hh>

+ Inheritance diagram for G4LEpp:
+ Collaboration diagram for G4LEpp:

Public Member Functions

 G4LEpp ()
 
 ~G4LEpp ()
 
G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
 
void SetCoulombEffects (G4int State)
 
- Public Member Functions inherited from G4HadronicInteraction
 G4HadronicInteraction (const G4String &modelName="HadronicModel")
 
virtual ~G4HadronicInteraction ()
 
virtual G4double SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
 
virtual G4bool IsApplicable (const G4HadProjectile &, G4Nucleus &)
 
G4double GetMinEnergy () const
 
G4double GetMinEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMinEnergy (G4double anEnergy)
 
void SetMinEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMinEnergy (G4double anEnergy, const G4Material *aMaterial)
 
G4double GetMaxEnergy () const
 
G4double GetMaxEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMaxEnergy (const G4double anEnergy)
 
void SetMaxEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMaxEnergy (G4double anEnergy, const G4Material *aMaterial)
 
const G4HadronicInteractionGetMyPointer () const
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
const G4StringGetModelName () const
 
void DeActivateFor (const G4Material *aMaterial)
 
void ActivateFor (const G4Material *aMaterial)
 
void DeActivateFor (const G4Element *anElement)
 
void ActivateFor (const G4Element *anElement)
 
G4bool IsBlocked (const G4Material *aMaterial) const
 
G4bool IsBlocked (const G4Element *anElement) const
 
void SetRecoilEnergyThreshold (G4double val)
 
G4double GetRecoilEnergyThreshold () const
 
G4bool operator== (const G4HadronicInteraction &right) const
 
G4bool operator!= (const G4HadronicInteraction &right) const
 
virtual const std::pair
< G4double, G4double
GetFatalEnergyCheckLevels () const
 
virtual std::pair< G4double,
G4double
GetEnergyMomentumCheckLevels () const
 
void SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel)
 
virtual void ModelDescription (std::ostream &outFile) const
 

Private Types

enum  { NENERGY =40, NENERGYC =22, NANGLE =180 }
 

Private Attributes

const G4floatsig [NANGLE]
 
const G4floatelab
 

Static Private Attributes

static const G4float Sig [NENERGY][NANGLE]
 
static const G4float Pcm [NENERGY]
 
static const G4float Elab [NENERGY]
 
static const G4float dSigmax [NENERGY]
 
static const G4float Sigtot [NENERGY]
 
static const G4float SigCoul [NENERGYC][NANGLE]
 
static const G4float PcmCoul [NENERGYC]
 
static const G4float ElabCoul [NENERGYC]
 
static const G4float dSigmaxCoul [NENERGYC]
 
static const G4float SigtotCoul [NENERGYC]
 

Additional Inherited Members

- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Detailed Description

Definition at line 50 of file G4LEpp.hh.

Member Enumeration Documentation

anonymous enum
private
Enumerator
NENERGY 
NENERGYC 
NANGLE 

Definition at line 54 of file G4LEpp.hh.

Constructor & Destructor Documentation

G4LEpp::G4LEpp ( )

Definition at line 41 of file G4LEpp.cc.

References GeV, SetCoulombEffects(), G4HadronicInteraction::SetMaxEnergy(), and G4HadronicInteraction::SetMinEnergy().

+ Here is the call graph for this function:

G4LEpp::~G4LEpp ( )

Definition at line 53 of file G4LEpp.cc.

Member Function Documentation

void G4LEpp::SetCoulombEffects ( G4int  State)

Definition at line 60 of file G4LEpp.cc.

References elab, Elab, ElabCoul, GeV, NANGLE, G4HadronicInteraction::SetMaxEnergy(), sig, Sig, and SigCoul.

Referenced by G4LEpp().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

const G4float G4LEpp::dSigmax
staticprivate
Initial value:
= {
63.9, 29.9, 14.5, 8.97, 7.23, 6.66, 6.30,
5.89, 5.68, 5.57, 5.56, 5.57, 5.74, 6.38,
7.66, 9.65, 12.4, 15.6, 18.0, 20.1, 22.0, 23.8,
26.710, 28.910, 31.000, 32.990, 34.900, 36.730, 38.520,
40.270, 43.680, 46.950, 50.100, 53.160, 55.880, 58.820,
57.420, 57.820, 58.590, 57.800
}

Definition at line 77 of file G4LEpp.hh.

const G4float G4LEpp::dSigmaxCoul
staticprivate
Initial value:
= {
0.145E+09, 0.368E+08, 0.950E+07, 0.324E+07, 0.166E+07, 0.118E+07, 0.893E+06,
0.570E+06, 0.401E+06, 0.302E+06, 0.266E+06, 0.237E+06, 0.193E+06, 0.138E+06,
0.994E+05, 0.767E+05, 0.645E+05, 0.536E+05, 0.458E+05, 0.399E+05, 0.353E+05,
0.316E+05
}

Definition at line 82 of file G4LEpp.hh.

const G4float* G4LEpp::elab
private

Definition at line 70 of file G4LEpp.hh.

Referenced by ApplyYourself(), and SetCoulombEffects().

const G4float G4LEpp::Elab
staticprivate
Initial value:
= {
0.100E-01, 0.200E-01, 0.400E-01, 0.700E-01, 0.100, 0.120, 0.140,
0.180, 0.220, 0.260, 0.280, 0.300, 0.340, 0.420,
0.520, 0.620, 0.700, 0.800, 0.900, 1.00, 1.10, 1.20,
1.30, 1.40, 1.50, 1.60, 1.70, 1.80, 1.90,
2.00, 2.20, 2.40, 2.60, 2.80, 3.00, 3.40,
3.80, 4.20, 4.60, 5.00
}

Definition at line 77 of file G4LEpp.hh.

Referenced by SetCoulombEffects().

const G4float G4LEpp::ElabCoul
staticprivate
Initial value:
= {
0.100E-01, 0.200E-01, 0.400E-01, 0.700E-01, 0.100, 0.120, 0.140,
0.180, 0.220, 0.260, 0.280, 0.300, 0.340, 0.420,
0.520, 0.620, 0.700, 0.800, 0.900, 1.00, 1.10, 1.20
}

Definition at line 82 of file G4LEpp.hh.

Referenced by SetCoulombEffects().

const G4float G4LEpp::Pcm
staticprivate
Initial value:
= {
0.685E-01, 0.969E-01, 0.137, 0.181, 0.217, 0.237, 0.256,
0.291, 0.321, 0.349, 0.363, 0.375, 0.400, 0.444,
0.494, 0.540, 0.573, 0.613, 0.650, 0.685, 0.719, 0.751,
0.781, 0.810, 0.839, 0.866, 0.893, 0.919, 0.944,
0.969, 1.016, 1.061, 1.104, 1.146, 1.186, 1.263,
1.335, 1.404, 1.469, 1.532
}

Definition at line 77 of file G4LEpp.hh.

const G4float G4LEpp::PcmCoul
staticprivate
Initial value:
= {
0.685E-01, 0.969E-01, 0.137, 0.181, 0.217, 0.237, 0.256,
0.291, 0.321, 0.349, 0.362, 0.375, 0.399, 0.444,
0.494, 0.539, 0.573, 0.613, 0.650, 0.685, 0.718, 0.750
}

Definition at line 82 of file G4LEpp.hh.

const G4float* G4LEpp::sig[NANGLE]
private

Definition at line 69 of file G4LEpp.hh.

Referenced by ApplyYourself(), and SetCoulombEffects().

const G4float G4LEpp::Sig
staticprivate

Definition at line 76 of file G4LEpp.hh.

Referenced by SetCoulombEffects().

const G4float G4LEpp::SigCoul
staticprivate

Definition at line 81 of file G4LEpp.hh.

Referenced by SetCoulombEffects().

const G4float G4LEpp::Sigtot
staticprivate
Initial value:
= {
396., 179., 80.7, 44.5, 32.8, 29.0, 26.9,
24.9, 24.4, 24.3, 24.4, 24.4, 24.7, 25.5,
26.4, 26.1, 25.6, 25.1, 24.4, 23.4, 22.4, 21.5,
22.765, 23.275, 23.744, 24.188, 24.620, 25.058, 25.509,
25.981, 26.984, 28.055, 29.242, 30.608, 32.026, 34.457,
34.394, 33.885, 34.122, 33.603
}

Definition at line 77 of file G4LEpp.hh.

const G4float G4LEpp::SigtotCoul
staticprivate
Initial value:
= {
0.146E+06, 0.371E+05, 0.958E+04, 0.328E+04, 0.169E+04, 0.121E+04, 918.,
593., 424., 325., 290., 261., 217., 163.,
125., 102., 89.8, 78.8, 70.3, 63.6, 58.0, 53.5
}

Definition at line 82 of file G4LEpp.hh.


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