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: G4BooleanSolid.hh 66356 2012-12-18 09:02:32Z gcosmo $
//
//
// class G4BooleanSolid
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4BooleanSolid.icc 66356 2012-12-18 09:02:32Z gcosmo $
//
// --------------------------------------------------------------------
// GEANT 4 inline definitions file
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4DisplacedSolid.hh 66356 2012-12-18 09:02:32Z gcosmo $
//
//
// class G4DisplacedSolid
@@ -153,7 +153,6 @@ class G4DisplacedSolid : public G4VSolid
void DescribeYourselfTo ( G4VGraphicsScene& scene ) const ;
G4Polyhedron* CreatePolyhedron () const ;
G4NURBS* CreateNURBS () const ;
G4Polyhedron* GetPolyhedron () const ;
// For creating graphical representations (ie for visualisation).
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4IntersectionSolid.hh 66356 2012-12-18 09:02:32Z gcosmo $
//
//
// class G4IntersectionSolid
@@ -115,7 +115,6 @@ class G4IntersectionSolid : public G4BooleanSolid
void DescribeYourselfTo ( G4VGraphicsScene& scene ) const ;
G4Polyhedron* CreatePolyhedron () const ;
G4NURBS* CreateNURBS () const ;
} ;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4SubtractionSolid.hh 66356 2012-12-18 09:02:32Z gcosmo $
//
//
// class G4SubtractionSolid
@@ -115,7 +115,6 @@ class G4SubtractionSolid : public G4BooleanSolid
void DescribeYourselfTo ( G4VGraphicsScene& scene ) const ;
G4Polyhedron* CreatePolyhedron () const ;
G4NURBS* CreateNURBS () const ;
};
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4UnionSolid.hh 66356 2012-12-18 09:02:32Z gcosmo $
//
//
// class G4UnionSolid
@@ -114,7 +114,6 @@ class G4UnionSolid : public G4BooleanSolid
void DescribeYourselfTo ( G4VGraphicsScene& scene ) const ;
G4Polyhedron* CreatePolyhedron () const ;
G4NURBS* CreateNURBS () const ;
};