Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4ReflectionFactory.cc,v 1.5 2006/06/29 18:58:17 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4ReflectionFactory.cc,v 1.6 2007/05/11 13:58:35 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// Class G4ReflectionFactory Implementation
@@ -60,7 +60,8 @@
#include "G4LogicalVolume.hh"
#include "G4PVPlacement.hh"
#include "G4PVReplica.hh"
#include "G4VPVDivisionFactory.hh"
#include "G4VPVDivisionFactory.hh"
#include "G4GeometryTolerance.hh"
G4ReflectionFactory* G4ReflectionFactory::fInstance = 0;
const G4String G4ReflectionFactory::fDefaultNameExtension = "_refl";
@@ -87,7 +88,8 @@ G4ReflectionFactory::G4ReflectionFactory()
// Protected singleton constructor.
// ---
fScalePrecision = 10.*kCarTolerance;
fScalePrecision = 10.
* G4GeometryTolerance::GetInstance()->GetSurfaceTolerance();
fInstance = this;
}