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: G4PointRat.hh,v 2.5 1998/11/13 11:29:09 broglia Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4PointRat.hh,v 1.2 1999/05/21 18:40:34 japost Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
// Modif 8 oct 98 : A.Floquet
@@ -18,6 +18,8 @@
#ifndef __G4POINT_RAT
#define __G4POINT_RAT
#include "geomdefs.hh" // For kInfinity
#include "G4Point3D.hh"
#include "G4Plane3D.hh"
@@ -33,8 +35,8 @@
#define SMALL SQRT_SMALL_FASTF
#define ROW 0
#define COL 1
const G4double INFINITY = 9.0e+99;
const G4Point3D PINFINITY(INFINITY, INFINITY, INFINITY );
// const G4double INFINITY = 9.0e+99;
const G4Point3D PINFINITY(kInfinity, kInfinity, kInfinity);
class G4Plane;