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
@@ -94,6 +94,7 @@ public:
}
protected:
public: //for MT disconnection (see test/mt_root_ntuple.cpp).
static int& counter() {
static int s_count = 0;
return s_count;
@@ -103,6 +104,7 @@ protected:
static bool s_check_by_class = false;
return s_check_by_class;
}
protected:
typedef std::list< std::pair<std::string,int> > mem_list;