Geant4_10
|
#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 | |
Static Public Member Functions inherited from G4VPhysicsConstructor | |
static const G4VPCManager & | GetSubInstanceManager () |
Protected Attributes inherited from G4VPhysicsConstructor | |
G4int | verboseLevel |
G4String | namePhysics |
G4int | typePhysics |
G4ParticleTable * | theParticleTable |
G4int | g4vpcInstanceID |
Static Protected Attributes inherited from G4VPhysicsConstructor | |
static G4RUN_DLL G4VPCManager | subInstanceManager |
Definition at line 51 of file G4VHadronPhysics.hh.
|
virtual |
Definition at line 69 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 94 of file G4VHadronPhysics.cc.
Implements G4VPhysicsConstructor.
Definition at line 78 of file G4VHadronPhysics.cc.
|
protected |
Definition at line 285 of file G4VHadronPhysics.cc.
|
protected |
Definition at line 251 of file G4VHadronPhysics.cc.
|
protected |
|
protected |
Definition at line 305 of file G4VHadronPhysics.cc.
|
protected |
Definition at line 215 of file G4VHadronPhysics.cc.
|
protected |
G4HadronicInteraction * G4VHadronPhysics::NewModel | ( | G4HadronicInteraction * | model, |
G4double | emin, | ||
G4double | emax | ||
) |
Definition at line 114 of file G4VHadronPhysics.cc.