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