Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4Paraboloid.cc,v 1.8 2008/07/17 07:33:00 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4Paraboloid.cc,v 1.9 2009/02/27 15:10:46 tnikitin Exp $
// GEANT4 tag $Name: geant4-09-03 $
//
// class G4Paraboloid
//
@@ -865,6 +865,7 @@ G4double G4Paraboloid::DistanceToOut(const G4ThreeVector& p,
*validNorm = true;
*n = G4ThreeVector(p.x() + intersection * v.x(), p.y()
+ intersection * v.y(), - k1 / 2);
*n = n->unit();
}
return intersection;
}