Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
+11 -3
View File
@@ -24,14 +24,22 @@
// ********************************************************************
//
//
// $Id: Randomize.hh 68844 2013-04-08 07:21:18Z gcosmo $
// $Id: Randomize.hh 80506 2014-04-24 14:44:18Z gcosmo $
//
#ifndef randomize_h
#define randomize_h 1
#include <CLHEP/Random/Randomize.h>
#ifdef G4MULTITHREADED
#if __clang__
#if (defined(G4MULTITHREADED) && !defined(G4USE_STD11) && \
!__has_feature(cxx_thread_local))
#define CLANG_NOSTDTLS
#endif
#endif
#if (defined(G4MULTITHREADED) && !defined(G4USE_STD11)) || \
(defined(CLANG_NOSTDTLS))
// MT needs special Random Number distribution classes
//
@@ -63,7 +71,7 @@
#define G4RandFlatInt G4MTRandFlat::shootInt
#define G4RandGeneralTmp G4MTRandGeneral
#else // Sequential mode
#else // Sequential mode or supporting C++11 standard
// Distributions used ...
//