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
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4CrossSectionDataSetRegistry.hh 68777 2013-04-05 12:52:17Z gcosmo $
//
// -------------------------------------------------------------------
//
@@ -51,7 +51,7 @@
class G4VCrossSectionDataSet;
class G4VBaseXSFactory;
//class G4VBaseXSFactory; //AND
class G4CrossSectionDataSetRegistry
{
@@ -71,7 +71,7 @@ public:
void Clean();
//clean the store
void AddFactory(G4String, G4VBaseXSFactory*);
//void AddFactory(G4String, G4VBaseXSFactory*);//AND
G4VCrossSectionDataSet* GetCrossSectionDataSet(const G4String& name, G4bool warning=true);
@@ -79,11 +79,11 @@ private:
G4CrossSectionDataSetRegistry();
static G4CrossSectionDataSetRegistry* theInstance;
static G4ThreadLocal G4CrossSectionDataSetRegistry* theInstance;
std::vector <G4VCrossSectionDataSet*> xSections;
std::map <G4String, G4VBaseXSFactory*> factories;
//std::map <G4String, G4VBaseXSFactory*> factories;//AND
};