Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ILawForceFreeFlight Class Reference

#include <G4ILawForceFreeFlight.hh>

+ Inheritance diagram for G4ILawForceFreeFlight:

Public Member Functions

 G4ILawForceFreeFlight (const G4String &name="forceFreeFlightLaw")
 
virtual ~G4ILawForceFreeFlight ()
 
virtual G4double ComputeEffectiveCrossSectionAt (G4double length) const
 
virtual G4double ComputeNonInteractionProbabilityAt (G4double length) const
 
virtual G4double SampleInteractionLength ()
 
virtual G4double UpdateInteractionLengthForStep (G4double truePathLength)
 
virtual G4bool IsSingular () const
 
- Public Member Functions inherited from G4VBiasingInteractionLaw
 G4VBiasingInteractionLaw (const G4String &name)
 
virtual ~G4VBiasingInteractionLaw ()=default
 
const G4StringGetName () const
 
virtual G4bool IsEffectiveCrossSectionInfinite () const
 
G4double Sample ()
 
G4double UpdateForStep (G4double truePathLength)
 
G4double GetSampledInteractionLength () const
 

Detailed Description

Definition at line 44 of file G4ILawForceFreeFlight.hh.

Constructor & Destructor Documentation

◆ G4ILawForceFreeFlight()

G4ILawForceFreeFlight::G4ILawForceFreeFlight ( const G4String & name = "forceFreeFlightLaw")

Definition at line 31 of file G4ILawForceFreeFlight.cc.

33{}
G4VBiasingInteractionLaw(const G4String &name)

◆ ~G4ILawForceFreeFlight()

G4ILawForceFreeFlight::~G4ILawForceFreeFlight ( )
virtual

Definition at line 35 of file G4ILawForceFreeFlight.cc.

36{}

Member Function Documentation

◆ ComputeEffectiveCrossSectionAt()

G4double G4ILawForceFreeFlight::ComputeEffectiveCrossSectionAt ( G4double length) const
virtual

Implements G4VBiasingInteractionLaw.

Definition at line 38 of file G4ILawForceFreeFlight.cc.

39{
40 return 0.0;
41}

◆ ComputeNonInteractionProbabilityAt()

G4double G4ILawForceFreeFlight::ComputeNonInteractionProbabilityAt ( G4double length) const
virtual

Implements G4VBiasingInteractionLaw.

Definition at line 43 of file G4ILawForceFreeFlight.cc.

44{
45 return 1.0;
46}

◆ IsSingular()

virtual G4bool G4ILawForceFreeFlight::IsSingular ( ) const
inlinevirtual

Reimplemented from G4VBiasingInteractionLaw.

Definition at line 58 of file G4ILawForceFreeFlight.hh.

58{ return true; }

◆ SampleInteractionLength()

G4double G4ILawForceFreeFlight::SampleInteractionLength ( )
virtual

Implements G4VBiasingInteractionLaw.

Definition at line 48 of file G4ILawForceFreeFlight.cc.

49{
50 return DBL_MAX;
51}
#define DBL_MAX
Definition templates.hh:62

◆ UpdateInteractionLengthForStep()

G4double G4ILawForceFreeFlight::UpdateInteractionLengthForStep ( G4double truePathLength)
virtual

Reimplemented from G4VBiasingInteractionLaw.

Definition at line 53 of file G4ILawForceFreeFlight.cc.

54{
55 return DBL_MAX;
56}

The documentation for this class was generated from the following files: