Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VHadronModelBuilder Class Referenceabstract

#include <G4VHadronModelBuilder.hh>

+ Inheritance diagram for G4VHadronModelBuilder:

Public Member Functions

 G4VHadronModelBuilder (const G4String &name="")
 
virtual ~G4VHadronModelBuilder ()
 
G4HadronicInteractionGetModel ()
 
const G4StringGetName () const
 

Protected Member Functions

virtual G4HadronicInteractionBuildModel ()=0
 

Detailed Description

Definition at line 43 of file G4VHadronModelBuilder.hh.

Constructor & Destructor Documentation

◆ G4VHadronModelBuilder()

G4VHadronModelBuilder::G4VHadronModelBuilder ( const G4String & name = "")

Definition at line 40 of file G4VHadronModelBuilder.cc.

41 : model(0),name(aName)
42{}
const char * name(G4int ptype)

◆ ~G4VHadronModelBuilder()

G4VHadronModelBuilder::~G4VHadronModelBuilder ( )
virtual

Definition at line 44 of file G4VHadronModelBuilder.cc.

45{}

Member Function Documentation

◆ BuildModel()

virtual G4HadronicInteraction * G4VHadronModelBuilder::BuildModel ( )
protectedpure virtual

Implemented in G4FTFBuilder, and G4QGSBuilder.

Referenced by GetModel().

◆ GetModel()

◆ GetName()

const G4String & G4VHadronModelBuilder::GetName ( ) const
inline

Definition at line 69 of file G4VHadronModelBuilder.hh.

70{
71 return name;
72}

Referenced by G4FTFBuilder::BuildModel(), and G4QGSBuilder::BuildModel().


The documentation for this class was generated from the following files: