Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -21,16 +21,15 @@
// ********************************************************************
//
//
// $Id: G4ParallelGCellFinder.hh,v 1.1 2002/10/16 16:27:41 dressel Exp $
// GEANT4 tag $Name: geant4-05-02 $
// $Id: G4ParallelGCellFinder.hh,v 1.2 2003/11/26 14:51:48 gcosmo Exp $
// GEANT4 tag $Name: geant4-06-00 $
//
// ----------------------------------------------------------------------
// Class G4ParallelGCellFinder
//
// Class description:
//
// Find a G4GeometryCell in the parallel geometry.
//
// Finds a G4GeometryCell in the parallel geometry.
// Author: Michael Dressel (Michael.Dressel@cern.ch)
// ----------------------------------------------------------------------
@@ -38,11 +37,11 @@
#ifndef G4ParallelGCellFinder_hh
#define G4ParallelGCellFinder_hh G4ParallelGCellFinder_hh
#include "globals.hh"
#include "G4Types.hh"
#include "G4VGCellFinder.hh"
class G4VParallelStepper;
class G4ParallelGCellFinder : public G4VGCellFinder
{
@@ -56,7 +55,8 @@ public: // with description
virtual G4GeometryCell
GetPostGeometryCell(const G4Step &aStep) const;
private:
private:
const G4VParallelStepper &fPStepper;
};