Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
+3 -2
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Cons.cc,v 1.53 2007/05/18 07:38:00 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-00 $
// $Id: G4Cons.cc,v 1.54 2007/11/23 09:08:17 tnikitin Exp $
// GEANT4 tag $Name: geant4-09-01 $
//
//
// class G4Cons
@@ -1789,6 +1789,7 @@ G4double G4Cons::DistanceToOut( const G4ThreeVector& p,
// (if not -> no intersect)
//
if((std::abs(xi)<=kCarTolerance)&&(std::abs(yi)<=kCarTolerance)){
sidephi= kSPhi;
if(((fSPhi-0.5*kAngTolerance)<=vphi)&&((ePhi+0.5*kAngTolerance)>=vphi))
{ sphi = kInfinity; }