Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ILawTruncatedExp.hh>
Public Member Functions | |
G4ILawTruncatedExp (const G4String &name="expForceInteractionLaw") | |
virtual | ~G4ILawTruncatedExp () |
virtual G4double | ComputeEffectiveCrossSectionAt (G4double length) const |
virtual G4double | ComputeNonInteractionProbabilityAt (G4double length) const |
virtual G4double | SampleInteractionLength () |
virtual G4double | UpdateInteractionLengthForStep (G4double truePathLength) |
virtual G4bool | IsSingular () const |
void | SetForceCrossSection (G4double xs) |
void | SetMaximumDistance (G4double d) |
G4double | GetMaximumDistance () const |
G4double | GetInteractionDistance () const |
![]() | |
G4VBiasingInteractionLaw (const G4String &name) | |
virtual | ~G4VBiasingInteractionLaw ()=default |
const G4String & | GetName () const |
virtual G4bool | IsEffectiveCrossSectionInfinite () const |
G4double | Sample () |
G4double | UpdateForStep (G4double truePathLength) |
G4double | GetSampledInteractionLength () const |
Definition at line 41 of file G4ILawTruncatedExp.hh.
G4ILawTruncatedExp::G4ILawTruncatedExp | ( | const G4String & | name = "expForceInteractionLaw" | ) |
Definition at line 34 of file G4ILawTruncatedExp.cc.
|
virtual |
Definition at line 38 of file G4ILawTruncatedExp.cc.
Implements G4VBiasingInteractionLaw.
Definition at line 56 of file G4ILawTruncatedExp.cc.
Implements G4VBiasingInteractionLaw.
Definition at line 72 of file G4ILawTruncatedExp.cc.
|
inline |
Definition at line 60 of file G4ILawTruncatedExp.hh.
|
inline |
Definition at line 59 of file G4ILawTruncatedExp.hh.
|
inlinevirtual |
Reimplemented from G4VBiasingInteractionLaw.
Definition at line 54 of file G4ILawTruncatedExp.hh.
|
virtual |
Implements G4VBiasingInteractionLaw.
Definition at line 88 of file G4ILawTruncatedExp.cc.
void G4ILawTruncatedExp::SetForceCrossSection | ( | G4double | xs | ) |
Definition at line 41 of file G4ILawTruncatedExp.cc.
|
inline |
Definition at line 58 of file G4ILawTruncatedExp.hh.
Reimplemented from G4VBiasingInteractionLaw.
Definition at line 102 of file G4ILawTruncatedExp.cc.