Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
+4 -4
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4String.hh,v 1.6 2006/06/29 19:03:05 gunter Exp $
// GEANT4 tag $Name: geant4-09-00 $
// $Id: G4String.hh,v 1.7 2007/11/13 17:35:06 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-01 $
//
//
//---------------------------------------------------------------
@@ -116,7 +116,7 @@ public:
inline G4String ( const G4String& );
inline G4String ( const G4SubString& );
inline G4String ( const std::string & );
virtual ~G4String () {}
~G4String () {}
inline G4String& operator=(const G4String&);
inline G4String& operator=(const std::string &);
@@ -163,7 +163,7 @@ public:
// stripType = 1 end
// stripType = 2 both
//
inline G4String strip (G4int stripType=trailing, char c=' ');
inline G4String strip (G4int strip_Type=trailing, char c=' ');
inline void toLower ();
inline void toUpper ();