Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user