Geant4
10.03.p01
|
#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 44 of file G4VHadronModelBuilder.hh.
G4VHadronModelBuilder::G4VHadronModelBuilder | ( | const G4String & | name = "" | ) |
Definition at line 41 of file G4VHadronModelBuilder.cc.
|
virtual |
Definition at line 45 of file G4VHadronModelBuilder.cc.
|
protectedpure virtual |
G4HadronicInteraction * G4VHadronModelBuilder::GetModel | ( | ) |
Definition at line 48 of file G4VHadronModelBuilder.cc.
|
inline |