Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4HadronElasticPhysics.hh>
Additional Inherited Members | |
Static Public Member Functions inherited from G4VPhysicsConstructor | |
static const G4VPCManager & | GetSubInstanceManager () |
Protected Types inherited from G4VPhysicsConstructor | |
using | PhysicsBuilder_V = G4VPCData::PhysicsBuilders_V |
Protected Member Functions inherited from G4VPhysicsConstructor | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
G4ParticleTable::G4PTblDicIterator * | GetParticleIterator () const |
PhysicsBuilder_V | GetBuilders () const |
void | AddBuilder (G4PhysicsBuilderInterface *bld) |
Protected Attributes inherited from G4VPhysicsConstructor | |
G4int | verboseLevel = 0 |
G4String | namePhysics = "" |
G4int | typePhysics = 0 |
G4ParticleTable * | theParticleTable = nullptr |
G4int | g4vpcInstanceID = 0 |
Static Protected Attributes inherited from G4VPhysicsConstructor | |
static G4RUN_DLL G4VPCManager | subInstanceManager |
Definition at line 54 of file G4HadronElasticPhysics.hh.
|
explicit |
Definition at line 79 of file G4HadronElasticPhysics.cc.
|
virtual |
Definition at line 90 of file G4HadronElasticPhysics.cc.
|
delete |
void G4HadronElasticPhysics::AddXSection | ( | const G4ParticleDefinition * | part, |
G4VCrossSectionDataSet * | cross | ||
) | const |
Definition at line 253 of file G4HadronElasticPhysics.cc.
|
overridevirtual |
Implements G4VPhysicsConstructor.
Definition at line 93 of file G4HadronElasticPhysics.cc.
|
overridevirtual |
Implements G4VPhysicsConstructor.
Reimplemented in G4HadronElasticPhysicsHP, G4HadronElasticPhysicsLEND, G4HadronElasticPhysicsPHP, G4HadronElasticPhysicsXS, and G4HadronHElasticPhysics.
Definition at line 106 of file G4HadronElasticPhysics.cc.
Referenced by G4HadronElasticPhysicsHP::ConstructProcess(), G4HadronElasticPhysicsLEND::ConstructProcess(), G4HadronElasticPhysicsPHP::ConstructProcess(), and G4HadronElasticPhysicsXS::ConstructProcess().
G4HadronElastic * G4HadronElasticPhysics::GetElasticModel | ( | const G4ParticleDefinition * | part | ) | const |
Definition at line 232 of file G4HadronElasticPhysics.cc.
Referenced by G4HadronElasticPhysicsHP::ConstructProcess(), G4HadronElasticPhysicsLEND::ConstructProcess(), G4HadronElasticPhysicsPHP::ConstructProcess(), and GetNeutronModel().
G4HadronicProcess * G4HadronElasticPhysics::GetElasticProcess | ( | const G4ParticleDefinition * | part | ) | const |
Definition at line 226 of file G4HadronElasticPhysics.cc.
Referenced by AddXSection(), G4HadronElasticPhysicsHP::ConstructProcess(), G4HadronElasticPhysicsLEND::ConstructProcess(), G4HadronElasticPhysicsPHP::ConstructProcess(), GetElasticModel(), and GetNeutronProcess().
G4HadronElastic * G4HadronElasticPhysics::GetNeutronModel | ( | ) | const |
Definition at line 248 of file G4HadronElasticPhysics.cc.
G4HadronicProcess * G4HadronElasticPhysics::GetNeutronProcess | ( | ) | const |
Definition at line 243 of file G4HadronElasticPhysics.cc.
|
delete |