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: G4PolyhedraSide.cc,v 1.11 2006/06/29 18:48:48 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4PolyhedraSide.cc,v 1.13 2007/05/31 13:52:48 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// --------------------------------------------------------------------
@@ -43,6 +43,7 @@
#include "G4ClippablePolygon.hh"
#include "G4AffineTransform.hh"
#include "G4SolidExtentList.hh"
#include "G4GeometryTolerance.hh"
//
// Constructor
@@ -60,6 +61,9 @@ G4PolyhedraSide::G4PolyhedraSide( const G4PolyhedraSideRZ *prevRZ,
G4bool thePhiIsOpen,
G4bool isAllBehind )
{
kCarTolerance = G4GeometryTolerance::GetInstance()->GetSurfaceTolerance();
//
// Record values
//
@@ -352,6 +356,8 @@ void G4PolyhedraSide::CopyStuff( const G4PolyhedraSide &source )
lenPhi[0] = source.lenPhi[0];
lenPhi[1] = source.lenPhi[1];
edgeNorm = source.edgeNorm;
kCarTolerance = source.kCarTolerance;
cone = new G4IntersectingCone( *source.cone );