#include <G4IonElasticPhysics.hh>
Definition at line 44 of file G4IonElasticPhysics.hh.
◆ G4IonElasticPhysics()
G4IonElasticPhysics::G4IonElasticPhysics |
( |
G4int |
ver = 0 | ) |
|
|
explicit |
Definition at line 56 of file G4IonElasticPhysics.cc.
58{
59 if(verbose > 1) {
62 }
63}
G4GLOB_DLL std::ostream G4cout
const G4String & GetPhysicsName() const
◆ ~G4IonElasticPhysics()
G4IonElasticPhysics::~G4IonElasticPhysics |
( |
| ) |
|
|
virtual |
◆ ConstructParticle()
void G4IonElasticPhysics::ConstructParticle |
( |
| ) |
|
|
overridevirtual |
◆ ConstructProcess()
void G4IonElasticPhysics::ConstructProcess |
( |
| ) |
|
|
overridevirtual |
Implements G4VPhysicsConstructor.
Definition at line 73 of file G4IonElasticPhysics.cc.
74{
75
77
78
82
83
87 ionElasticProcess->
AddDataSet(ionElasticXSDataSet);
88
91
92 if ( verbose > 1 ) {
95 }
96}
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
G4ProcessManager * GetProcessManager() const
const G4String & GetParticleName() const
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
void SetMinKinEnergy(G4double value)
const G4String & GetProcessName() const
The documentation for this class was generated from the following files: