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
+12 -2
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4Trd.hh 76263 2013-11-08 11:41:52Z gcosmo $
//
//
// --------------------------------------------------------------------
@@ -57,6 +57,15 @@
#ifndef G4TRD_HH
#define G4TRD_HH
#if defined(G4GEOM_USE_USOLIDS)
#define G4GEOM_USE_UTRD 1
#endif
#if defined(G4GEOM_USE_UTRD)
#define G4UTrd G4Trd
#include "G4UTrd.hh"
#else
#include "G4CSGSolid.hh"
class G4Trd : public G4CSGSolid
@@ -141,7 +150,6 @@ class G4Trd : public G4CSGSolid
void DescribeYourselfTo (G4VGraphicsScene& scene) const;
G4Polyhedron* CreatePolyhedron () const;
G4NURBS* CreateNURBS () const;
public: // without description
@@ -175,3 +183,5 @@ class G4Trd : public G4CSGSolid
#include "G4Trd.icc"
#endif
#endif