Import Geant4 10.4.0.beta source tree
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4IT.hh 102637 2017-02-10 11:08:17Z gcosmo $
|
||||
// $Id: G4IT.hh 102616 2017-02-10 07:57:14Z gcosmo $
|
||||
//
|
||||
// Author: Mathieu Karamitros
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4KDNode.hh 102637 2017-02-10 11:08:17Z gcosmo $
|
||||
// $Id: G4KDNode.hh 102616 2017-02-10 07:57:14Z gcosmo $
|
||||
//
|
||||
// Author: Mathieu Karamitros
|
||||
|
||||
@@ -56,9 +56,6 @@
|
||||
// geant4
|
||||
#include <G4Allocator.hh>
|
||||
|
||||
#include "globals.hh"
|
||||
#include <ostream>
|
||||
|
||||
class G4KDTree;
|
||||
class G4KDMap;
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4KDTree.hh 100802 2016-11-02 14:55:27Z gcosmo $
|
||||
// $Id: G4KDTree.hh 102616 2017-02-10 07:57:14Z gcosmo $
|
||||
//
|
||||
// Author: Mathieu Karamitros
|
||||
|
||||
@@ -52,8 +52,7 @@
|
||||
#include "G4KDTreeResult.hh"
|
||||
|
||||
class G4KDMap;
|
||||
template<typename PointT>
|
||||
class G4KDNode;
|
||||
template<typename PointT> class G4KDNode;
|
||||
|
||||
//__________________________________
|
||||
// Methods to act on kdnode
|
||||
|
||||
@@ -190,11 +190,6 @@ public:
|
||||
{
|
||||
return fMaxTimeStep;
|
||||
}
|
||||
|
||||
inline G4ITTrackingManager* GetTrackingManager() const
|
||||
{
|
||||
return fpTrackingManager;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user