Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
+13 -2
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: HepPolyhedron.h,v 1.21 2006/06/29 19:06:32 gunter Exp $
// GEANT4 tag $Name: geant4-09-00 $
// $Id: HepPolyhedron.h,v 1.22 2007/07/18 13:57:04 tnikitin Exp $
// GEANT4 tag $Name: geant4-09-01 $
//
//
// Class Description:
@@ -400,6 +400,17 @@ public:
virtual ~HepPolyhedronPara();
};
class HepPolyhedronParaboloid : public HepPolyhedron
{
public:
HepPolyhedronParaboloid(double r1,
double r2,
double dz,
double Phi1,
double Dphi);
virtual ~HepPolyhedronParaboloid();
};
class HepPolyhedronCons : public HepPolyhedron {
public:
HepPolyhedronCons(double Rmn1, double Rmx1,