Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -99,6 +99,10 @@ public:
G4double McFcorrection(G4double sin2t2);
inline void SetupParticle(const G4ParticleDefinition*);
G4ScreeningMottCrossSection & operator=
(const G4ScreeningMottCrossSection &right) = delete;
G4ScreeningMottCrossSection(const G4ScreeningMottCrossSection&) = delete;
private:
G4double ComputeAngle(G4int idx, G4double& rand);
@@ -110,10 +114,6 @@ private:
G4double GetTransitionRandom();
G4ScreeningMottCrossSection & operator=
(const G4ScreeningMottCrossSection &right);
G4ScreeningMottCrossSection(const G4ScreeningMottCrossSection&);
G4NistManager* fNistManager;
G4Pow* fG4pow;