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
@@ -23,12 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
// --------------------------------------------------------------------
// GEANT 4 class header file
//
// G4GeomTestVolume
// class G4GeomTestVolume
//
// Class description:
//
@@ -50,9 +45,9 @@ class G4GeomTestVolume
public: // with description
G4GeomTestVolume( G4VPhysicalVolume *theTarget,
G4double theTolerance=0.0, // mm
G4int numberOfPoints=10000,
G4bool theVerbosity=true);
G4double theTolerance = 0.0, // mm
G4int numberOfPoints = 10000,
G4bool theVerbosity = true);
~G4GeomTestVolume();
// Constructor and destructor
@@ -81,7 +76,7 @@ class G4GeomTestVolume
G4VPhysicalVolume *target; // Target volume
G4double tolerance; // Error tolerance
G4int resolution; // Number of points to test
G4int maxErr; // Maximum number of errors to report
G4int maxErr = 1; // Maximum number of errors to report
G4bool verbosity; // Verbosity level for overlaps check
};