Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: OlapNotify.hh,v 1.1 2002/06/04 07:40:19 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: OlapNotify.hh,v 1.2 2003/06/16 16:49:20 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
//
// --------------------------------------------------------------
@@ -39,7 +39,7 @@
#ifndef OlapNotify_h
#define OlapNotify_h
#include "g4std/vector"
#include <vector>
#include "OlapEventAction.hh"
@@ -52,7 +52,7 @@ public:
virtual ~OlapNotify();
virtual void worldChanged(G4LogicalVolume* newWorld) = 0;
virtual void overlaps(const G4std::vector<OlapInfo*> &)=0;
virtual void overlaps(const std::vector<OlapInfo*> &)=0;
};
#endif