#include <G4LEPNeutronBuilder.hh>
Definition at line 55 of file G4LEPNeutronBuilder.hh.
◆ G4LEPNeutronBuilder()
G4LEPNeutronBuilder::G4LEPNeutronBuilder |
( |
| ) |
|
Definition at line 46 of file G4LEPNeutronBuilder.cc.
46 : theLENeutronModel(0),
47 theNeutronFissionModel(0),
48 theNeutronCaptureModel(0) {
49 theMin = 0;
50 theIMin = theMin;
51 theMax = 20*TeV;
52 theIMax = 55*GeV;
53}
◆ ~G4LEPNeutronBuilder()
G4LEPNeutronBuilder::~G4LEPNeutronBuilder |
( |
| ) |
|
|
virtual |
Definition at line 55 of file G4LEPNeutronBuilder.cc.
56{
57 if (theNeutronFissionModel) delete theNeutronFissionModel;
58 if (theNeutronCaptureModel) delete theNeutronCaptureModel;
59 if (theLENeutronModel) delete theLENeutronModel;
60}
◆ Build() [1/4]
Implements G4VNeutronBuilder.
Definition at line 77 of file G4LEPNeutronBuilder.cc.
79{
84}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void RegisterMe(G4HadronicInteraction *a)
◆ Build() [2/4]
◆ Build() [3/4]
◆ Build() [4/4]
◆ SetMaxEnergy()
void G4LEPNeutronBuilder::SetMaxEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMaxInelasticEnergy()
void G4LEPNeutronBuilder::SetMaxInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMinEnergy()
void G4LEPNeutronBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
◆ SetMinInelasticEnergy()
void G4LEPNeutronBuilder::SetMinInelasticEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: