Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4DisplacedSolid.hh,v 1.11 2001/07/11 09:59:51 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4DisplacedSolid.hh,v 1.13 2002/10/29 14:13:53 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// class G4DisplacedSolid
@@ -35,8 +35,10 @@
// History:
//
// 28.10.98 V.Grichine, creation according J. Apostolakis's recommendations
// 22.11.00 V.Grichine, new set methods for matrix/vectors
// 28.10.98 V.Grichine: created
// 22.11.00 V.Grichine: new set methods for matrix/vectors
//
// ********************************************************************
#ifndef G4DisplacedSolid_HH
#define G4DisplacedSolid_HH
@@ -97,7 +99,9 @@ class G4DisplacedSolid : public G4VSolid
void ComputeDimensions( G4VPVParameterisation* p,
const G4int n,
const G4VPhysicalVolume* pRep ) ;
void CleanTransformations();
public: // with description
virtual G4GeometryType GetEntityType() const;
@@ -130,6 +134,8 @@ class G4DisplacedSolid : public G4VSolid
void SetObjectTranslation(const G4ThreeVector&);
// Get/Set the rotation/translation, as applied to the object.
G4std::ostream& StreamInfo(G4std::ostream& os) const;
public: // without description
void DescribeYourselfTo ( G4VGraphicsScene& scene ) const ;
@@ -151,7 +157,3 @@ class G4DisplacedSolid : public G4VSolid
} ;
#endif