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
@@ -47,13 +47,12 @@
// 28-02-08 Reorganized protected methods and members (V.Ivanchenko)
// 06-03-08 Remove obsolete methods and members (V.Ivanchenko)
// 31-05-13 Use element selectors instead of local data (V.Ivanchenko)
//
//
// Class Description:
//
// Implementation of bremssrahlung by muons
// A.G. Bogdanov et al., IEEE Trans. Nuc. Sci., Vol.53, No.2, 2006
//
// -------------------------------------------------------------------
//
@@ -111,6 +110,11 @@ public:
const G4ParticleDefinition*,
G4double) override;
// hide assignment operator
G4MuBremsstrahlungModel &
operator=(const G4MuBremsstrahlungModel &right) = delete;
G4MuBremsstrahlungModel(const G4MuBremsstrahlungModel&) = delete;
protected:
G4double ComputMuBremLoss(G4double Z, G4double tkin, G4double cut);
@@ -125,13 +129,6 @@ protected:
inline void SetParticle(const G4ParticleDefinition*);
private:
// hide assignment operator
G4MuBremsstrahlungModel &
operator=(const G4MuBremsstrahlungModel &right) = delete;
G4MuBremsstrahlungModel(const G4MuBremsstrahlungModel&) = delete;
protected:
const G4ParticleDefinition* particle;