|
Geant4
10.03.p03
|
#include <G4InteractionLawPhysical.hh>


Public Member Functions | |
| G4InteractionLawPhysical (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) |
Public Member Functions inherited from G4VBiasingInteractionLaw | |
| G4VBiasingInteractionLaw (G4String name) | |
| virtual | ~G4VBiasingInteractionLaw () |
| const G4String & | GetName () const |
| virtual G4bool | IsSingular () const |
| virtual G4bool | IsEffectiveCrossSectionInfinite () const |
| G4double | Sample () |
| G4double | UpdateForStep (G4double truePathLength) |
| G4double | GetSampledInteractionLength () const |
Additional Inherited Members |
Definition at line 45 of file G4InteractionLawPhysical.hh.
| G4InteractionLawPhysical::G4InteractionLawPhysical | ( | G4String | name = "exponentialLaw" | ) |
Definition at line 29 of file G4InteractionLawPhysical.cc.
|
virtual |
Definition at line 36 of file G4InteractionLawPhysical.cc.
Implements G4VBiasingInteractionLaw.
Definition at line 53 of file G4InteractionLawPhysical.cc.


|
virtual |
Implements G4VBiasingInteractionLaw.
Definition at line 62 of file G4InteractionLawPhysical.cc.


|
inline |
Definition at line 53 of file G4InteractionLawPhysical.hh.

|
virtual |
Implements G4VBiasingInteractionLaw.
Definition at line 73 of file G4InteractionLawPhysical.cc.

Definition at line 39 of file G4InteractionLawPhysical.cc.


|
virtual |
Reimplemented from G4VBiasingInteractionLaw.
Definition at line 86 of file G4InteractionLawPhysical.cc.
