|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
The G4DNAPTBAugerModel class Implement the PTB Auger model. More...
#include <G4DNAPTBAugerModel.hh>
Public Member Functions | |
| G4DNAPTBAugerModel (const G4String &modelName) | |
| G4DNAPTBAugerModel Constructor. | |
| virtual | ~G4DNAPTBAugerModel () |
| ~G4DNAPTBAugerModel Destructor | |
| virtual void | Initialise () |
| Initialise Set the verbose value. | |
| void | SetCutForAugerElectrons (G4double cut) |
| SetCutForAugerElectrons Set the cut for the auger electrons production. | |
| void | ComputeAugerEffect (std::vector< G4DynamicParticle * > *fvect, const G4String &materialNameIni, G4double bindingEnergy) |
| ComputeAugerEffect Main method to be called by the ionisation model. | |
The G4DNAPTBAugerModel class Implement the PTB Auger model.
Definition at line 60 of file G4DNAPTBAugerModel.hh.
| G4DNAPTBAugerModel::G4DNAPTBAugerModel | ( | const G4String & | modelName | ) |
G4DNAPTBAugerModel Constructor.
| modelName |
Definition at line 41 of file G4DNAPTBAugerModel.cc.
|
virtual |
~G4DNAPTBAugerModel Destructor
Definition at line 47 of file G4DNAPTBAugerModel.cc.
| void G4DNAPTBAugerModel::ComputeAugerEffect | ( | std::vector< G4DynamicParticle * > * | fvect, |
| const G4String & | materialNameIni, | ||
| G4double | bindingEnergy | ||
| ) |
ComputeAugerEffect Main method to be called by the ionisation model.
| fvect | |
| materialNameIni | |
| bindingEnergy |
Definition at line 65 of file G4DNAPTBAugerModel.cc.
Referenced by G4DNAPTBIonisationModel::SampleSecondaries().
|
virtual |
Initialise Set the verbose value.
Definition at line 52 of file G4DNAPTBAugerModel.cc.
Referenced by G4DNAPTBIonisationModel::Initialise().
| void G4DNAPTBAugerModel::SetCutForAugerElectrons | ( | G4double | cut | ) |
SetCutForAugerElectrons Set the cut for the auger electrons production.
| cut |
Definition at line 181 of file G4DNAPTBAugerModel.cc.