Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Curve.hh,v 2.6 1998/12/07 17:09:05 broglia Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4Curve.hh,v 1.2 1999/01/14 16:01:07 broglia Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
#ifndef __CURVE_H
#define __CURVE_H
@@ -70,7 +70,8 @@ public:
// no intersection: return false
// intersection: return true, and set intersection0
// the intersection point is ray.start+ray.dir*intersection0
virtual void IntersectRay2D(const G4Ray& ray, G4CurveRayIntersection& is)= 0;
// virtual void IntersectRay2D(const G4Ray& ray, G4CurveRayIntersection& is)= 0;
virtual G4int IntersectRay2D(const G4Ray& ray)= 0;
// start and endpoints
// in 3D space