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
@@ -44,9 +44,8 @@ public:
// no intersection: return false
// intersection: return true, and set intersection0
// the intersection point is ray.start+ray.dir*intersection0
void IntersectRay2D(const G4Ray& ray, G4CurveRayIntersection& is);
//void IntersectRay2D(const G4Ray& ray, G4CurveRayIntersection& is);
G4int IntersectRay2D(const G4Ray& ray);
// tangent vector to a curve at the point with parameter u
// true if exists