Geant4  10.01
G4PhotoNuclearCrossSection Class Reference

#include <G4PhotoNuclearCrossSection.hh>

+ Inheritance diagram for G4PhotoNuclearCrossSection:
+ Collaboration diagram for G4PhotoNuclearCrossSection:

Public Member Functions

 G4PhotoNuclearCrossSection ()
 
virtual ~G4PhotoNuclearCrossSection ()
 
virtual void CrossSectionDescription (std::ostream &) const
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *particle, G4int Z, const G4Material *)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *)
 
- Public Member Functions inherited from G4VCrossSectionDataSet
 G4VCrossSectionDataSet (const G4String &nam="")
 
virtual ~G4VCrossSectionDataSet ()
 
virtual G4bool IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=0, const G4Material *mat=0)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0)
 
G4double ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0)
 
virtual G4double GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
 
virtual G4Isotope * SelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void DumpPhysicsTable (const G4ParticleDefinition &)
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
G4double GetMinKinEnergy () const
 
void SetMinKinEnergy (G4double value)
 
G4double GetMaxKinEnergy () const
 
void SetMaxKinEnergy (G4double value)
 
const G4String & GetName () const
 

Static Public Member Functions

static const char * Default_Name ()
 

Private Member Functions

G4int GetFunctions (G4double a, G4double *y, G4double *z)
 
G4double EquLinearFit (G4double X, G4int N, const G4double X0, const G4double XD, const G4double *Y)
 
G4double ThresholdEnergy (G4int Z, G4int N)
 

Private Attributes

G4int lastZ
 
G4double lastSig
 
G4double * lastGDR
 
G4double * lastHEN
 
G4double lastE
 
G4double lastTH
 
G4double lastSP
 
std::vector< G4double * > GDR
 
std::vector< G4double * > HEN
 
std::vector< G4double > spA
 
std::vector< G4double > eTH
 
G4NistManager * nistmngr
 
G4double mNeut
 
G4double mProt
 

Additional Inherited Members

- Protected Member Functions inherited from G4VCrossSectionDataSet
void SetName (const G4String &)
 
- Protected Attributes inherited from G4VCrossSectionDataSet
G4int verboseLevel
 

Detailed Description

Definition at line 42 of file G4PhotoNuclearCrossSection.hh.

Constructor & Destructor Documentation

G4PhotoNuclearCrossSection::G4PhotoNuclearCrossSection ( )

Definition at line 1492 of file G4PhotoNuclearCrossSection.cc.

References eTH, GDR, HEN, G4NistManager::Instance(), nistmngr, and spA.

+ Here is the call graph for this function:

G4PhotoNuclearCrossSection::~G4PhotoNuclearCrossSection ( )
virtual

Definition at line 1507 of file G4PhotoNuclearCrossSection.cc.

References GDR, and HEN.

Member Function Documentation

void G4PhotoNuclearCrossSection::CrossSectionDescription ( std::ostream &  outFile) const
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 1519 of file G4PhotoNuclearCrossSection.cc.

static const char* G4PhotoNuclearCrossSection::Default_Name ( )
inlinestatic

Definition at line 49 of file G4PhotoNuclearCrossSection.hh.

Referenced by G4ElectroVDNuclearModel::G4ElectroVDNuclearModel().

+ Here is the caller graph for this function:

G4double G4PhotoNuclearCrossSection::EquLinearFit ( G4double  X,
G4int  N,
const G4double  X0,
const G4double  XD,
const G4double *  Y 
)
private

Definition at line 1646 of file G4PhotoNuclearCrossSection.cc.

References G4cout, and G4endl.

Referenced by GetElementCrossSection().

+ Here is the caller graph for this function:

G4double G4PhotoNuclearCrossSection::GetElementCrossSection ( const G4DynamicParticle *  aPart,
G4int  Z,
const G4Material *   
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 1537 of file G4PhotoNuclearCrossSection.cc.

References dE, dlE, Emax, Emin, EquLinearFit(), eTH, G4cerr, G4endl, GDR, G4NistManager::GetAtomicMassAmu(), GetFunctions(), G4DynamicParticle::GetKineticEnergy(), HEN, lastE, lastGDR, lastHEN, lastSig, lastSP, lastTH, lastZ, MeV, milE, millibarn, nH, nistmngr, nL, pos, spA, THmin, and ThresholdEnergy().

Referenced by G4ElectroVDNuclearModel::CalculateEMVertex().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4PhotoNuclearCrossSection::GetFunctions ( G4double  a,
G4double *  y,
G4double *  z 
)
private

Definition at line 1669 of file G4PhotoNuclearCrossSection.cc.

References G4cout, G4endl, nH, nHA, nL, and nLA.

Referenced by GetElementCrossSection().

+ Here is the caller graph for this function:

G4bool G4PhotoNuclearCrossSection::IsElementApplicable ( const G4DynamicParticle *  particle,
G4int  Z,
const G4Material *   
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 1528 of file G4PhotoNuclearCrossSection.cc.

G4double G4PhotoNuclearCrossSection::ThresholdEnergy ( G4int  Z,
G4int  N 
)
private

Definition at line 1610 of file G4PhotoNuclearCrossSection.cc.

References A, G4NucleiProperties::GetNuclearMass(), infEn, G4NucleiProperties::IsInStableTable(), mNeut, and mProt.

Referenced by GetElementCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

std::vector<G4double> G4PhotoNuclearCrossSection::eTH
private
std::vector<G4double*> G4PhotoNuclearCrossSection::GDR
private
std::vector<G4double*> G4PhotoNuclearCrossSection::HEN
private
G4double G4PhotoNuclearCrossSection::lastE
private

Definition at line 75 of file G4PhotoNuclearCrossSection.hh.

Referenced by GetElementCrossSection().

G4double* G4PhotoNuclearCrossSection::lastGDR
private

Definition at line 73 of file G4PhotoNuclearCrossSection.hh.

Referenced by GetElementCrossSection().

G4double* G4PhotoNuclearCrossSection::lastHEN
private

Definition at line 74 of file G4PhotoNuclearCrossSection.hh.

Referenced by GetElementCrossSection().

G4double G4PhotoNuclearCrossSection::lastSig
private

Definition at line 72 of file G4PhotoNuclearCrossSection.hh.

Referenced by GetElementCrossSection().

G4double G4PhotoNuclearCrossSection::lastSP
private

Definition at line 77 of file G4PhotoNuclearCrossSection.hh.

Referenced by GetElementCrossSection().

G4double G4PhotoNuclearCrossSection::lastTH
private

Definition at line 76 of file G4PhotoNuclearCrossSection.hh.

Referenced by GetElementCrossSection().

G4int G4PhotoNuclearCrossSection::lastZ
private

Definition at line 71 of file G4PhotoNuclearCrossSection.hh.

Referenced by GetElementCrossSection().

G4double G4PhotoNuclearCrossSection::mNeut
private

Definition at line 90 of file G4PhotoNuclearCrossSection.hh.

Referenced by ThresholdEnergy().

G4double G4PhotoNuclearCrossSection::mProt
private

Definition at line 91 of file G4PhotoNuclearCrossSection.hh.

Referenced by ThresholdEnergy().

G4NistManager* G4PhotoNuclearCrossSection::nistmngr
private
std::vector<G4double> G4PhotoNuclearCrossSection::spA
private

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