Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4XXXSceneHandler.cc,v 1.11 2003/05/30 13:01:26 johna Exp $
// GEANT4 tag $Name: geant4-05-02 $
// $Id: G4XXXSceneHandler.cc,v 1.12 2003/11/12 13:16:56 johna Exp $
// GEANT4 tag $Name: geant4-06-00 $
//
//
// John Allison 5th April 2001
@@ -394,3 +394,12 @@ void G4XXXSceneHandler::EstablishSpecials
&fpCurrentPV,
&fpCurrentLV);
}
void G4XXXSceneHandler::ClearTransientStore () {
G4VSceneHandler::ClearTransientStore ();
if (fpViewer) {
fpViewer -> SetView ();
fpViewer -> ClearView ();
fpViewer -> DrawView ();
}
}