Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Scene.icc,v 1.13 2006/06/29 21:27:58 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4Scene.icc,v 1.14 2006/11/14 14:59:54 allison Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
//
// Scene data John Allison 19th July 1996.
@@ -64,12 +64,12 @@ inline G4bool G4Scene::GetRefreshAtEndOfEvent () const {
return fRefreshAtEndOfEvent;
}
inline G4bool G4Scene::GetRefreshAtEndOfRun () const {
return fRefreshAtEndOfRun;
inline G4int G4Scene::GetMaxNumberOfKeptEvents() const {
return fMaxNumberOfKeptEvents;
}
inline G4bool G4Scene::GetRecomputeTransients () const {
return fRecomputeTransients;
inline G4bool G4Scene::GetRefreshAtEndOfRun () const {
return fRefreshAtEndOfRun;
}
inline std::vector<G4VModel*>& G4Scene::SetRunDurationModelList ()
@@ -86,10 +86,10 @@ inline void G4Scene::SetRefreshAtEndOfEvent(G4bool refresh) {
fRefreshAtEndOfEvent = refresh;
}
inline void G4Scene::SetMaxNumberOfKeptEvents(G4int max) {
fMaxNumberOfKeptEvents = max;
}
inline void G4Scene::SetRefreshAtEndOfRun(G4bool refresh) {
fRefreshAtEndOfRun = refresh;
}
inline void G4Scene::SetRecomputeTransients(G4bool recompute) {
fRecomputeTransients = recompute;
}