Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4AtomicShell.hh 66241 2012-12-13 18:34:42Z gunter $
// $Id: G4AtomicShell.hh 96626 2016-04-27 08:36:27Z gcosmo $
//
// -------------------------------------------------------------------
//
@@ -59,10 +59,8 @@ public:
// The data and the methods of this class are relative to
// a given shell
G4AtomicShell(G4int id, G4double bindingEnergy);
explicit G4AtomicShell(G4int id, G4double e):identifier(id),bindingEnergy(e){};
~G4AtomicShell();
// Returns the binding energy of the shell
inline G4double BindingEnergy() const;
@@ -71,6 +69,9 @@ public:
private:
G4AtomicShell & operator=(const G4AtomicShell &right) = delete;
G4AtomicShell(const G4AtomicShell&) = delete;
G4int identifier;
G4double bindingEnergy;