Geant4  10.00.p02
G4ChipsNeutronElasticXS Class Reference

#include <G4ChipsNeutronElasticXS.hh>

+ Inheritance diagram for G4ChipsNeutronElasticXS:
+ Collaboration diagram for G4ChipsNeutronElasticXS:

Public Member Functions

 G4ChipsNeutronElasticXS ()
 
 ~G4ChipsNeutronElasticXS ()
 
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)
 
G4double GetExchangeT (G4int tZ, G4int tN, G4int pPDG)
 
G4double GetHMaxT ()
 
- 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 (G4bool CS, G4int F, G4int I, G4int pPDG, G4int Z, G4int N, G4double pP)
 
G4double GetSlope (G4int tZ, G4int tN, G4int pPDG)
 
G4double GetPTables (G4double lpP, G4double lPm, G4int PDG, G4int tZ, G4int tN)
 
G4double GetTabValues (G4double lp, G4int pPDG, G4int tgZ, G4int tgN)
 
G4double GetQ2max (G4int pPDG, G4int tgZ, G4int tgN, G4double pP)
 

Private Attributes

const G4int nPoints
 
const G4int nLast
 
G4double lPMin
 
G4double lPMax
 
G4double dlnP
 
G4bool onlyCS
 
G4double lastSIG
 
G4double lastLP
 
G4double lastTM
 
G4int lastN
 
G4int lastZ
 
G4double lastP
 
G4double lastTH
 
G4double lastCS
 
G4int lastI
 
G4double theSS
 
G4double theS1
 
G4double theB1
 
G4double theS2
 
G4double theB2
 
G4double theS3
 
G4double theB3
 
G4double theS4
 
G4double theB4
 
G4int lastTZ
 
G4int lastTN
 
G4double lastPIN
 
G4doublelastCST
 
G4doublelastPAR
 
G4doublelastSST
 
G4doublelastS1T
 
G4doublelastB1T
 
G4doublelastS2T
 
G4doublelastB2T
 
G4doublelastS3T
 
G4doublelastB3T
 
G4doublelastS4T
 
G4doublelastB4T
 
std::vector< G4double * > PAR
 
std::vector< G4double * > CST
 
std::vector< G4double * > SST
 
std::vector< G4double * > S1T
 
std::vector< G4double * > B1T
 
std::vector< G4double * > S2T
 
std::vector< G4double * > B2T
 
std::vector< G4double * > S3T
 
std::vector< G4double * > B3T
 
std::vector< G4double * > S4T
 
std::vector< G4double * > B4T
 

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 46 of file G4ChipsNeutronElasticXS.hh.

Constructor & Destructor Documentation

G4ChipsNeutronElasticXS::G4ChipsNeutronElasticXS ( )
G4ChipsNeutronElasticXS::~G4ChipsNeutronElasticXS ( )

Definition at line 95 of file G4ChipsNeutronElasticXS.cc.

References B1T, B2T, B3T, B4T, CST, PAR, pos, S1T, S2T, S3T, S4T, and SST.

Member Function Documentation

G4double G4ChipsNeutronElasticXS::CalculateCrossSection ( G4bool  CS,
G4int  F,
G4int  I,
G4int  pPDG,
G4int  Z,
G4int  N,
G4double  pP 
)
private

Definition at line 229 of file G4ChipsNeutronElasticXS.cc.

References B1T, B2T, B3T, B4T, CST, dlnP, G4cout, G4endl, G4ThreadLocal, GetPTables(), GetQ2max(), GetTabValues(), GeV, lastB1T, lastB2T, lastB3T, lastB4T, lastCST, lastLP, lastPAR, lastPIN, lastS1T, lastS2T, lastS3T, lastS4T, lastSIG, lastSST, lastTM, lPMax, lPMin, nLast, nPoints, onlyCS, PAR, S1T, S2T, S3T, S4T, SST, theB1, theB2, theB3, theB4, theS1, theS2, theS3, theS4, and theSS.

Referenced by GetChipsCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static const char* G4ChipsNeutronElasticXS::Default_Name ( )
inlinestatic

Definition at line 55 of file G4ChipsNeutronElasticXS.hh.

Referenced by DMXPhysicsList::ConstructHad(), G4HadronElasticPhysics::ConstructProcess(), G4ChipsComponentXS::G4ChipsComponentXS(), G4ChipsElasticModel::G4ChipsElasticModel(), and G4QuasiElRatios::G4QuasiElRatios().

+ Here is the caller graph for this function:

G4double G4ChipsNeutronElasticXS::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 155 of file G4ChipsNeutronElasticXS.cc.

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

Referenced by G4QuasiElRatios::ChExer(), GetIsoCrossSection(), G4ChipsElasticModel::SampleInvariantT(), and G4QuasiElRatios::Scatter().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ChipsNeutronElasticXS::GetExchangeT ( G4int  tZ,
G4int  tN,
G4int  pPDG 
)

Definition at line 1854 of file G4ChipsNeutronElasticXS.cc.

References a, G4cout, G4endl, G4UniformRand, gigaelectronvolt, lastLP, lastTM, onlyCS, theB1, theB2, theB3, theB4, theS1, theS2, theS3, theS4, and theSS.

Referenced by G4QuasiElRatios::ChExer(), G4ChipsElasticModel::SampleInvariantT(), and G4QuasiElRatios::Scatter().

+ Here is the caller graph for this function:

G4double G4ChipsNeutronElasticXS::GetHMaxT ( )

Definition at line 1976 of file G4ChipsNeutronElasticXS.cc.

References gigaelectronvolt, and lastTM.

Referenced by G4QuasiElRatios::ChExer(), and G4QuasiElRatios::Scatter().

+ Here is the caller graph for this function:

G4double G4ChipsNeutronElasticXS::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 142 of file G4ChipsNeutronElasticXS.cc.

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

+ Here is the call graph for this function:

G4double G4ChipsNeutronElasticXS::GetPTables ( G4double  lpP,
G4double  lPm,
G4int  PDG,
G4int  tZ,
G4int  tN 
)
private

Definition at line 355 of file G4ChipsNeutronElasticXS.cc.

References a, a2, a3, a4, a5, dlnP, FatalException, G4cout, G4endl, G4Exception(), GetTabValues(), lastB1T, lastB2T, lastB3T, lastB4T, lastCST, lastPAR, lastS1T, lastS2T, lastS3T, lastS4T, lastSST, lPMax, lPMin, nLast, G4InuclParticleNames::nn, nPoints, onlyCS, theB1, theB2, theB3, theB4, theS1, theS2, theS3, theS4, and theSS.

Referenced by CalculateCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ChipsNeutronElasticXS::GetQ2max ( G4int  pPDG,
G4int  tgZ,
G4int  tgN,
G4double  pP 
)
private

Definition at line 2078 of file G4ChipsNeutronElasticXS.cc.

References FatalException, G4endl, G4Exception(), G4IonTable::GetIon(), G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetPDGMass(), G4Neutron::Neutron(), and G4Proton::Proton().

Referenced by CalculateCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ChipsNeutronElasticXS::GetSlope ( G4int  tZ,
G4int  tN,
G4int  pPDG 
)
private

Definition at line 1953 of file G4ChipsNeutronElasticXS.cc.

References FatalException, G4cout, G4endl, G4Exception(), gigaelectronvolt, lastLP, onlyCS, and theB1.

+ Here is the call graph for this function:

G4double G4ChipsNeutronElasticXS::GetTabValues ( G4double  lp,
G4int  pPDG,
G4int  tgZ,
G4int  tgN 
)
private

Definition at line 1983 of file G4ChipsNeutronElasticXS.cc.

References a, G4cout, G4endl, lastPAR, G4InuclParticleNames::sp, theB1, theB2, theB3, theB4, theS1, theS2, theS3, theS4, and theSS.

Referenced by CalculateCrossSection(), and GetPTables().

+ Here is the caller graph for this function:

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

Reimplemented from G4VCrossSectionDataSet.

Definition at line 133 of file G4ChipsNeutronElasticXS.cc.

References G4DynamicParticle::GetDefinition(), and G4Proton::Proton().

+ Here is the call graph for this function:

Member Data Documentation

std::vector<G4double*> G4ChipsNeutronElasticXS::B1T
private

Definition at line 131 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

std::vector<G4double*> G4ChipsNeutronElasticXS::B2T
private

Definition at line 133 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

std::vector<G4double*> G4ChipsNeutronElasticXS::B3T
private

Definition at line 135 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

std::vector<G4double*> G4ChipsNeutronElasticXS::B4T
private

Definition at line 137 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

std::vector<G4double*> G4ChipsNeutronElasticXS::CST
private

Definition at line 128 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

G4double G4ChipsNeutronElasticXS::dlnP
private
G4double* G4ChipsNeutronElasticXS::lastB1T
private
G4double* G4ChipsNeutronElasticXS::lastB2T
private
G4double* G4ChipsNeutronElasticXS::lastB3T
private
G4double* G4ChipsNeutronElasticXS::lastB4T
private
G4double G4ChipsNeutronElasticXS::lastCS
private

Definition at line 100 of file G4ChipsNeutronElasticXS.hh.

Referenced by G4ChipsNeutronElasticXS(), and GetChipsCrossSection().

G4double* G4ChipsNeutronElasticXS::lastCST
private
G4int G4ChipsNeutronElasticXS::lastI
private

Definition at line 101 of file G4ChipsNeutronElasticXS.hh.

Referenced by G4ChipsNeutronElasticXS(), and GetChipsCrossSection().

G4double G4ChipsNeutronElasticXS::lastLP
private
G4int G4ChipsNeutronElasticXS::lastN
private

Definition at line 96 of file G4ChipsNeutronElasticXS.hh.

Referenced by G4ChipsNeutronElasticXS(), and GetChipsCrossSection().

G4double G4ChipsNeutronElasticXS::lastP
private

Definition at line 98 of file G4ChipsNeutronElasticXS.hh.

Referenced by G4ChipsNeutronElasticXS(), and GetChipsCrossSection().

G4double* G4ChipsNeutronElasticXS::lastPAR
private
G4double G4ChipsNeutronElasticXS::lastPIN
private

Definition at line 114 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and G4ChipsNeutronElasticXS().

G4double* G4ChipsNeutronElasticXS::lastS1T
private
G4double* G4ChipsNeutronElasticXS::lastS2T
private
G4double* G4ChipsNeutronElasticXS::lastS3T
private
G4double* G4ChipsNeutronElasticXS::lastS4T
private
G4double G4ChipsNeutronElasticXS::lastSIG
private

Definition at line 93 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and G4ChipsNeutronElasticXS().

G4double* G4ChipsNeutronElasticXS::lastSST
private
G4double G4ChipsNeutronElasticXS::lastTH
private

Definition at line 99 of file G4ChipsNeutronElasticXS.hh.

Referenced by G4ChipsNeutronElasticXS(), and GetChipsCrossSection().

G4double G4ChipsNeutronElasticXS::lastTM
private
G4int G4ChipsNeutronElasticXS::lastTN
private

Definition at line 113 of file G4ChipsNeutronElasticXS.hh.

Referenced by G4ChipsNeutronElasticXS().

G4int G4ChipsNeutronElasticXS::lastTZ
private

Definition at line 112 of file G4ChipsNeutronElasticXS.hh.

Referenced by G4ChipsNeutronElasticXS().

G4int G4ChipsNeutronElasticXS::lastZ
private

Definition at line 97 of file G4ChipsNeutronElasticXS.hh.

Referenced by G4ChipsNeutronElasticXS(), and GetChipsCrossSection().

G4double G4ChipsNeutronElasticXS::lPMax
private
G4double G4ChipsNeutronElasticXS::lPMin
private
const G4int G4ChipsNeutronElasticXS::nLast
private
const G4int G4ChipsNeutronElasticXS::nPoints
private

Definition at line 86 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and GetPTables().

G4bool G4ChipsNeutronElasticXS::onlyCS
private
std::vector<G4double*> G4ChipsNeutronElasticXS::PAR
private

Definition at line 127 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

std::vector<G4double*> G4ChipsNeutronElasticXS::S1T
private

Definition at line 130 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

std::vector<G4double*> G4ChipsNeutronElasticXS::S2T
private

Definition at line 132 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

std::vector<G4double*> G4ChipsNeutronElasticXS::S3T
private

Definition at line 134 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

std::vector<G4double*> G4ChipsNeutronElasticXS::S4T
private

Definition at line 136 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

std::vector<G4double*> G4ChipsNeutronElasticXS::SST
private

Definition at line 129 of file G4ChipsNeutronElasticXS.hh.

Referenced by CalculateCrossSection(), and ~G4ChipsNeutronElasticXS().

G4double G4ChipsNeutronElasticXS::theB1
private
G4double G4ChipsNeutronElasticXS::theB2
private
G4double G4ChipsNeutronElasticXS::theB3
private
G4double G4ChipsNeutronElasticXS::theB4
private
G4double G4ChipsNeutronElasticXS::theS1
private
G4double G4ChipsNeutronElasticXS::theS2
private
G4double G4ChipsNeutronElasticXS::theS3
private
G4double G4ChipsNeutronElasticXS::theS4
private
G4double G4ChipsNeutronElasticXS::theSS
private

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