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/processes/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/processes/src/G4ElectronNuclearProcess.cc

    r1007 r1055  
    2525//
    2626//
    27 // $Id: G4ElectronNuclearProcess.cc,v 1.2 2006/06/29 21:03:02 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     27// $Id: G4ElectronNuclearProcess.cc,v 1.3 2009/03/31 19:16:38 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030
    3131#include "G4ElectronNuclearProcess.hh"
    3232#include "G4Electron.hh"
     33#include "G4ElectroNuclearCrossSection.hh"
    3334
    3435G4ElectronNuclearProcess::
     
    3738{
    3839  G4CrossSectionDataStore * theStore = GetCrossSectionDataStore();
    39   theStore->AddDataSet(&theData);
     40  theStore->AddDataSet(new G4ElectroNuclearCrossSection);
    4041}
    4142   
  • trunk/source/processes/hadronic/processes/src/G4PhotoNuclearProcess.cc

    r1007 r1055  
    2626//
    2727//
    28 // $Id: G4PhotoNuclearProcess.cc,v 1.2 2006/06/29 21:03:54 gunter Exp $
    29 // GEANT4 tag $Name: geant4-09-02 $
     28// $Id: G4PhotoNuclearProcess.cc,v 1.3 2009/03/31 19:16:38 vnivanch Exp $
     29// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    3030//
    3131
    3232#include "G4PhotoNuclearProcess.hh"
    3333#include "G4Gamma.hh"
     34#include "G4PhotoNuclearCrossSection.hh"
    3435
    3536G4PhotoNuclearProcess::
     
    3839{
    3940  G4CrossSectionDataStore * theStore = GetCrossSectionDataStore();
    40   theStore->AddDataSet(&theData);
     41  theStore->AddDataSet(new G4PhotoNuclearCrossSection);
    4142}
    4243   
Note: See TracChangeset for help on using the changeset viewer.