Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
// GEANT4 physics class: G4QuasiElRatios -- header file
@@ -103,8 +102,8 @@ private:
// Body
private:
static std::vector<G4double*> vT; // Vector of pointers to LinTable
static std::vector<G4double*> vL; // Vector of pointers to LogTable
static std::vector<std::pair<G4double,G4double>*> vX; // Vector of ETPointers to LogTable
static G4ThreadLocal std::vector<G4double*> *vT_G4MT_TLS_; // Vector of pointers to LinTable
static G4ThreadLocal std::vector<G4double*> *vL_G4MT_TLS_; // Vector of pointers to LogTable
static G4ThreadLocal std::vector<std::pair<G4double,G4double>*> *vX_G4MT_TLS_; // Vector of ETPointers to LogTable
};
#endif