Import Geant4 10.4.0 source tree
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4PairingCorrection.cc 96634 2016-04-27 09:31:49Z gcosmo $
|
||||
// $Id: G4PairingCorrection.cc 105799 2017-08-21 07:35:55Z gcosmo $
|
||||
//
|
||||
// Hadronic Process: Nuclear De-excitations
|
||||
// by V. Lara
|
||||
@@ -34,23 +34,12 @@
|
||||
#include "G4PairingCorrection.hh"
|
||||
#include "G4SystemOfUnits.hh"
|
||||
|
||||
G4PairingCorrection* G4PairingCorrection::theInstance = nullptr;
|
||||
|
||||
G4PairingCorrection::G4PairingCorrection()
|
||||
{}
|
||||
|
||||
G4PairingCorrection::~G4PairingCorrection()
|
||||
{}
|
||||
|
||||
G4PairingCorrection* G4PairingCorrection::GetInstance()
|
||||
{
|
||||
if (!theInstance) {
|
||||
static G4PairingCorrection theCorrections;
|
||||
theInstance = &theCorrections;
|
||||
}
|
||||
return theInstance;
|
||||
}
|
||||
|
||||
G4double G4PairingCorrection::GetPairingCorrection(G4int A, G4int Z) const
|
||||
{
|
||||
G4double pairCorr = 0.0;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4ShellCorrection.cc 96634 2016-04-27 09:31:49Z gcosmo $
|
||||
// $Id: G4ShellCorrection.cc 105799 2017-08-21 07:35:55Z gcosmo $
|
||||
//
|
||||
// Hadronic Process: Nuclear De-excitations
|
||||
// by V. Lara
|
||||
@@ -33,23 +33,12 @@
|
||||
|
||||
#include "G4ShellCorrection.hh"
|
||||
|
||||
G4ShellCorrection* G4ShellCorrection::theInstance = nullptr;
|
||||
|
||||
G4ShellCorrection::G4ShellCorrection()
|
||||
{}
|
||||
|
||||
G4ShellCorrection::~G4ShellCorrection()
|
||||
{}
|
||||
|
||||
G4ShellCorrection* G4ShellCorrection::GetInstance()
|
||||
{
|
||||
if (!theInstance) {
|
||||
static G4ShellCorrection theCorrections;
|
||||
theInstance = &theCorrections;
|
||||
}
|
||||
return theInstance;
|
||||
}
|
||||
|
||||
const G4CameronTruranHilfShellCorrections*
|
||||
G4ShellCorrection::GetCameronTruranHilfShellCorrections() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user