Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -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: