Import Geant4 3.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:03:00 +02:00
parent cfcb558cfe
commit 137e303ecc
2843 changed files with 37082 additions and 38426 deletions
+5 -5
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Box.hh,v 1.5 2000/11/02 17:06:38 gcosmo Exp $
// GEANT4 tag $Name: geant4-03-00 $
// $Id: G4Box.hh,v 1.6 2001/01/31 17:30:42 grichine Exp $
// GEANT4 tag $Name: geant4-03-01 $
//
// --------------------------------------------------------------------
// GEANT 4 class header file
@@ -85,11 +85,11 @@ class G4Box : public G4CSGSolid
G4double GetZHalfLength() const { return fDz; }
void SetXHalfLength(G4double dx) { fDx=dx; }
void SetXHalfLength(G4double dx) ;
void SetYHalfLength(G4double dy) { fDy=dy; }
void SetYHalfLength(G4double dy) ;
void SetZHalfLength(G4double dz) { fDz=dz; }
void SetZHalfLength(G4double dz) ;
EInside Inside(const G4ThreeVector& p) const;