Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VHadronModelBuilder.hh>
Public Member Functions | |
G4VHadronModelBuilder (const G4String &name="") | |
virtual | ~G4VHadronModelBuilder () |
G4HadronicInteraction * | GetModel () |
const G4String & | GetName () const |
Protected Member Functions | |
virtual G4HadronicInteraction * | BuildModel ()=0 |
Definition at line 43 of file G4VHadronModelBuilder.hh.
G4VHadronModelBuilder::G4VHadronModelBuilder | ( | const G4String & | name = "" | ) |
Definition at line 40 of file G4VHadronModelBuilder.cc.
|
virtual |
Definition at line 44 of file G4VHadronModelBuilder.cc.
|
protectedpure virtual |
Implemented in G4FTFBuilder, and G4QGSBuilder.
Referenced by GetModel().
G4HadronicInteraction * G4VHadronModelBuilder::GetModel | ( | ) |
Definition at line 47 of file G4VHadronModelBuilder.cc.
Referenced by G4VHadronPhysics::BuildModel(), G4IonINCLXXPhysics::ConstructProcess(), G4IonPhysics::ConstructProcess(), G4IonPhysicsPHP::ConstructProcess(), and G4IonQMDPhysics::ConstructProcess().
|
inline |
Definition at line 69 of file G4VHadronModelBuilder.hh.
Referenced by G4FTFBuilder::BuildModel(), and G4QGSBuilder::BuildModel().