#include <G4NeutronPHPBuilder.hh>
Definition at line 46 of file G4NeutronPHPBuilder.hh.
◆ G4NeutronPHPBuilder()
G4NeutronPHPBuilder::G4NeutronPHPBuilder |
( |
| ) |
|
Definition at line 32 of file G4NeutronPHPBuilder.cc.
34{
35 theHPElastic = 0;
36 theHPElasticData = 0;
37
38 theHPFission = 0;
39 theHPFissionData = 0;
40
41 theHPCapture = 0;
42 theHPCaptureData = 0;
43
44 theHPInelastic = 0;
45 theHPInelasticData = 0;
46
47 theMin = 0;
48 theIMin = theMin;
49 theMax = 20*MeV;
50 theIMax = theMax;
51
52}
◆ ~G4NeutronPHPBuilder()
virtual G4NeutronPHPBuilder::~G4NeutronPHPBuilder |
( |
| ) |
|
|
inlinevirtual |
◆ Build() [1/8]
Implements G4VNeutronBuilder.
Definition at line 54 of file G4NeutronPHPBuilder.cc.
56{
63}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
◆ Build() [2/8]
◆ Build() [3/8]
◆ Build() [4/8]
◆ Build() [5/8]
◆ Build() [6/8]
◆ Build() [7/8]
◆ Build() [8/8]
◆ SetMaxEnergy()
virtual void G4NeutronPHPBuilder::SetMaxEnergy |
( |
G4double |
aM | ) |
|
|
inlinefinaloverridevirtual |
◆ SetMaxInelasticEnergy()
void G4NeutronPHPBuilder::SetMaxInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMinEnergy()
virtual void G4NeutronPHPBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inlinefinaloverridevirtual |
◆ SetMinInelasticEnergy()
void G4NeutronPHPBuilder::SetMinInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: