Import Geant4 7.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 11:11:55 +02:00
parent e083ffb441
commit 516dbf1a58
5914 changed files with 202605 additions and 71141 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4EllipticalTube.icc,v 1.1 2002/10/28 11:47:49 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
// $Id: G4EllipticalTube.icc,v 1.3 2004/10/10 10:39:16 johna Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
//
// --------------------------------------------------------------------
// GEANT 4 inline definitions file
@@ -54,18 +54,24 @@ inline
void G4EllipticalTube::SetDx( const G4double newDx )
{
dx = newDx;
fCubicVolume = 0.;
fpPolyhedron = 0;
}
inline
void G4EllipticalTube::SetDy( const G4double newDy )
{
dy = newDy;
fCubicVolume = 0.;
fpPolyhedron = 0;
}
inline
void G4EllipticalTube::SetDz( const G4double newDz )
{
dz = newDz;
fCubicVolume = 0.;
fpPolyhedron = 0;
}
inline