Import Geant4 10.6.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2019-06-28 11:59:04 +02:00
parent 28a70706e0
commit d0f911957d
1056 changed files with 95168 additions and 78160 deletions
@@ -90,7 +90,7 @@ public:
void Initialise(const G4ParticleDefinition*, G4double cosThetaLim);
inline void SetupParticle(const G4ParticleDefinition*);
void SetupKinematic(G4double kinEnergy ,G4double Z);
void SetupKinematic(G4double kinEnergy, G4int Z);
G4double NuclearCrossSection(G4int, G4int);
G4ThreeVector GetNewDirection();
@@ -118,8 +118,8 @@ private:
G4double GetTransitionRandom();
G4ScreeningMottCrossSection & operator=
(const G4ScreeningMottCrossSection &right) = delete;
G4ScreeningMottCrossSection(const G4ScreeningMottCrossSection&) = delete;
(const G4ScreeningMottCrossSection &right);
G4ScreeningMottCrossSection(const G4ScreeningMottCrossSection&);
G4NistManager* fNistManager;
G4Pow* fG4pow;