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
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VTRModel.hh 68037 2013-03-13 14:15:08Z gcosmo $
// $Id: G4VTRModel.hh 97385 2016-06-02 09:59:53Z gcosmo $
//
// G4VTRModel -- header file
//
@@ -53,7 +53,7 @@ public:
// Constructors
G4VTRModel( const G4String& modelName) {fName = modelName;};
explicit G4VTRModel( const G4String& modelName) {fName = modelName;};
// Destructor
@@ -74,8 +74,8 @@ public:
// hide assignment operator
G4VTRModel & operator=(const G4VTRModel &right);
G4VTRModel(const G4VTRModel&);
G4VTRModel & operator=(const G4VTRModel &right) = delete;
G4VTRModel(const G4VTRModel&) = delete;
protected: