Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VHadronPhysics.hh>
Protected Member Functions | |
G4HadronicProcess * | FindInelasticProcess (const G4String &) |
G4HadronicProcess * | FindInelasticProcess (const G4ParticleDefinition *) |
G4HadronicProcess * | FindElasticProcess (const G4String &) |
G4HadronicProcess * | FindElasticProcess (const G4ParticleDefinition *) |
G4HadronicProcess * | FindCaptureProcess () |
G4HadronicProcess * | FindFissionProcess () |
Protected Member Functions inherited from G4VPhysicsConstructor | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
Additional Inherited Members | |
Protected Attributes inherited from G4VPhysicsConstructor | |
G4int | verboseLevel |
G4String | namePhysics |
G4int | typePhysics |
G4ParticleTable * | theParticleTable |
G4ParticleTable::G4PTblDicIterator * | theParticleIterator |
G4PhysicsListHelper * | thePLHelper |
Definition at line 51 of file G4VHadronPhysics.hh.
Definition at line 57 of file G4VHadronPhysics.cc.
|
virtual |
Definition at line 67 of file G4VHadronPhysics.cc.
void G4VHadronPhysics::AddCaptureCrossSection | ( | G4VCrossSectionDataSet * | xsec | ) |
Definition at line 185 of file G4VHadronPhysics.cc.
void G4VHadronPhysics::AddElasticCrossSection | ( | const G4ParticleDefinition * | p, |
G4VCrossSectionDataSet * | xsec | ||
) |
Definition at line 170 of file G4VHadronPhysics.cc.
void G4VHadronPhysics::AddElasticCrossSection | ( | const G4String & | pname, |
G4VCrossSectionDataSet * | xsec | ||
) |
Definition at line 156 of file G4VHadronPhysics.cc.
Referenced by AddElasticCrossSection().
void G4VHadronPhysics::AddFissionCrossSection | ( | G4VCrossSectionDataSet * | xsec | ) |
Definition at line 198 of file G4VHadronPhysics.cc.
void G4VHadronPhysics::AddInelasticCrossSection | ( | const G4ParticleDefinition * | p, |
G4VCrossSectionDataSet * | xsec | ||
) |
Definition at line 141 of file G4VHadronPhysics.cc.
void G4VHadronPhysics::AddInelasticCrossSection | ( | const G4String & | pname, |
G4VCrossSectionDataSet * | xsec | ||
) |
Definition at line 127 of file G4VHadronPhysics.cc.
Referenced by AddInelasticCrossSection().
G4HadronicInteraction * G4VHadronPhysics::BuildModel | ( | G4VHadronModelBuilder * | mBuilder, |
G4double | emin, | ||
G4double | emax | ||
) |
Definition at line 91 of file G4VHadronPhysics.cc.
Referenced by G4HadronInelasticQBBC::ConstructProcess().
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 75 of file G4VHadronPhysics.cc.
|
protected |
Definition at line 281 of file G4VHadronPhysics.cc.
Referenced by AddCaptureCrossSection(), and G4HadronInelasticQBBC::ConstructProcess().
|
protected |
Definition at line 261 of file G4VHadronPhysics.cc.
|
protected |
Definition at line 247 of file G4VHadronPhysics.cc.
Referenced by AddElasticCrossSection(), and FindElasticProcess().
|
protected |
Definition at line 301 of file G4VHadronPhysics.cc.
Referenced by AddFissionCrossSection().
|
protected |
Definition at line 225 of file G4VHadronPhysics.cc.
|
protected |
Definition at line 211 of file G4VHadronPhysics.cc.
Referenced by AddInelasticCrossSection(), G4HadronInelasticQBBC::ConstructProcess(), and FindInelasticProcess().
G4HadronicInteraction * G4VHadronPhysics::NewModel | ( | G4HadronicInteraction * | model, |
G4double | emin, | ||
G4double | emax | ||
) |
Definition at line 110 of file G4VHadronPhysics.cc.
Referenced by G4HadronInelasticQBBC::ConstructProcess().