Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4XXXSGSceneHandler.hh,v 1.4 2009-10-21 15:28:53 allison Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
// John Allison 10th March 2006
@@ -48,10 +47,10 @@ namespace JA {
struct Node {
Node(PVNodeID pvNodeID = PVNodeID(), G4int index = -1):
pvNodeID(pvNodeID), index(index) {}
PVNodeID pvNodeID;
G4int index;
std::vector<Node*> daughters;
fPVNodeID(pvNodeID), fIndex(index) {}
PVNodeID fPVNodeID;
G4int fIndex;
std::vector<Node*> fDaughters;
};
void Insert(const PVNodeID* pvPath, size_t pathLength,