Import Geant4 7.0.0 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user