Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (15 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

Location:
trunk/source/processes/hadronic/models/de_excitation/util/src
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4AlphaCoulombBarrier.cc

    r1196 r1228  
    2626//
    2727// $Id: G4AlphaCoulombBarrier.cc,v 1.5 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertPairingCorrections.cc

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4CameronGilbertPairingCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4CameronGilbertPairingCorrections.cc,v 1.6 2009/11/30 10:33:33 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7575
    7676G4CameronGilbertPairingCorrections::~G4CameronGilbertPairingCorrections()
    77 { delete theInstance; }
     77{;}
    7878
    7979G4CameronGilbertPairingCorrections* G4CameronGilbertPairingCorrections::GetInstance()
    8080{
    81   if (!theInstance) theInstance = new G4CameronGilbertPairingCorrections();
     81  static G4CameronGilbertPairingCorrections theCorrections;
     82  if (!theInstance)  { theInstance = &theCorrections; }
    8283  return theInstance;
    8384}
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertShellCorrections.cc

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4CameronGilbertShellCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4CameronGilbertShellCorrections.cc,v 1.6 2009/11/30 10:33:33 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7575
    7676G4CameronGilbertShellCorrections::~G4CameronGilbertShellCorrections()
    77 { delete theInstance; }
     77{;}
    7878
    7979G4CameronGilbertShellCorrections* G4CameronGilbertShellCorrections::GetInstance()
    8080{
    81   if (!theInstance) theInstance = new G4CameronGilbertShellCorrections();
     81  static G4CameronGilbertShellCorrections theCorrections;
     82  if (!theInstance)  { theInstance = &theCorrections; }
    8283  return theInstance;
    8384}
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CameronShellPlusPairingCorrections.cc

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4CameronShellPlusPairingCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4CameronShellPlusPairingCorrections.cc,v 1.6 2009/11/30 10:33:33 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    9393
    9494G4CameronShellPlusPairingCorrections::~G4CameronShellPlusPairingCorrections()
    95 { delete theInstance; }
     95{;}
    9696
    97 G4CameronShellPlusPairingCorrections* G4CameronShellPlusPairingCorrections::GetInstance() {
    98   if (!theInstance) theInstance = new G4CameronShellPlusPairingCorrections();
     97G4CameronShellPlusPairingCorrections* G4CameronShellPlusPairingCorrections::GetInstance()
     98{
     99  static G4CameronShellPlusPairingCorrections theCorrections;
     100  if (!theInstance)  { theInstance = &theCorrections; }
    99101  return theInstance;
    100102}
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfPairingCorrections.cc

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4CameronTruranHilfPairingCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4CameronTruranHilfPairingCorrections.cc,v 1.6 2009/11/30 10:33:33 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    8080
    8181G4CameronTruranHilfPairingCorrections::~G4CameronTruranHilfPairingCorrections()
    82 { delete theInstance; }
     82{;}
    8383
    84 G4CameronTruranHilfPairingCorrections* G4CameronTruranHilfPairingCorrections::GetInstance() {
    85   if (!theInstance) theInstance = new G4CameronTruranHilfPairingCorrections();
     84G4CameronTruranHilfPairingCorrections* G4CameronTruranHilfPairingCorrections::GetInstance()
     85{
     86  static G4CameronTruranHilfPairingCorrections theCorrections;
     87  if (!theInstance)  { theInstance = &theCorrections; }
    8688  return theInstance;
    8789}
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfShellCorrections.cc

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4CameronTruranHilfShellCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4CameronTruranHilfShellCorrections.cc,v 1.6 2009/11/30 10:33:33 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    8282
    8383G4CameronTruranHilfShellCorrections::~G4CameronTruranHilfShellCorrections()
    84 { delete theInstance; }
     84{;}
    8585
    86 G4CameronTruranHilfShellCorrections* G4CameronTruranHilfShellCorrections::GetInstance() {
    87   if (!theInstance) theInstance = new G4CameronTruranHilfShellCorrections();
     86G4CameronTruranHilfShellCorrections* G4CameronTruranHilfShellCorrections::GetInstance()
     87{
     88  static G4CameronTruranHilfShellCorrections theCorrections;
     89  if (!theInstance)  { theInstance = &theCorrections; }
    8890  return theInstance;
    8991}
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CookPairingCorrections.cc

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4CookPairingCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4CookPairingCorrections.cc,v 1.6 2009/11/30 10:33:33 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7474
    7575G4CookPairingCorrections::~G4CookPairingCorrections()
    76 { delete theInstance; }
     76{;}
    7777
    78 G4CookPairingCorrections* G4CookPairingCorrections::GetInstance() {
    79   if (!theInstance) theInstance = new  G4CookPairingCorrections();
     78G4CookPairingCorrections* G4CookPairingCorrections::GetInstance()
     79{
     80  static G4CookPairingCorrections theCorrections;
     81  if (!theInstance)  { theInstance = &theCorrections; }
    8082  return theInstance;
    8183}
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CookShellCorrections.cc

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4CookShellCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4CookShellCorrections.cc,v 1.6 2009/11/30 10:33:33 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7474
    7575G4CookShellCorrections::~G4CookShellCorrections()
    76 { delete theInstance; }
     76{;}
    7777
    78 G4CookShellCorrections* G4CookShellCorrections::GetInstance() {
    79   if (!theInstance) theInstance = new G4CookShellCorrections();
     78G4CookShellCorrections* G4CookShellCorrections::GetInstance()
     79{
     80  static G4CookShellCorrections theCorrections;
     81  if (!theInstance)  { theInstance = &theCorrections; }
    8082  return theInstance;
    8183}
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CoulombBarrier.cc

    r1196 r1228  
    2626//
    2727// $Id: G4CoulombBarrier.cc,v 1.9 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4DeuteronCoulombBarrier.cc

    r1196 r1228  
    2626//
    2727// $Id: G4DeuteronCoulombBarrier.cc,v 1.5 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4EvaporationLevelDensityParameter.cc

    r1196 r1228  
    2626//
    2727// $Id: G4EvaporationLevelDensityParameter.cc,v 1.9 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4He3CoulombBarrier.cc

    r1196 r1228  
    2626//
    2727// $Id: G4He3CoulombBarrier.cc,v 1.5 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4NeutronCoulombBarrier.cc

    r1196 r1228  
    2626//
    2727// $Id: G4NeutronCoulombBarrier.cc,v 1.5 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4PairingCorrection.cc

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4PairingCorrection.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4PairingCorrection.cc,v 1.6 2009/11/30 10:33:33 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    4545
    4646G4PairingCorrection::~G4PairingCorrection()
    47 { delete theInstance; }
     47{;}
    4848
    4949G4PairingCorrection* G4PairingCorrection::GetInstance()
    5050{
    51   if (!theInstance) theInstance = new G4PairingCorrection();
     51  static G4PairingCorrection theCorrections;
     52  if (!theInstance)  { theInstance = &theCorrections; }
    5253  return theInstance;
    5354}   
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4ProtonCoulombBarrier.cc

    r1196 r1228  
    2626//
    2727// $Id: G4ProtonCoulombBarrier.cc,v 1.5 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4ShellCorrection.cc

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4ShellCorrection.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4ShellCorrection.cc,v 1.6 2009/11/30 10:33:33 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    4646G4ShellCorrection::~G4ShellCorrection()
    4747{
    48   delete theInstance;
    4948}
    5049
    5150G4ShellCorrection* G4ShellCorrection::GetInstance()
    5251{
    53   if (!theInstance) theInstance = new G4ShellCorrection();
     52  static G4ShellCorrection theCorrections;
     53  if (!theInstance)  { theInstance = &theCorrections; }
    5454  return theInstance;
    5555}   
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4TritonCoulombBarrier.cc

    r1196 r1228  
    2626//
    2727// $Id: G4TritonCoulombBarrier.cc,v 1.5 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4VCoulombBarrier.cc

    r1196 r1228  
    2626//
    2727// $Id: G4VCoulombBarrier.cc,v 1.7 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4VEmissionProbability.cc

    r1196 r1228  
    2626//
    2727// $Id: G4VEmissionProbability.cc,v 1.7 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4VLevelDensityParameter.cc

    r1196 r1228  
    2626//
    2727// $Id: G4VLevelDensityParameter.cc,v 1.6 2009/03/04 11:05:02 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
Note: See TracChangeset for help on using the changeset viewer.