Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
+5 -8
View File
@@ -23,9 +23,6 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
//
// class G4RegularNavigation
//
// Class description:
@@ -35,7 +32,7 @@
// navigation does not stop at the surface
// History:
// - Created. P. Arce, May 2007
// - Created: P.Arce, May 2007
// --------------------------------------------------------------------
#ifndef G4RegularNavigation_HH
#define G4RegularNavigation_HH
@@ -103,7 +100,7 @@ class G4RegularNavigation
G4double ComputeSafety( const G4ThreeVector& localPoint,
const G4NavigationHistory& history,
const G4double pProposedMaxLength=DBL_MAX );
const G4double pProposedMaxLength = DBL_MAX );
// Method never called because to be called the daughter has to be a
// 'regular' volume. This would only happen if the track is in the
// mother of voxels volume. But the voxels fill completely their mother,
@@ -120,10 +117,10 @@ class G4RegularNavigation
private:
G4int fverbose;
G4bool fcheck;
G4int fverbose = false;
G4bool fcheck = false;
G4NormalNavigation* fnormalNav;
G4NormalNavigation* fnormalNav = nullptr;
G4double kCarTolerance;
};