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
@@ -59,7 +59,7 @@ class G4VSubCutProducer
{
public:
G4VSubCutProducer(const G4String& name) : fName(name) {};
explicit G4VSubCutProducer(const G4String& name) : fName(name) {};
virtual ~G4VSubCutProducer() {};
@@ -76,8 +76,8 @@ public:
private:
// hide assignment operator
G4VSubCutProducer & operator=(const G4VSubCutProducer &right);
G4VSubCutProducer(const G4VSubCutProducer&);
G4VSubCutProducer & operator=(const G4VSubCutProducer &right) = delete;
G4VSubCutProducer(const G4VSubCutProducer&) = delete;
G4String fName;
};