Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user