Import Geant4 10.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2018-03-02 09:34:30 +01:00
parent fc6af9e721
commit fe04dcb406
341 changed files with 18389 additions and 24522 deletions
@@ -62,7 +62,7 @@
#include "G4TrackState.hh"
#include "G4MultiNavigator.hh"
namespace G4IT
namespace G4ITMN
{
enum ELimited
{
@@ -26,6 +26,8 @@
#ifndef G4IosFlagsSaver_
#define G4IosFlagsSaver_
#include <iostream>
class G4IosFlagsSaver
{
public:
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4KDNode.hh 102616 2017-02-10 07:57:14Z gcosmo $
// $Id: G4KDNode.hh 108498 2018-02-15 15:33:07Z gcosmo $
//
// Author: Mathieu Karamitros
@@ -48,13 +48,13 @@
#define G4KDNODE_HH
#include <list>
//#include <map>
#include <vector>
#include <deque>
#include <ostream>
// geant4
#include <G4Allocator.hh>
#include "G4Types.hh"
#include "G4Allocator.hh"
class G4KDTree;
class G4KDMap;