Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4InteractionLawPhysical.hh>
Public Member Functions | |
G4InteractionLawPhysical (const G4String &name="exponentialLaw") | |
virtual | ~G4InteractionLawPhysical () |
void | SetPhysicalCrossSection (G4double crossSection) |
G4double | GetPhysicalCrossSection () const |
virtual G4double | ComputeEffectiveCrossSectionAt (G4double length) const |
virtual G4double | ComputeNonInteractionProbabilityAt (G4double length) const |
virtual G4double | SampleInteractionLength () |
virtual G4double | UpdateInteractionLengthForStep (G4double truePathLength) |
![]() | |
G4VBiasingInteractionLaw (const G4String &name) | |
virtual | ~G4VBiasingInteractionLaw ()=default |
const G4String & | GetName () const |
virtual G4bool | IsSingular () const |
virtual G4bool | IsEffectiveCrossSectionInfinite () const |
G4double | Sample () |
G4double | UpdateForStep (G4double truePathLength) |
G4double | GetSampledInteractionLength () const |
Definition at line 40 of file G4InteractionLawPhysical.hh.
G4InteractionLawPhysical::G4InteractionLawPhysical | ( | const G4String & | name = "exponentialLaw" | ) |
Definition at line 32 of file G4InteractionLawPhysical.cc.
|
virtual |
Definition at line 36 of file G4InteractionLawPhysical.cc.
Implements G4VBiasingInteractionLaw.
Definition at line 52 of file G4InteractionLawPhysical.cc.
|
virtual |
Implements G4VBiasingInteractionLaw.
Definition at line 64 of file G4InteractionLawPhysical.cc.
|
inline |
Definition at line 48 of file G4InteractionLawPhysical.hh.
|
virtual |
Implements G4VBiasingInteractionLaw.
Definition at line 78 of file G4InteractionLawPhysical.cc.
void G4InteractionLawPhysical::SetPhysicalCrossSection | ( | G4double | crossSection | ) |
Definition at line 39 of file G4InteractionLawPhysical.cc.
|
virtual |
Reimplemented from G4VBiasingInteractionLaw.
Definition at line 92 of file G4InteractionLawPhysical.cc.