Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
+13 -3
View File
@@ -5,8 +5,16 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G3RotTableEntry.hh,v 1.3 1999/12/09 01:27:46 lockman Exp $
// GEANT4 tag $Name: geant4-02-00 $
// $Id: G3RotTableEntry.hh,v 1.4 2000/11/24 09:50:10 gcosmo Exp $
// GEANT4 tag $Name: geant4-03-00 $
//
// ----------------------
// Class description:
//
// The class associates the G3 rotation matrix index to its
// corresponding G4RotationMatrix object.
// ----------------------
//
// by I.Hrivnacova, 27 Sep 99
@@ -20,7 +28,8 @@ class G3toG4RotationMatrix;
class G3RotTableEntry
{
public:
public: // with description
G3RotTableEntry(G4int id, G4RotationMatrix* matrix);
G3RotTableEntry(const G3RotTableEntry& right);
virtual ~G3RotTableEntry();
@@ -35,6 +44,7 @@ class G3RotTableEntry
G4RotationMatrix* GetMatrix() const;
private:
// data members
G4int fID;
G4RotationMatrix* fMatrix;