Geant4
9.6.p02
|
#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.
|
virtual |
Definition at line 67 of file G4VHadronPhysics.cc.
void G4VHadronPhysics::AddCaptureCrossSection | ( | G4VCrossSectionDataSet * | xsec) |
void G4VHadronPhysics::AddElasticCrossSection | ( | const G4String & | pname, |
G4VCrossSectionDataSet * | xsec | ||
) |
void G4VHadronPhysics::AddElasticCrossSection | ( | const G4ParticleDefinition * | p, |
G4VCrossSectionDataSet * | xsec | ||
) |
void G4VHadronPhysics::AddFissionCrossSection | ( | G4VCrossSectionDataSet * | xsec) |
void G4VHadronPhysics::AddInelasticCrossSection | ( | const G4String & | pname, |
G4VCrossSectionDataSet * | xsec | ||
) |
void G4VHadronPhysics::AddInelasticCrossSection | ( | const G4ParticleDefinition * | p, |
G4VCrossSectionDataSet * | xsec | ||
) |
G4HadronicInteraction * G4VHadronPhysics::BuildModel | ( | G4VHadronModelBuilder * | mBuilder, |
G4double | emin, | ||
G4double | emax | ||
) |
Definition at line 91 of file G4VHadronPhysics.cc.
Implements G4VPhysicsConstructor.
Definition at line 75 of file G4VHadronPhysics.cc.
|
protected |
Definition at line 281 of file G4VHadronPhysics.cc.
|
protected |
Definition at line 247 of file G4VHadronPhysics.cc.
|
protected |
|
protected |
Definition at line 301 of file G4VHadronPhysics.cc.
|
protected |
Definition at line 211 of file G4VHadronPhysics.cc.
|
protected |
G4HadronicInteraction * G4VHadronPhysics::NewModel | ( | G4HadronicInteraction * | model, |
G4double | emin, | ||
G4double | emax | ||
) |
Definition at line 110 of file G4VHadronPhysics.cc.