Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -96,16 +96,14 @@ public:
|
||||
// print description in html
|
||||
virtual void ProcessDescription(std::ostream&) const override;
|
||||
|
||||
G4MuBremsstrahlung & operator=(const G4MuBremsstrahlung &right) = delete;
|
||||
G4MuBremsstrahlung(const G4MuBremsstrahlung&) = delete;
|
||||
|
||||
protected:
|
||||
|
||||
virtual void InitialiseEnergyLossProcess(const G4ParticleDefinition*,
|
||||
const G4ParticleDefinition*) override;
|
||||
|
||||
private:
|
||||
|
||||
G4MuBremsstrahlung & operator=(const G4MuBremsstrahlung &right) = delete;
|
||||
G4MuBremsstrahlung(const G4MuBremsstrahlung&) = delete;
|
||||
|
||||
protected:
|
||||
|
||||
G4double lowestKinEnergy;
|
||||
|
||||
Reference in New Issue
Block a user