Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4Navigator.hh 70647 2013-06-03 15:12:33Z gcosmo $
//
//
// class G4Navigator
@@ -333,6 +333,10 @@ class G4Navigator
private:
G4Navigator(const G4Navigator&);
G4Navigator& operator=(const G4Navigator&);
// Private copy-constructor and assignment operator.
void ComputeStepLog(const G4ThreeVector& pGlobalpoint,
G4double moveLenSq) const;
// Log and checks for steps larger than the tolerance
@@ -482,6 +486,7 @@ class G4Navigator
G4ParameterisedNavigation fparamNav;
G4ReplicaNavigation freplicaNav;
G4RegularNavigation fregularNav;
G4VoxelSafety *fpVoxelSafety;
};
#include "G4Navigator.icc"