Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: geomdefs.hh 67970 2013-03-13 10:10:06Z gcosmo $
// $Id: geomdefs.hh 100299 2016-10-17 09:53:54Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -56,6 +56,7 @@ enum EAxis {kXAxis,kYAxis,kZAxis,kRho,kRadial3D,kPhi,kUndefined};
// G4VSolid::Inside return codes
// kSurface => within tolerance of exact surface
enum EInside {kOutside,kSurface,kInside};
// enum EInside {kInside=1, kSurface=2, kOutside=3};
// kNormal = (G4PVPlacement) Conventional positioning
// kReplica = (G4PVReplica) Consumed parameterised case