Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
+4 -4
View File
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4ElementData.hh 72057 2013-07-04 13:07:29Z gcosmo $
// $Id: G4ElementData.hh 96794 2016-05-09 10:09:30Z gcosmo $
//
//---------------------------------------------------------------------------
//
@@ -57,7 +57,7 @@ class G4ElementData
{
public:
G4ElementData();
explicit G4ElementData();
~G4ElementData();
@@ -106,8 +106,8 @@ public:
private:
// Assignment operator and copy constructor
G4ElementData & operator=(const G4ElementData &right);
G4ElementData(const G4ElementData&);
G4ElementData & operator=(const G4ElementData &right) = delete;
G4ElementData(const G4ElementData&) = delete;
G4PhysicsVector* elmData[maxNumElements];
G4Physics2DVector* elm2Data[maxNumElements];