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
+5 -2
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Box.hh,v 1.10 2003/11/03 18:17:30 gcosmo Exp $
// GEANT4 tag $Name: geant4-06-00-patch-01 $
// $Id: G4Box.hh,v 1.11 2004/09/08 15:13:50 grichine Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
//
// --------------------------------------------------------------------
// GEANT 4 class header file
@@ -58,6 +58,7 @@ class G4Box : public G4CSGSolid
virtual ~G4Box();
void ComputeDimensions(G4VPVParameterisation* p,
const G4int n,
const G4VPhysicalVolume* pRep);
@@ -81,6 +82,8 @@ class G4Box : public G4CSGSolid
void SetZHalfLength(G4double dz) ;
inline G4double GetCubicVolume();
// Methods for solid
EInside Inside(const G4ThreeVector& p) const;