Geant4
10.01.p03
|
#include <G4AlphaPHPBuilder.hh>
Public Member Functions | |
G4AlphaPHPBuilder () | |
virtual | ~G4AlphaPHPBuilder () |
virtual void | Build (G4AlphaInelasticProcess *aP) |
virtual void | Build (G4HadronElasticProcess *aP) |
void | SetMinEnergy (G4double aM) |
void | SetMaxEnergy (G4double aM) |
Public Member Functions inherited from G4VAlphaBuilder | |
G4VAlphaBuilder () | |
virtual | ~G4VAlphaBuilder () |
Private Attributes | |
G4double | theMin |
G4double | theMax |
G4ParticleHPInelastic * | theParticlePHPModel |
Definition at line 46 of file G4AlphaPHPBuilder.hh.
G4AlphaPHPBuilder::G4AlphaPHPBuilder | ( | ) |
Definition at line 33 of file G4AlphaPHPBuilder.cc.
|
virtual |
Definition at line 40 of file G4AlphaPHPBuilder.cc.
References theParticlePHPModel.
|
virtual |
Implements G4VAlphaBuilder.
Definition at line 52 of file G4AlphaPHPBuilder.cc.
References G4HadronicProcess::AddDataSet(), G4Alpha::Alpha(), G4cout, G4endl, G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4VCrossSectionDataSet::SetMaxKinEnergy(), G4HadronicInteraction::SetMinEnergy(), G4VCrossSectionDataSet::SetMinKinEnergy(), theMax, theMin, and theParticlePHPModel.
|
virtual |
Implements G4VAlphaBuilder.
Definition at line 46 of file G4AlphaPHPBuilder.cc.
|
inline |
Definition at line 60 of file G4AlphaPHPBuilder.hh.
References theMax.
Referenced by G4HadronPhysicsQGSP_BIC_AllHP::CreateModels().
|
inline |
Definition at line 56 of file G4AlphaPHPBuilder.hh.
References theMin.
|
private |
Definition at line 67 of file G4AlphaPHPBuilder.hh.
Referenced by Build(), G4AlphaPHPBuilder(), and SetMaxEnergy().
|
private |
Definition at line 66 of file G4AlphaPHPBuilder.hh.
Referenced by Build(), G4AlphaPHPBuilder(), and SetMinEnergy().
|
private |
Definition at line 68 of file G4AlphaPHPBuilder.hh.
Referenced by Build(), and ~G4AlphaPHPBuilder().