Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4CylindricalSurface.cc,v 1.1.10.1 1999/12/07 20:48:23 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4CylindricalSurface.cc,v 1.2 1999/12/15 14:50:01 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
/* /usr/local/gismo/repo/geometry/G4CylindricalSurface.cc,v 1.24 1994/08/03 17:15:09 burnett Exp */
// File: G4CylindricalSurface.cc
@@ -18,7 +18,7 @@
// G4CylindricalSurface::G4CylindricalSurface( const G4Vector3D& o,
// const G4Vector3D& a,
// G4double r )
// G4CylindricalSurface::PrintOn( ostream& os ) const
// G4CylindricalSurface::PrintOn( G4std::ostream& os ) const
// G4CylindricalSurface::HowNear( const G4Vector3D& x ) const
// G4CylindricalSurface::distanceAlongRay( int which_way, const Ray* ry,
// G4Vector3D& p ) const
@@ -85,9 +85,9 @@ G4CylindricalSurface::G4CylindricalSurface( const G4Vector3D& o,
}
void G4CylindricalSurface::PrintOn( ostream& os ) const
void G4CylindricalSurface::PrintOn( G4std::ostream& os ) const
{
// printing function using C++ ostream class
// printing function using C++ G4std::ostream class
os << "G4CylindricalSurface surface with origin: " << origin << "\t"
<< "radius: " << radius << "\tand axis " << axis << "\n";
}