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

#include <G4RangeNoTest.hh>

+ Inheritance diagram for G4RangeNoTest:

Public Member Functions

 G4RangeNoTest ()
 
virtual ~G4RangeNoTest ()
 
virtual G4bool Escape (const G4ParticleDefinition *, const G4MaterialCutsCouple *, G4double, G4double) const
 
- Public Member Functions inherited from G4VRangeTest
 G4VRangeTest ()
 
virtual ~G4VRangeTest ()
 
virtual G4bool Escape (const G4ParticleDefinition *particle, const G4MaterialCutsCouple *couple, G4double energy, G4double safety) const =0
 

Detailed Description

Definition at line 53 of file G4RangeNoTest.hh.

Constructor & Destructor Documentation

◆ G4RangeNoTest()

G4RangeNoTest::G4RangeNoTest ( )
inline

Definition at line 57 of file G4RangeNoTest.hh.

57{ }

◆ ~G4RangeNoTest()

virtual G4RangeNoTest::~G4RangeNoTest ( )
inlinevirtual

Definition at line 59 of file G4RangeNoTest.hh.

59{ }

Member Function Documentation

◆ Escape()

virtual G4bool G4RangeNoTest::Escape ( const G4ParticleDefinition ,
const G4MaterialCutsCouple ,
G4double  ,
G4double   
) const
inlinevirtual

Implements G4VRangeTest.

Definition at line 61 of file G4RangeNoTest.hh.

64 { return true; } // safety

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