Geant4  10.00.p02
G4ChipsNeutronInelasticXS Class Reference

#include <G4ChipsNeutronInelasticXS.hh>

+ Inheritance diagram for G4ChipsNeutronInelasticXS:
+ Collaboration diagram for G4ChipsNeutronInelasticXS:

Public Member Functions

 G4ChipsNeutronInelasticXS ()
 
 ~G4ChipsNeutronInelasticXS ()
 
virtual G4bool IsIsoApplicable (const G4DynamicParticle *Pt, G4int Z, G4int A, const G4Element *elm, const G4Material *mat)
 
virtual G4double GetIsoCrossSection (const G4DynamicParticle *, G4int tgZ, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
 
virtual G4double GetChipsCrossSection (G4double momentum, G4int Z, G4int N, G4int pdg)
 
- Public Member Functions inherited from G4VCrossSectionDataSet
 G4VCrossSectionDataSet (const G4String &nam="")
 
virtual ~G4VCrossSectionDataSet ()
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, 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 GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
 
virtual G4IsotopeSelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void DumpPhysicsTable (const G4ParticleDefinition &)
 
virtual void CrossSectionDescription (std::ostream &) const
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
G4double GetMinKinEnergy () const
 
void SetMinKinEnergy (G4double value)
 
G4double GetMaxKinEnergy () const
 
void SetMaxKinEnergy (G4double value)
 
const G4StringGetName () const
 

Static Public Member Functions

static const char * Default_Name ()
 

Private Member Functions

G4double CalculateCrossSection (G4int F, G4int I, G4int PDG, G4int Z, G4int N, G4double Momentum)
 
G4double CrossSectionLin (G4int targZ, G4int targN, G4double P)
 
G4double CrossSectionLog (G4int targZ, G4int targN, G4double lP)
 
G4double CrossSectionFormula (G4int targZ, G4int targN, G4double P, G4double lP)
 
G4double EquLinearFit (G4double X, G4int N, G4double X0, G4double DX, G4double *Y)
 

Private Attributes

G4doublelastLEN
 
G4doublelastHEN
 
G4int lastN
 
G4int lastZ
 
G4double lastP
 
G4double lastTH
 
G4double lastCS
 
G4int lastI
 
G4double HEthresh
 
std::vector< G4double * > * LEN
 
std::vector< G4double * > * HEN
 

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 45 of file G4ChipsNeutronInelasticXS.hh.

Constructor & Destructor Documentation

G4ChipsNeutronInelasticXS::G4ChipsNeutronInelasticXS ( )

Definition at line 53 of file G4ChipsNeutronInelasticXS.cc.

References HEN, HEthresh, lastCS, lastHEN, lastI, lastLEN, lastN, lastP, lastTH, lastZ, and LEN.

G4ChipsNeutronInelasticXS::~G4ChipsNeutronInelasticXS ( )

Definition at line 68 of file G4ChipsNeutronInelasticXS.cc.

References HEN, and LEN.

Member Function Documentation

G4double G4ChipsNeutronInelasticXS::CalculateCrossSection ( G4int  F,
G4int  I,
G4int  PDG,
G4int  Z,
G4int  N,
G4double  Momentum 
)
private

Definition at line 180 of file G4ChipsNeutronInelasticXS.cc.

References CrossSectionFormula(), CrossSectionLin(), CrossSectionLog(), EquLinearFit(), G4cerr, G4endl, HEN, lastHEN, lastLEN, lastTH, LEN, n, nH, nL, and THmin.

Referenced by GetChipsCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ChipsNeutronInelasticXS::CrossSectionFormula ( G4int  targZ,
G4int  targN,
G4double  P,
G4double  lP 
)
private

Definition at line 1255 of file G4ChipsNeutronInelasticXS.cc.

References a, a2, a3, a4, G4cerr, G4endl, HEthresh, and LE.

Referenced by CalculateCrossSection(), CrossSectionLin(), and CrossSectionLog().

+ Here is the caller graph for this function:

G4double G4ChipsNeutronInelasticXS::CrossSectionLin ( G4int  targZ,
G4int  targN,
G4double  P 
)
private

Definition at line 261 of file G4ChipsNeutronInelasticXS.cc.

References CrossSectionFormula(), G4cerr, G4cout, G4endl, HEthresh, G4InuclParticleNames::nn, and pos.

Referenced by CalculateCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ChipsNeutronInelasticXS::CrossSectionLog ( G4int  targZ,
G4int  targN,
G4double  lP 
)
private

Definition at line 1249 of file G4ChipsNeutronInelasticXS.cc.

References CrossSectionFormula().

Referenced by CalculateCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static const char* G4ChipsNeutronInelasticXS::Default_Name ( )
inlinestatic

Definition at line 55 of file G4ChipsNeutronInelasticXS.hh.

Referenced by G4ChipsComponentXS::G4ChipsComponentXS().

+ Here is the caller graph for this function:

G4double G4ChipsNeutronInelasticXS::EquLinearFit ( G4double  X,
G4int  N,
G4double  X0,
G4double  DX,
G4double Y 
)
private

Definition at line 1338 of file G4ChipsNeutronInelasticXS.cc.

References G4cerr, and G4endl.

Referenced by CalculateCrossSection().

+ Here is the caller graph for this function:

G4double G4ChipsNeutronInelasticXS::GetChipsCrossSection ( G4double  momentum,
G4int  Z,
G4int  N,
G4int  pdg 
)
virtual

!The slave functions must provide cross-sections in millibarns (mb) !! (not in IU)

Definition at line 101 of file G4ChipsNeutronInelasticXS.cc.

References CalculateCrossSection(), G4ThreadLocal, lastCS, lastI, lastN, lastP, lastTH, lastZ, and millibarn.

Referenced by GetIsoCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ChipsNeutronInelasticXS::GetIsoCrossSection ( const G4DynamicParticle Pt,
G4int  tgZ,
G4int  A,
const G4Isotope iso = 0,
const G4Element elm = 0,
const G4Material mat = 0 
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 88 of file G4ChipsNeutronInelasticXS.cc.

References GetChipsCrossSection(), and G4DynamicParticle::GetTotalMomentum().

+ Here is the call graph for this function:

G4bool G4ChipsNeutronInelasticXS::IsIsoApplicable ( const G4DynamicParticle Pt,
G4int  Z,
G4int  A,
const G4Element elm,
const G4Material mat 
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 78 of file G4ChipsNeutronInelasticXS.cc.

References G4DynamicParticle::GetDefinition(), and G4Neutron::Neutron().

+ Here is the call graph for this function:

Member Data Documentation

std::vector<G4double*>* G4ChipsNeutronInelasticXS::HEN
private
G4double G4ChipsNeutronInelasticXS::HEthresh
private
G4double G4ChipsNeutronInelasticXS::lastCS
private

Definition at line 88 of file G4ChipsNeutronInelasticXS.hh.

Referenced by G4ChipsNeutronInelasticXS(), and GetChipsCrossSection().

G4double* G4ChipsNeutronInelasticXS::lastHEN
private
G4int G4ChipsNeutronInelasticXS::lastI
private

Definition at line 89 of file G4ChipsNeutronInelasticXS.hh.

Referenced by G4ChipsNeutronInelasticXS(), and GetChipsCrossSection().

G4double* G4ChipsNeutronInelasticXS::lastLEN
private
G4int G4ChipsNeutronInelasticXS::lastN
private

Definition at line 84 of file G4ChipsNeutronInelasticXS.hh.

Referenced by G4ChipsNeutronInelasticXS(), and GetChipsCrossSection().

G4double G4ChipsNeutronInelasticXS::lastP
private

Definition at line 86 of file G4ChipsNeutronInelasticXS.hh.

Referenced by G4ChipsNeutronInelasticXS(), and GetChipsCrossSection().

G4double G4ChipsNeutronInelasticXS::lastTH
private
G4int G4ChipsNeutronInelasticXS::lastZ
private

Definition at line 85 of file G4ChipsNeutronInelasticXS.hh.

Referenced by G4ChipsNeutronInelasticXS(), and GetChipsCrossSection().

std::vector<G4double*>* G4ChipsNeutronInelasticXS::LEN
private

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