Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4ReflectedSolid.hh,v 1.2 2004/10/10 10:15:09 johna Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4ReflectedSolid.hh,v 1.4 2005/09/21 10:24:35 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
//
// class G4ReflectedSolid
@@ -62,32 +62,34 @@ class G4ReflectedSolid : public G4VSolid
// Includes all the methods that a solid requires.
EInside Inside( const G4ThreeVector& p ) const ;
EInside Inside( const G4ThreeVector& p ) const;
G4bool CalculateExtent( const EAxis pAxis,
const G4VoxelLimits& pVoxelLimit,
const G4AffineTransform& pTransform,
G4double& pMin, G4double& pMax) const ;
G4double& pMin, G4double& pMax) const;
G4ThreeVector SurfaceNormal( const G4ThreeVector& p ) const ;
G4ThreeVector SurfaceNormal( const G4ThreeVector& p ) const;
G4double DistanceToIn( const G4ThreeVector& p,
const G4ThreeVector& v ) const ;
const G4ThreeVector& v ) const;
G4double DistanceToIn( const G4ThreeVector& p) const ;
G4double DistanceToIn( const G4ThreeVector& p) const;
G4double DistanceToOut( const G4ThreeVector& p,
const G4ThreeVector& v,
const G4bool calcNorm=false,
G4bool *validNorm=0,
G4ThreeVector *n=0 ) const ;
G4ThreeVector *n=0 ) const;
G4double DistanceToOut( const G4ThreeVector& p ) const ;
void ComputeDimensions( G4VPVParameterisation* p,
const G4int n,
const G4VPhysicalVolume* pRep ) ;
const G4VPhysicalVolume* pRep );
G4ThreeVector GetPointOnSurface() const;
public: // with description
virtual G4GeometryType GetEntityType() const;