Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4LorentzRotation.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4LorentzRotation.hh,v 1.4 2005/11/04 08:18:51 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
#ifndef G4LorentzRotation_hh
#define G4LorentzRotation_hh
@@ -30,7 +30,7 @@
#include "globals.hh"
#include <CLHEP/Vector/LorentzRotation.h>
typedef HepLorentzRotation G4LorentzRotation;
typedef CLHEP::HepLorentzRotation G4LorentzRotation;
#endif // G4LorentzRotation_hh
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4LorentzVector.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4LorentzVector.hh,v 1.4 2005/11/04 08:18:51 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
#ifndef G4LorentzVector_hh
#define G4LorentzVector_hh
@@ -30,6 +30,6 @@
#include "globals.hh"
#include <CLHEP/Vector/LorentzVector.h>
typedef HepLorentzVector G4LorentzVector;
typedef CLHEP::HepLorentzVector G4LorentzVector;
#endif // G4LorentzVector_hh
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Normal3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4Normal3D.hh,v 1.4 2005/11/04 08:18:51 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
#ifndef G4NORMAL3D_HH
#define G4NORMAL3D_HH
@@ -30,6 +30,6 @@
#include "globals.hh"
#include <CLHEP/Geometry/Normal3D.h>
typedef HepNormal3D G4Normal3D;
typedef HepGeom::Normal3D<G4double> G4Normal3D;
#endif /* G4NORMAL3D_HH */
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Plane3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4Plane3D.hh,v 1.4 2005/11/04 08:18:51 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
#ifndef G4PLANE3D_HH
#define G4PLANE3D_HH
@@ -32,6 +32,6 @@
#include "G4Normal3D.hh"
#include <CLHEP/Geometry/Plane3D.h>
typedef HepPlane3D G4Plane3D;
typedef HepGeom::Plane3D<G4double> G4Plane3D;
#endif /* G4PLANE3D_HH */
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Point3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4Point3D.hh,v 1.4 2005/11/04 08:18:51 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
#ifndef G4POINT3D_HH
#define G4POINT3D_HH
@@ -30,6 +30,6 @@
#include "globals.hh"
#include <CLHEP/Geometry/Point3D.h>
typedef HepPoint3D G4Point3D;
typedef HepGeom::Point3D<G4double> G4Point3D;
#endif /* G4POINT3D_HH */
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Transform3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4Transform3D.hh,v 1.4 2005/11/04 08:18:51 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
#ifndef G4TRANSFORM3D_HH
#define G4TRANSFORM3D_HH
@@ -30,26 +30,26 @@
#include "globals.hh"
#include <CLHEP/Geometry/Transform3D.h>
typedef HepTransform3D G4Transform3D;
typedef HepGeom::Transform3D G4Transform3D;
typedef HepRotate3D G4Rotate3D;
typedef HepRotateX3D G4RotateX3D;
typedef HepRotateY3D G4RotateY3D;
typedef HepRotateZ3D G4RotateZ3D;
typedef HepGeom::Rotate3D G4Rotate3D;
typedef HepGeom::RotateX3D G4RotateX3D;
typedef HepGeom::RotateY3D G4RotateY3D;
typedef HepGeom::RotateZ3D G4RotateZ3D;
typedef HepTranslate3D G4Translate3D;
typedef HepTranslateX3D G4TranslateX3D;
typedef HepTranslateY3D G4TranslateY3D;
typedef HepTranslateZ3D G4TranslateZ3D;
typedef HepGeom::Translate3D G4Translate3D;
typedef HepGeom::TranslateX3D G4TranslateX3D;
typedef HepGeom::TranslateY3D G4TranslateY3D;
typedef HepGeom::TranslateZ3D G4TranslateZ3D;
typedef HepReflect3D G4Reflect3D;
typedef HepReflectX3D G4ReflectX3D;
typedef HepReflectY3D G4ReflectY3D;
typedef HepReflectZ3D G4ReflectZ3D;
typedef HepGeom::Reflect3D G4Reflect3D;
typedef HepGeom::ReflectX3D G4ReflectX3D;
typedef HepGeom::ReflectY3D G4ReflectY3D;
typedef HepGeom::ReflectZ3D G4ReflectZ3D;
typedef HepScale3D G4Scale3D;
typedef HepScaleX3D G4ScaleX3D;
typedef HepScaleY3D G4ScaleY3D;
typedef HepScaleZ3D G4ScaleZ3D;
typedef HepGeom::Scale3D G4Scale3D;
typedef HepGeom::ScaleX3D G4ScaleX3D;
typedef HepGeom::ScaleY3D G4ScaleY3D;
typedef HepGeom::ScaleZ3D G4ScaleZ3D;
#endif /* G4TRANSFORM3D_HH */
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Vector3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4Vector3D.hh,v 1.4 2005/11/04 08:18:51 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
#ifndef G4VECTOR3D_HH
#define G4VECTOR3D_HH
@@ -30,6 +30,6 @@
#include "globals.hh"
#include <CLHEP/Geometry/Vector3D.h>
typedef HepVector3D G4Vector3D;
typedef HepGeom::Vector3D<G4double> G4Vector3D;
#endif /* G4VECTOR3D_HH */
@@ -22,7 +22,7 @@
//
//
// $Id: geomdefs.hh,v 1.5 2002/05/15 09:32:10 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
//
// ----------------------------------------------------------------------