Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4RayTracerSceneHandler.cc,v 1.10 2006/11/14 14:46:37 allison Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4RayTracerSceneHandler.cc,v 1.10 2006-11-14 14:46:37 allison Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
#include "G4RayTracerSceneHandler.hh"
#include "G4VisManager.hh"
@@ -48,8 +48,6 @@ G4RayTracerSceneHandler::G4RayTracerSceneHandler(G4VGraphicsSystem& system,
// Add dummy run-duration model to avoid world being added and
// notifyHandler being invoked...
fpScene->AddWorldIfEmpty();
// Avoid code triggered at end of events...
fpScene->SetRefreshAtEndOfEvent(false);
// Add to vis manager list; ownership thereby passes to vis manager...
visManager->SetSceneList().push_back(fpScene);
// ...and make current...