Import Geant4 7.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 12:11:21 +02:00
parent 516dbf1a58
commit d93e1e39a9
5384 changed files with 125662 additions and 82444 deletions
+5 -5
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4String.hh,v 1.4 2003/06/06 16:17:14 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
// $Id: G4String.hh,v 1.5 2005/03/15 19:11:35 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-01 $
//
//
//---------------------------------------------------------------
@@ -162,8 +162,8 @@ public:
//
inline G4String strip (G4int stripType=trailing, char c=' ');
inline void toLower ( void );
inline void toUpper ( void );
inline void toLower ();
inline void toUpper ();
inline G4bool isNull() const;
@@ -180,7 +180,7 @@ public:
// useful for supplying hash functions to template hash collection ctors
//
static inline unsigned hash(const G4String&);
static inline unsigned int hash(const G4String&);
};