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: G4ClippablePolygon.cc,v 1.11 2006/06/29 18:48:25 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4ClippablePolygon.cc,v 1.12 2007/05/11 13:54:28 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// --------------------------------------------------------------------
@@ -41,6 +41,7 @@
#include "G4ClippablePolygon.hh"
#include "G4VoxelLimits.hh"
#include "G4GeometryTolerance.hh"
//
// Constructor
@@ -48,8 +49,10 @@
G4ClippablePolygon::G4ClippablePolygon()
: normal(0.,0.,0.)
{
kCarTolerance = G4GeometryTolerance::GetInstance()->GetSurfaceTolerance();
}
//
// Destructor
//
@@ -57,6 +60,7 @@ G4ClippablePolygon::~G4ClippablePolygon()
{
}
//
// AddVertexInOrder
//
@@ -75,7 +79,6 @@ void G4ClippablePolygon::ClearAllVertices()
}
//
// Clip
//