Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user