Geant4
10.02.p02
|
#include <G4NeutronInelasticXS.hh>
Static Public Member Functions | |
static const char * | Default_Name () |
Private Member Functions | |
void | Initialise (G4int Z, G4DynamicParticle *dp=0, const char *=0) |
G4PhysicsVector * | RetrieveVector (std::ostringstream &in, G4bool warn) |
G4double | IsoCrossSection (G4double ekin, G4int Z, G4int A) |
G4NeutronInelasticXS & | operator= (const G4NeutronInelasticXS &right) |
G4NeutronInelasticXS (const G4NeutronInelasticXS &) | |
Private Attributes | |
G4ComponentGGHadronNucleusXsc * | ggXsection |
G4HadronNucleonXsc * | fNucleon |
const G4ParticleDefinition * | proton |
G4bool | isMaster |
std::vector< G4double > | temp |
Static Private Attributes | |
static G4ElementData * | data = 0 |
static G4double | coeff [MAXZINEL] = {1.0} |
static const G4int | amin [MAXZINEL] |
static const G4int | amax [MAXZINEL] |
Additional Inherited Members | |
Protected Member Functions inherited from G4VCrossSectionDataSet | |
void | SetName (const G4String &) |
Protected Attributes inherited from G4VCrossSectionDataSet | |
G4int | verboseLevel |
Definition at line 62 of file G4NeutronInelasticXS.hh.
G4NeutronInelasticXS::G4NeutronInelasticXS | ( | ) |
Definition at line 93 of file G4NeutronInelasticXS.cc.
References fNucleon, G4cout, G4endl, ggXsection, isMaster, MAXZINEL, and G4VCrossSectionDataSet::verboseLevel.
|
virtual |
Definition at line 107 of file G4NeutronInelasticXS.cc.
References data, fNucleon, ggXsection, and isMaster.
|
private |
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 279 of file G4NeutronInelasticXS.cc.
References data, FatalException, G4cout, G4endl, G4Exception(), G4lrint(), G4ElementData::GetElementData(), G4Element::GetElementTable(), G4Element::GetNumberOfElements(), G4ParticleDefinition::GetParticleName(), Initialise(), isMaster, MAXZINEL, G4Neutron::Neutron(), G4ElementData::SetName(), temp, and G4VCrossSectionDataSet::verboseLevel.
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 116 of file G4NeutronInelasticXS.cc.
|
inlinestatic |
Definition at line 70 of file G4NeutronInelasticXS.hh.
Referenced by G4INCLXXNeutronBuilder::Build(), G4NeutronCrossSectionXS::ConstructProcess(), G4HadronInelasticQBBC::ConstructProcess(), G4HadronPhysicsFTFP_BERT_ATL::ConstructProcess(), G4HadronPhysicsFTF_BIC::ConstructProcess(), G4HadronPhysicsNuBeam::ConstructProcess(), G4HadronPhysicsQGSP_FTFP_BERT::ConstructProcess(), G4HadronPhysicsFTFP_BERT::ConstructProcess(), G4HadronPhysicsFTFP_BERT_TRV::ConstructProcess(), G4HadronPhysicsQGSP_BIC::ConstructProcess(), G4HadronPhysicsQGSP_BERT::ConstructProcess(), and G4HadronPhysicsQGS_BIC::ConstructProcess().
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 141 of file G4NeutronInelasticXS.cc.
References coeff, data, e1, e2, G4PhysicsVector::Energy(), fNucleon, G4cout, G4endl, G4lrint(), G4ElementData::GetElementData(), G4HadronNucleonXsc::GetHadronNucleonXscPDG(), G4ComponentGGHadronNucleusXsc::GetInelasticGlauberGribovXsc(), G4HadronNucleonXsc::GetInelasticHadronNucleonXsc(), G4ComponentGGHadronNucleusXsc::GetIsoCrossSection(), G4DynamicParticle::GetKineticEnergy(), G4PhysicsVector::GetMaxEnergy(), ggXsection, Initialise(), G4NistManager::Instance(), MAXZINEL, proton, G4PhysicsVector::Value(), and G4VCrossSectionDataSet::verboseLevel.
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 185 of file G4NeutronInelasticXS.cc.
References A(), G4DynamicParticle::GetKineticEnergy(), IsoCrossSection(), and MAXZINEL.
|
private |
Definition at line 331 of file G4NeutronInelasticXS.cc.
References A(), G4ElementData::AddComponent(), amax, amin, coeff, data, emax, FatalException, fNucleon, G4Exception(), G4lrint(), G4ElementData::GetElementData(), G4HadronNucleonXsc::GetHadronNucleonXscPDG(), G4ComponentGGHadronNucleusXsc::GetInelasticGlauberGribovXsc(), G4HadronNucleonXsc::GetInelasticHadronNucleonXsc(), G4ComponentGGHadronNucleusXsc::GetIsoCrossSection(), G4PhysicsVector::GetMaxEnergy(), G4PhysicsVector::GetVectorLength(), ggXsection, G4ElementData::InitialiseForComponent(), G4ElementData::InitialiseForElement(), G4NistManager::Instance(), MAXZINEL, G4Neutron::Neutron(), nmax, proton, RetrieveVector(), and G4DynamicParticle::SetKineticEnergy().
Referenced by BuildPhysicsTable(), GetElementCrossSection(), IsoCrossSection(), and SelectIsotope().
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 127 of file G4NeutronInelasticXS.cc.
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 134 of file G4NeutronInelasticXS.cc.
Definition at line 198 of file G4NeutronInelasticXS.cc.
References amax, amin, data, G4PhysicsVector::Energy(), G4cout, G4endl, G4ElementData::GetComponentDataByIndex(), G4ElementData::GetElementData(), Initialise(), G4PhysicsVector::Value(), and G4VCrossSectionDataSet::verboseLevel.
Referenced by GetIsoCrossSection(), and SelectIsotope().
|
private |
|
private |
Definition at line 395 of file G4NeutronInelasticXS.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4PhysicsLogVector::Retrieve(), and G4VCrossSectionDataSet::verboseLevel.
Referenced by Initialise().
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 224 of file G4NeutronInelasticXS.cc.
References amin, data, G4lrint(), G4UniformRand, G4ElementData::GetElementData(), G4Element::GetIsotopeVector(), G4Element::GetNumberOfIsotopes(), G4Element::GetRelativeAbundanceVector(), G4Element::GetZ(), Initialise(), IsoCrossSection(), MAXZINEL, G4InuclParticleNames::nn, and temp.
|
staticprivate |
Definition at line 121 of file G4NeutronInelasticXS.hh.
Referenced by Initialise(), and IsoCrossSection().
|
staticprivate |
Definition at line 120 of file G4NeutronInelasticXS.hh.
Referenced by Initialise(), IsoCrossSection(), and SelectIsotope().
|
staticprivate |
Definition at line 118 of file G4NeutronInelasticXS.hh.
Referenced by GetElementCrossSection(), and Initialise().
|
staticprivate |
Definition at line 115 of file G4NeutronInelasticXS.hh.
Referenced by BuildPhysicsTable(), GetElementCrossSection(), Initialise(), IsoCrossSection(), SelectIsotope(), and ~G4NeutronInelasticXS().
|
private |
Definition at line 109 of file G4NeutronInelasticXS.hh.
Referenced by G4NeutronInelasticXS(), GetElementCrossSection(), Initialise(), and ~G4NeutronInelasticXS().
|
private |
Definition at line 108 of file G4NeutronInelasticXS.hh.
Referenced by G4NeutronInelasticXS(), GetElementCrossSection(), Initialise(), and ~G4NeutronInelasticXS().
|
private |
Definition at line 113 of file G4NeutronInelasticXS.hh.
Referenced by BuildPhysicsTable(), G4NeutronInelasticXS(), and ~G4NeutronInelasticXS().
|
private |
Definition at line 111 of file G4NeutronInelasticXS.hh.
Referenced by GetElementCrossSection(), and Initialise().
|
private |
Definition at line 116 of file G4NeutronInelasticXS.hh.
Referenced by BuildPhysicsTable(), and SelectIsotope().