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
@@ -5,19 +5,15 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: algorithm,v 1.3 1999/11/16 17:42:57 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: algorithm,v 1.4 2003/06/06 16:17:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- algorithm ----------------
//
#ifndef G4_ALGORITHM_H
#define G4_ALGORITHM_H
#ifdef G4USE_OLDSTL
#include <algo.h>
#else
#include <algorithm>
#endif /* G4USE_OLDSTL */
#include <algorithm>
#endif /* G4_ALGORITHM_H */
+3 -14
View File
@@ -6,25 +6,14 @@
// and all its terms.
//
//
// $Id: complex,v 1.3 2000/06/15 17:32:10 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: complex,v 1.4 2003/06/06 16:17:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- complex ----------------
//
#ifndef G4_COMPLEX_H
#define G4_COMPLEX_H
#ifndef G4USE_STD_NAMESPACE
#if defined(__hpux) || defined(__linux)
#include <complex>
typedef complex<double> G4complex;
#else
#include <complex.h>
typedef complex G4complex;
#endif
#else
#include <complex>
typedef std::complex<double> G4complex;
#endif
#include <complex>
#endif /* G4_COMPLEX_H */
+3 -7
View File
@@ -5,19 +5,15 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: deque,v 1.2 2001/10/22 14:33:31 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: deque,v 1.3 2003/06/06 16:17:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- deque ----------------
//
#ifndef G4_DEQUE_H
#define G4_DEQUE_H
#ifdef G4USE_OLDSTL
#include <deque.h>
#else
#include <deque>
#endif /* G4USE_OLDSTL */
#include <deque>
#endif /* G4_DEQUE_H */
@@ -5,18 +5,14 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: fstream,v 1.3 1999/11/16 17:43:06 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: fstream,v 1.4 2003/06/06 16:17:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- fstream ----------------
//
#ifndef G4_FSTREAM_H
#define G4_FSTREAM_H
#ifndef G4USE_STD_NAMESPACE
#include <fstream.h>
#else
#include <fstream>
#endif
#include <fstream>
#endif /* G4_FSTREAM_H */
@@ -5,19 +5,15 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: functional,v 1.3 1999/11/16 17:43:06 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: functional,v 1.4 2003/06/06 16:17:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- functional ----------------
//
#ifndef G4_FUNCTIONAL_H
#define G4_FUNCTIONAL_H
#ifdef G4USE_OLDSTL
#include <function.h>
#else
#include <functional>
#endif /* G4USE_OLDSTL */
#include <functional>
#endif /* G4_FUNCTIONAL_H */
@@ -5,19 +5,15 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: iomanip,v 1.3 1999/11/16 17:43:08 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: iomanip,v 1.4 2003/06/06 16:17:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- iomanip ----------------
//
#ifndef G4_IOMANIP_H
#define G4_IOMANIP_H
#ifndef G4USE_STD_NAMESPACE
#include <iomanip.h>
#else
#include <iomanip>
#endif
#include <iomanip>
#endif /* G4_IOMANIP_H */
@@ -5,18 +5,14 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: iostream,v 1.3 1999/11/16 17:43:08 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: iostream,v 1.4 2003/06/06 16:17:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- iostream ----------------
//
#ifndef G4_IOSTREAM_H
#define G4_IOSTREAM_H
#ifndef G4USE_STD_NAMESPACE
#include <iostream.h>
#else
#include <iostream>
#endif
#include <iostream>
#endif /* G4_IOSTREAM_H */
+3 -7
View File
@@ -5,19 +5,15 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: list,v 1.1 2000/08/22 07:54:26 hpw Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: list,v 1.2 2003/06/06 16:17:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- list ----------------
//
#ifndef G4_LIST_H
#define G4_LIST_H
#ifdef G4USE_OLDSTL
#include <list.h>
#else
#include <list>
#endif
#include <list>
#endif
+3 -7
View File
@@ -5,18 +5,14 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: map,v 1.3 1999/11/16 17:43:08 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: map,v 1.4 2003/06/06 16:17:15 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- map ----------------
//
#ifndef G4_MAP_H
#define G4_MAP_H
#ifdef G4USE_OLDSTL
#include <map.h>
#else
#include <map>
#endif /* G4USE_OLDSTL */
#include <map>
#endif /* G4_MAP_H */
+3 -7
View File
@@ -5,19 +5,15 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: queue,v 1.1 2000/08/02 09:49:56 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: queue,v 1.2 2003/06/06 16:17:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- queue ----------------
//
#ifndef G4_QUEUE_H
#define G4_QUEUE_H
#ifdef G4USE_OLDSTL
#include <queue.h>
#else
#include <queue>
#endif /* G4USE_OLDSTL */
#include <queue>
#endif /* G4_QUEUE_H */
+3 -7
View File
@@ -5,19 +5,15 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: set,v 1.3 1999/11/16 17:43:08 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: set,v 1.4 2003/06/06 16:17:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- set ----------------
//
#ifndef G4_SET_H
#define G4_SET_H
#ifdef G4USE_OLDSTL
#include <set.h>
#else
#include <set>
#endif /* G4USE_OLDSTL */
#include <set>
#endif /* G4_SET_H */
@@ -5,22 +5,14 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: streambuf,v 1.3 1999/11/16 17:43:09 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: streambuf,v 1.4 2003/06/06 16:17:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- streambuf ----------------
//
#ifndef G4_STREAMBUF_H
#define G4_STREAMBUF_H
#ifndef G4USE_STD_NAMESPACE
#ifdef WIN32
#include <strstrea.h>
#else
#include <g4std/strstream>
#endif /* WIN32 */
#else
#include <streambuf>
#endif /* G4USE_STD_NAMESPACE */
#include <streambuf>
#endif /* G4_STREAMBUF_H */
@@ -5,25 +5,14 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: strstream,v 1.4 2002/05/24 15:01:05 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: strstream,v 1.5 2003/06/06 16:17:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- strstream ----------------
//
#ifndef G4_STRSTREAM_H
#define G4_STRSTREAM_H
#ifndef G4USE_STD_NAMESPACE
#ifdef WIN32
#include <strstrea.h>
#else
#include <strstream.h>
#endif /* WIN32 */
#else
#if (__GNUC__==3) && (__GNUC_MINOR__>0)
#undef __DEPRECATED
#endif
#include <strstream>
#endif /* G4USE_STD_NAMESPACE */
#include <strstream>
#endif /* G4_STRSTREAM_H */
@@ -5,20 +5,15 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: vector,v 1.3 1999/11/16 17:43:09 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: vector,v 1.4 2003/06/06 16:17:16 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------- vector ----------------
//
#ifndef G4_VECTOR_H
#define G4_VECTOR_H
#ifdef G4USE_OLDSTL
#include <vector.h>
#else
#include <algorithm>
#include <vector>
#endif /* G4USE_OLDSTL */
#include <vector>
#endif /* G4_VECTOR_H */