Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -42,10 +42,13 @@ class F04StepMax : public G4VDiscreteProcess
public:
F04StepMax(const G4String& processName = "UserStepMax");
F04StepMax(F04StepMax &);
virtual ~F04StepMax();
F04StepMax(const F04StepMax&) = delete;
F04StepMax& operator=(const F04StepMax&) = delete;
virtual G4bool IsApplicable(const G4ParticleDefinition&);
void SetStepMax(G4double);
@@ -63,13 +66,6 @@ class F04StepMax : public G4VDiscreteProcess
virtual G4double GetMeanFreePath(const G4Track&,
G4double,
G4ForceCondition*);
private:
// hide assignment operator as private
F04StepMax & operator=(const F04StepMax &right);
F04StepMax(const F04StepMax&);
private:
G4double fMaxChargedStep;