Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ namespace CLHEP {
* @ingroup random
*/
typedef unsigned long int myID_t;
typedef unsigned long long int myuint_t;
using myID_t = std::uint32_t;
using myuint_t = unsigned long long int;
class MixMaxRng: public HepRandomEngine {
@@ -18,6 +18,8 @@
#ifndef SeedTable_h
#define SeedTable_h 1
#include "CLHEP/Random/Random.h"
namespace CLHEP {
const long HepRandom::seedTable[215][2] = {
@@ -15,6 +15,8 @@
#ifndef engineIDulong_h
#define engineIDulong_h 1
#include <string>
namespace CLHEP {
unsigned long crc32ul(const std::string & s);