Import Geant4 6.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Scene.icc,v 1.10 2003/06/16 17:14:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02 $
|
||||
// $Id: G4Scene.icc,v 1.11 2003/11/27 11:48:06 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00 $
|
||||
//
|
||||
//
|
||||
// Scene data John Allison 19th July 1996.
|
||||
@@ -61,6 +61,10 @@ inline G4bool G4Scene::GetRefreshAtEndOfEvent () const {
|
||||
return fRefreshAtEndOfEvent;
|
||||
}
|
||||
|
||||
inline G4bool G4Scene::GetRefreshAtEndOfRun () const {
|
||||
return fRefreshAtEndOfRun;
|
||||
}
|
||||
|
||||
inline std::vector<G4VModel*>& G4Scene::SetRunDurationModelList ()
|
||||
{
|
||||
return fRunDurationModelList;
|
||||
@@ -74,3 +78,7 @@ inline std::vector<G4VModel*>& G4Scene::SetEndOfEventModelList ()
|
||||
inline void G4Scene::SetRefreshAtEndOfEvent(G4bool refresh) {
|
||||
fRefreshAtEndOfEvent = refresh;
|
||||
}
|
||||
|
||||
inline void G4Scene::SetRefreshAtEndOfRun(G4bool refresh) {
|
||||
fRefreshAtEndOfRun = refresh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user