Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4AdjointPhotoElectricModel.hh>
Protected Member Functions | |
void | CorrectPostStepWeight (G4ParticleChange *fParticleChange, G4double old_weight, G4double adjointPrimKinEnergy, G4double projectileKinEnergy, G4bool isScatProjToProj) override |
Protected Member Functions inherited from G4VEmAdjointModel | |
G4double | DiffCrossSectionFunction1 (G4double kinEnergyProj) |
G4double | DiffCrossSectionFunction2 (G4double kinEnergyProj) |
G4double | SampleAdjSecEnergyFromCSMatrix (std::size_t MatrixIndex, G4double prim_energy, G4bool isScatProjToProj) |
G4double | SampleAdjSecEnergyFromCSMatrix (G4double prim_energy, G4bool isScatProjToProj) |
void | SelectCSMatrix (G4bool isScatProjToProj) |
virtual G4double | SampleAdjSecEnergyFromDiffCrossSectionPerAtom (G4double prim_energy, G4bool isScatProjToProj) |
Definition at line 53 of file G4AdjointPhotoElectricModel.hh.
G4AdjointPhotoElectricModel::G4AdjointPhotoElectricModel | ( | ) |
Definition at line 39 of file G4AdjointPhotoElectricModel.cc.
|
override |
Definition at line 54 of file G4AdjointPhotoElectricModel.cc.
|
delete |
|
overridevirtual |
Reimplemented from G4VEmAdjointModel.
Definition at line 165 of file G4AdjointPhotoElectricModel.cc.
Referenced by SampleSecondaries().
G4double G4AdjointPhotoElectricModel::AdjointCrossSectionPerAtom | ( | const G4Element * | anElement, |
G4double | electronEnergy ) |
Definition at line 197 of file G4AdjointPhotoElectricModel.cc.
Referenced by AdjointCrossSection().
|
overrideprotectedvirtual |
Reimplemented from G4VEmAdjointModel.
Definition at line 147 of file G4AdjointPhotoElectricModel.cc.
Referenced by SampleSecondaries().
|
delete |
|
overridevirtual |
Implements G4VEmAdjointModel.
Definition at line 57 of file G4AdjointPhotoElectricModel.cc.