Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -32,12 +32,12 @@
// File name: G4WLSTimeGeneratorProfileExponential.hh
//
// Author: Pedro Rodrigues, Andreia Trindade
//
//
// Creation date: 2006-05-07
//
// Modifications:
// Modifications:
//
// Class Description:
// Class Description:
//
// -------------------------------------------------------------------
@@ -50,9 +50,7 @@
class G4WLSTimeGeneratorProfileExponential : public G4VWLSTimeGeneratorProfile
{
public:
public:
explicit G4WLSTimeGeneratorProfileExponential(const G4String& name);
virtual ~G4WLSTimeGeneratorProfileExponential();
@@ -61,16 +59,14 @@ public:
virtual G4double GenerateTime(const G4MaterialPropertiesTable*) override;
protected:
private:
protected:
private:
// hide assignment operator
G4WLSTimeGeneratorProfileExponential & operator=
(const G4WLSTimeGeneratorProfileExponential &right) = delete;
G4WLSTimeGeneratorProfileExponential(const G4WLSTimeGeneratorProfileExponential&) = delete;
G4WLSTimeGeneratorProfileExponential& operator=
(const G4WLSTimeGeneratorProfileExponential& right) = delete;
G4WLSTimeGeneratorProfileExponential(
const G4WLSTimeGeneratorProfileExponential&) = delete;
};
#endif