Import Geant4 1.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:28:20 +02:00
parent aaa409b6ee
commit ca1c8cb059
2995 changed files with 106830 additions and 299600 deletions
+10 -4
View File
@@ -1,16 +1,22 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Square.hh,v 1.2 1999/06/05 15:13:12 johna Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4Square.hh,v 1.3.2.1 1999/12/07 20:48:50 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// John Allison 17/11/96.
// Class Description:
// G4Square is a kind of 3D-position marker.
// Its shape is 2-dimensional right square.
// It inherits G4VMarker. See G4VMarker.hh for more details.
// Class Description - End:
#ifndef G4SQUARE_HH
#define G4SQUARE_HH
@@ -18,7 +24,7 @@
class G4Square: public G4VMarker {
public:
public: // With description
G4Square ();
G4Square (const G4Point3D& pos);