Import Geant4 0.0.0 source tree
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
// This code implementation is the intellectual property of
|
||||
// the RD44 GEANT4 collaboration.
|
||||
//
|
||||
// By copying, distributing or modifying the Program (or any work
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4BoundedCurve.hh,v 2.1 1998/10/20 16:31:11 broglia Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
//
|
||||
#ifndef __BOUNDEDCURVE_H
|
||||
#define __BOUNDEDCURVE_H
|
||||
|
||||
#include "G4Curve.hh"
|
||||
|
||||
|
||||
class G4BoundedCurve : public G4Curve
|
||||
{
|
||||
public:
|
||||
|
||||
//int Inside(G4Point3d&, G4Ray&);
|
||||
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user