Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4FlavoredParallelWorldModel.hh,v 2.3 1998/08/22 16:34:58 allison Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4FlavoredParallelWorldModel.hh,v 1.3 1999/04/16 09:05:39 mora Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
// P. Mora de Freitas et M.Verderi - 19 June 1998.
// Model for flavored parallel world volumes.
@@ -16,14 +16,14 @@
#include "G4PhysicalVolumeModel.hh"
class G4FlavoredParallelWorld;
class G4VFlavoredParallelWorld;
class G4FlavoredParallelWorldModel : public G4PhysicalVolumeModel {
public:
G4FlavoredParallelWorldModel
(G4FlavoredParallelWorld* FPW,
(G4VFlavoredParallelWorld* FPW,
G4int soughtDepth = G4PhysicalVolumeModel::UNLIMITED,
const G4Transform3D& modelTransformation = G4Transform3D::Identity,
const G4ModelingParameters* mp = 0);
@@ -32,7 +32,7 @@ public:
private:
G4FlavoredParallelWorld* theFlavoredParallelWorld;
G4VFlavoredParallelWorld* theFlavoredParallelWorld;
};