Import Geant4 4.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:18:25 +02:00
parent 36c080dca6
commit 921d3b1cda
3990 changed files with 185376 additions and 82884 deletions
@@ -21,13 +21,12 @@
// ********************************************************************
//
//
// $Id: G4VPersistentSubMan.hh,v 1.3.2.1 2001/06/28 19:11:33 gunter Exp $
// GEANT4 tag $Name: $
//
// class G4VPersistentSubMan
//
// Abstract submanager class to be used by G4PersistencyManager
//
// $Id: G4VPersistentSubMan.hh,v 1.5 2001/07/11 10:02:25 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
// Class Description:
// Abstract submanager class to be used by G4PersistencyManager
// Member functions:
// =================
// virtual void SetVerboseLevel(G4int verboseLevel)
@@ -61,10 +60,12 @@ class G4VPersistentSubMan
// interface with G4PersistencyManager
inline virtual void SetVerboseLevel(G4int verboseLevel)
{ f_verboseLevel = verboseLevel; }
// Set the verbose level
public:
public: // With description
inline G4int GetVerboseLevel()
{ return f_verboseLevel; };
// Get the current verbose level
protected:
G4int f_verboseLevel;