#include <G4VHadronPhysics.hh>
Definition at line 49 of file G4VHadronPhysics.hh.
◆ G4VHadronPhysics() [1/2]
G4VHadronPhysics::G4VHadronPhysics |
( |
const G4String & | name = "hInelastic", |
|
|
G4int | verbose = 0 ) |
◆ ~G4VHadronPhysics()
G4VHadronPhysics::~G4VHadronPhysics |
( |
| ) |
|
|
virtual |
◆ G4VHadronPhysics() [2/2]
◆ BuildModel()
Definition at line 84 of file G4VHadronPhysics.cc.
87{
88 G4HadronicInteraction* model = mBuilder->
GetModel();
92 G4cout <<
"### G4VHadronPhysics <"
94 << emin/GeV << " Emax(GeV)= " << emax/GeV
96 }
97
98 return model;
99}
void SetMinEnergy(G4double anEnergy)
const G4String & GetModelName() const
void SetMaxEnergy(const G4double anEnergy)
G4HadronicInteraction * GetModel()
◆ ConstructParticle()
void G4VHadronPhysics::ConstructParticle |
( |
| ) |
|
|
overridevirtual |
Implements G4VPhysicsConstructor.
Definition at line 68 of file G4VHadronPhysics.cc.
69{
70 G4MesonConstructor pMesonConstructor;
72
73 G4BaryonConstructor pBaryonConstructor;
75
76 G4IonConstructor pIonConstructor;
78
79 G4ShortLivedConstructor pShortLivedConstructor;
81}
static void ConstructParticle()
static void ConstructParticle()
static void ConstructParticle()
static void ConstructParticle()
◆ NewModel()
Definition at line 102 of file G4VHadronPhysics.cc.
105{
106 if(nullptr == model) return model;
110 G4cout <<
"### G4VHadronPhysics <"
112 << emin/GeV << " Emax(GeV)= " << emax/GeV
114 }
115 return model;
116}
◆ operator=()
The documentation for this class was generated from the following files: