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: G4XXXFileSceneHandler.cc,v 1.5 2006-07-03 16:52:49 allison Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
// John Allison 7th March 2006
@@ -36,6 +35,7 @@
#include "G4XXXFileViewer.hh"
#include "G4PhysicalVolumeModel.hh"
#include "G4LogicalVolumeModel.hh"
#include "G4VPhysicalVolume.hh"
#include "G4LogicalVolume.hh"
#include "G4Box.hh"
@@ -78,6 +78,7 @@ void G4XXXFileSceneHandler::PrintThings() {
"\n current physical volume: "
<< pPVModel->GetCurrentPV()->GetName() <<
"\n current logical volume: "
// There might be a problem with the LV pointer if this is a G4LogicalVolumeModel
<< pPVModel->GetCurrentLV()->GetName() <<
"\n current depth of geometry tree: "
<< pPVModel->GetCurrentDepth();