Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user