#include <G4HadronElasticPhysicsLEND.hh>
◆ G4HadronElasticPhysicsLEND() [1/2]
G4HadronElasticPhysicsLEND::G4HadronElasticPhysicsLEND |
( |
G4int | ver = 1, |
|
|
const G4String & | eval = "" ) |
|
explicit |
◆ ~G4HadronElasticPhysicsLEND()
G4HadronElasticPhysicsLEND::~G4HadronElasticPhysicsLEND |
( |
| ) |
|
|
virtual |
◆ G4HadronElasticPhysicsLEND() [2/2]
◆ ConstructProcess()
void G4HadronElasticPhysicsLEND::ConstructProcess |
( |
| ) |
|
|
finalvirtual |
Reimplemented from G4HadronElasticPhysics.
Definition at line 69 of file G4HadronElasticPhysicsLEND.cc.
70{
72
76 if(he && hel) {
78 G4LENDElastic* lend = new G4LENDElastic(neutron);
79 G4LENDElasticCrossSection* lend_XS = new G4LENDElasticCrossSection(neutron);
80 if ( evaluation.size() > 0 ) {
83 }
85
89
91 }
92
94 G4cout <<
"### HadronElasticPhysicsLEND is constructed"
96 }
97}
G4HadronElastic * GetElasticModel(const G4ParticleDefinition *part) const
void ConstructProcess() override
G4HadronicProcess * GetElasticProcess(const G4ParticleDefinition *part) const
void SetMinEnergy(G4double anEnergy)
static G4HadronicParameters * Instance()
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
void AllowNaturalAbundanceTarget()
void ChangeDefaultEvaluation(G4String name_tmp)
void DumpLENDTargetInfo(G4bool force=false)
void AllowNaturalAbundanceTarget()
void ChangeDefaultEvaluation(G4String name)
static G4Neutron * Neutron()
G4int GetVerboseLevel() const
◆ operator=()
The documentation for this class was generated from the following files: