Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
+6 -4
View File
@@ -5,13 +5,13 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G3Pos.hh,v 1.6 1999/12/05 17:50:03 gcosmo Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G3Pos.hh,v 1.8 2000/03/02 17:54:03 gcosmo Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// modified by I.Hrivnacova, 13.10.99
#ifndef _G3POS_
#define _G3POS_ 1
#ifndef G3POS_HH
#define G3POS_HH 1
#include "G4ThreeVector.hh"
@@ -38,6 +38,8 @@ public:
G4ThreeVector* GetPos();
G4int GetCopy();
G4String& GetOnly();
};
#endif