Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/lowenergy/include/G4teoCrossSection.hh

    r1197 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4teoCrossSection.hh,v 1.4 2009/06/25 15:52:08 mantero Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     26// $Id: G4teoCrossSection.hh,v 1.5 2010/06/06 23:40:35 mantero Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//         
     
    4949#include "G4VhShellCrossSection.hh"
    5050
    51 #include "G4ecpssrKCrossSection.hh"
    52 #include "G4ecpssrLiCrossSection.hh"
     51#include "G4AnalyticalEcpssrKCrossSection.hh"
     52#include "G4AnalyticalEcpssrLiCrossSection.hh"
    5353
    5454class G4teoCrossSection : public G4VhShellCrossSection
     
    8181  G4double totalCS;
    8282             
    83   G4ecpssrKCrossSection*  ecpssrShellK;
    84   G4ecpssrLiCrossSection*  ecpssrShellLi;
     83  G4VecpssrKModel*  ecpssrShellK;
     84  G4VecpssrLiModel*  ecpssrShellLi;
    8585                       
    8686                       
Note: See TracChangeset for help on using the changeset viewer.