Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VCrossSectionRatio.hh>
Public Member Functions | |
G4VCrossSectionRatio (const G4String &nam="XSRatio", G4int verb=0) | |
~G4VCrossSectionRatio () override | |
virtual G4double | ComputeRatio (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)=0 |
Definition at line 52 of file G4VCrossSectionRatio.hh.
Definition at line 41 of file G4VCrossSectionRatio.cc.
|
override |
Definition at line 47 of file G4VCrossSectionRatio.cc.
|
pure virtual |
Implemented in G4DiffElasticRatio.
Referenced by G4HadronElasticProcess::PostStepDoIt().