Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4PolyhedraSide.hh 67973 2013-03-13 10:16:25Z gcosmo $
// $Id: G4PolyhedraSide.hh 93505 2015-10-23 12:30:04Z gcosmo $
//
//
// --------------------------------------------------------------------
@@ -164,8 +164,6 @@ class G4PolyhedraSide : public G4VCSGface
static const G4PhSideManager& GetSubInstanceManager();
// Returns the private data instance manager.
protected:
//
// A couple internal data structures
//
@@ -190,6 +188,8 @@ class G4PolyhedraSide : public G4VCSGface
G4ThreeVector edgeNorm[2]; // RZ edge normals [i] at {r[i],z[i]}
} G4PolyhedraSideVec;
protected:
G4bool IntersectSidePlane( const G4ThreeVector &p, const G4ThreeVector &v,
const G4PolyhedraSideVec& vec,
G4double normSign,