Ignore:
Timestamp:
May 28, 2009, 4:26:57 PM (15 years ago)
Author:
garnier
Message:

maj sur la beta de geant 4.9.3

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

Legend:

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

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4CameronGilbertPairingCorrections.cc,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4CameronGilbertPairingCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7474{;}
    7575
     76G4CameronGilbertPairingCorrections::~G4CameronGilbertPairingCorrections()
     77{ delete theInstance; }
    7678
    7779G4CameronGilbertPairingCorrections* G4CameronGilbertPairingCorrections::GetInstance()
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertShellCorrections.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4CameronGilbertShellCorrections.cc,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4CameronGilbertShellCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7474{;}
    7575
     76G4CameronGilbertShellCorrections::~G4CameronGilbertShellCorrections()
     77{ delete theInstance; }
     78
    7679G4CameronGilbertShellCorrections* G4CameronGilbertShellCorrections::GetInstance()
    7780{
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CameronShellPlusPairingCorrections.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4CameronShellPlusPairingCorrections.cc,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4CameronShellPlusPairingCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    9292{;}
    9393
     94G4CameronShellPlusPairingCorrections::~G4CameronShellPlusPairingCorrections()
     95{ delete theInstance; }
     96
    9497G4CameronShellPlusPairingCorrections* G4CameronShellPlusPairingCorrections::GetInstance() {
    9598  if (!theInstance) theInstance = new G4CameronShellPlusPairingCorrections();
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfPairingCorrections.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4CameronTruranHilfPairingCorrections.cc,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4CameronTruranHilfPairingCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7979{;}
    8080
     81G4CameronTruranHilfPairingCorrections::~G4CameronTruranHilfPairingCorrections()
     82{ delete theInstance; }
     83
    8184G4CameronTruranHilfPairingCorrections* G4CameronTruranHilfPairingCorrections::GetInstance() {
    8285  if (!theInstance) theInstance = new G4CameronTruranHilfPairingCorrections();
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfShellCorrections.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4CameronTruranHilfShellCorrections.cc,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4CameronTruranHilfShellCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    8181{;}
    8282
     83G4CameronTruranHilfShellCorrections::~G4CameronTruranHilfShellCorrections()
     84{ delete theInstance; }
     85
    8386G4CameronTruranHilfShellCorrections* G4CameronTruranHilfShellCorrections::GetInstance() {
    8487  if (!theInstance) theInstance = new G4CameronTruranHilfShellCorrections();
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4ConstantLevelDensityParameter.cc

    r819 r1055  
    4242}
    4343
     44G4ConstantLevelDensityParameter::~G4ConstantLevelDensityParameter()
     45{
     46}
    4447
    4548const G4ConstantLevelDensityParameter & G4ConstantLevelDensityParameter::
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CookPairingCorrections.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4CookPairingCorrections.cc,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4CookPairingCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7373{;}
    7474
     75G4CookPairingCorrections::~G4CookPairingCorrections()
     76{ delete theInstance; }
     77
    7578G4CookPairingCorrections* G4CookPairingCorrections::GetInstance() {
    7679  if (!theInstance) theInstance = new  G4CookPairingCorrections();
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CookShellCorrections.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4CookShellCorrections.cc,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4CookShellCorrections.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    7373{;}
    7474
     75G4CookShellCorrections::~G4CookShellCorrections()
     76{ delete theInstance; }
    7577
    7678G4CookShellCorrections* G4CookShellCorrections::GetInstance() {
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4CoulombBarrier.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4CoulombBarrier.cc,v 1.8 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4CoulombBarrier.cc,v 1.9 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    3535#include "G4HadronicException.hh"
    3636#include <sstream>
     37
     38G4CoulombBarrier::G4CoulombBarrier()
     39  : G4VCoulombBarrier(1,0) {}
     40
     41G4CoulombBarrier::G4CoulombBarrier(const G4int anA,const G4int aZ)
     42  : G4VCoulombBarrier(anA,aZ) {}
     43
     44G4CoulombBarrier::~G4CoulombBarrier() {}
    3745
    3846G4CoulombBarrier::G4CoulombBarrier(const G4CoulombBarrier & ) : G4VCoulombBarrier()
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4EvaporationLevelDensityParameter.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4EvaporationLevelDensityParameter.cc,v 1.8 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4EvaporationLevelDensityParameter.cc,v 1.9 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    4949const G4double G4EvaporationLevelDensityParameter::Bs = 1.0;
    5050
     51G4EvaporationLevelDensityParameter::G4EvaporationLevelDensityParameter() {}
     52G4EvaporationLevelDensityParameter::~G4EvaporationLevelDensityParameter() {}
    5153
    5254G4EvaporationLevelDensityParameter::
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4PairingCorrection.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4PairingCorrection.cc,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4PairingCorrection.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    4444}
    4545
     46G4PairingCorrection::~G4PairingCorrection()
     47{ delete theInstance; }
     48
    4649G4PairingCorrection* G4PairingCorrection::GetInstance()
    4750{
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4ShellCorrection.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4ShellCorrection.cc,v 1.4 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4ShellCorrection.cc,v 1.5 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    4444}
    4545
     46G4ShellCorrection::~G4ShellCorrection()
     47{
     48  delete theInstance;
     49}
    4650
    4751G4ShellCorrection* G4ShellCorrection::GetInstance()
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4VCoulombBarrier.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4VCoulombBarrier.cc,v 1.6 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4VCoulombBarrier.cc,v 1.7 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    3535#include "G4HadronicException.hh"
    3636#include <sstream>
     37
     38G4VCoulombBarrier::G4VCoulombBarrier()
     39  : theA(1),theZ(0)
     40{
     41}
     42
    3743
    3844G4VCoulombBarrier::G4VCoulombBarrier(const G4int anA, const G4int aZ)
     
    4955        throw G4HadronicException(__FILE__, __LINE__, errOs.str());
    5056    }
     57}
     58
     59
     60G4VCoulombBarrier::~G4VCoulombBarrier()
     61{
    5162}
    5263
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4VEmissionProbability.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4VEmissionProbability.cc,v 1.6 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4VEmissionProbability.cc,v 1.7 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    3636#include "G4HadronicException.hh"
    3737
     38
     39G4VEmissionProbability::G4VEmissionProbability() {}
     40G4VEmissionProbability::~G4VEmissionProbability() {}
     41
     42
    3843G4VEmissionProbability::G4VEmissionProbability(const G4VEmissionProbability &)
    3944{
    4045    throw G4HadronicException(__FILE__, __LINE__, "G4VEmissionProbability::copy_constructor meant to not be accessable");
    4146}
    42 
    43 
    4447
    4548
  • trunk/source/processes/hadronic/models/de_excitation/util/src/G4VLevelDensityParameter.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4VLevelDensityParameter.cc,v 1.5 2008/09/19 13:32:54 ahoward Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4VLevelDensityParameter.cc,v 1.6 2009/03/04 11:05:02 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// Hadronic Process: Nuclear De-excitations
     
    3636
    3737
     38G4VLevelDensityParameter::G4VLevelDensityParameter() {}
     39G4VLevelDensityParameter::~G4VLevelDensityParameter() {}
     40
     41
    3842G4VLevelDensityParameter::
    3943G4VLevelDensityParameter(const G4VLevelDensityParameter &)
     
    4145    throw G4HadronicException(__FILE__, __LINE__, "G4VLevelDensityParameter::copy_constructor meant to not be accessable");
    4246}
    43 
    44 
    4547
    4648
Note: See TracChangeset for help on using the changeset viewer.