Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
@@ -11,7 +11,7 @@
* and is not subject to copyright.
*/
/* $Id: sdaiString.h,v 1.1 2000/01/21 13:42:46 gcosmo Exp $ */
/* $Id: sdaiString.h,v 1.2 2003/06/06 17:07:32 gcosmo Exp $ */
/*
#ifdef __OSTORE__
@@ -46,11 +46,11 @@ public:
// format for STEP
const char * asStr (SCLstring & s) const { return s = chars (); }
void STEPwrite (G4std::ostream& out =G4cout) const;
void STEPwrite (std::ostream& out =G4cout) const;
void STEPwrite (SCLstring &s) const;
Severity StrToVal (const char *s);
Severity STEPread (G4std::istream& in, ErrorDescriptor *err);
Severity STEPread (std::istream& in, ErrorDescriptor *err);
Severity STEPread (const char *s, ErrorDescriptor *err);
#ifdef __OSTORE__