Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -34,9 +34,8 @@
#include <fstream>
#include "globals.hh"
G4String operator+(const G4String&, const int);
G4String operator+(const G4String&, const double);
G4String operator+(const G4String&, const G4int);
G4String operator+(const G4String&, const G4double);
// "number " + i = "number i"
std::ifstream& readName(std::ifstream&, G4String&);
@@ -52,9 +51,8 @@ std::ostream& tab(std::ostream&);
std::istream& jump(std::istream&);
// It ignores character until the end of line.
bool openGeomFile(std::ifstream& is, const G4String& pathname,
const G4String& filename);
G4bool openGeomFile(std::ifstream& is, const G4String& pathname,
const G4String& filename);
// It opens the geometry file, either locally (if it exists) or "remotely".
#endif