Import Geant4 10.6.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2019-06-28 11:59:04 +02:00
parent 28a70706e0
commit d0f911957d
1056 changed files with 95168 additions and 78160 deletions
@@ -52,7 +52,7 @@
#include "globals.hh"
#include "G4MaterialPropertiesTable.hh"
class G4VWLSTimeGeneratorProfile
class G4VWLSTimeGeneratorProfile
{
public:
@@ -64,15 +64,13 @@ public:
virtual G4double GenerateTime(const G4double time_constant) = 0;
virtual G4double GenerateTime(const G4MaterialPropertiesTable*) = 0;
protected:
private:
// hide assignment operator
G4VWLSTimeGeneratorProfile & operator=
(const G4VWLSTimeGeneratorProfile &right);
G4VWLSTimeGeneratorProfile(const G4VWLSTimeGeneratorProfile&);
G4VWLSTimeGeneratorProfile & operator=
(const G4VWLSTimeGeneratorProfile &right) = delete;
G4VWLSTimeGeneratorProfile(const G4VWLSTimeGeneratorProfile&) = delete;
};