#include <G4NeutronHPBuilder.hh>
Definition at line 46 of file G4NeutronHPBuilder.hh.
◆ G4NeutronHPBuilder()
G4NeutronHPBuilder::G4NeutronHPBuilder |
( |
| ) |
|
Definition at line 32 of file G4NeutronHPBuilder.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}
◆ ~G4NeutronHPBuilder()
G4NeutronHPBuilder::~G4NeutronHPBuilder |
( |
| ) |
|
|
virtual |
Definition at line 54 of file G4NeutronHPBuilder.cc.
56{
57 delete theHPElasticData;
58 delete theHPFissionData;
59 delete theHPCaptureData;
60 delete theHPInelasticData;
61}
◆ Build() [1/4]
Implements G4VNeutronBuilder.
Definition at line 85 of file G4NeutronHPBuilder.cc.
87{
94}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
◆ SetMaxEnergy()
void G4NeutronHPBuilder::SetMaxEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMaxInelasticEnergy()
void G4NeutronHPBuilder::SetMaxInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMinEnergy()
void G4NeutronHPBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMinInelasticEnergy()
void G4NeutronHPBuilder::SetMinInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: