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/G4PaulKCrossSection.hh

    r1228 r1315  
    2525//
    2626//
     27// History:
     28// -----------
     29//  21 Apr 2008   H. Abdelohauwed - 1st implementation
     30//  29 Apr 2009   ALF  Major Design Revision
     31//
     32// -------------------------------------------------------------------
     33
     34// Class description:
     35// Low Energy Electromagnetic Physics, Cross section, p ionisation, K shell
     36// Further documentation available from http://www.ge.infn.it/geant4/lowE
     37
     38// -------------------------------------------------------------------
    2739
    2840
     
    3042#define G4PAULKCROSSSECTION_HH 1
    3143
     44//#include "G4VDataSetAlgorithm.hh"
    3245#include "globals.hh"
     46#include <map>
    3347
     48class G4VDataSetAlgorithm;
     49class G4VEMDataSet;
    3450
    3551class G4PaulKCrossSection
     
    4258  virtual ~G4PaulKCrossSection();
    4359                             
    44   G4double CalculateKCrossSection(G4int zTarget,G4int zIncident, G4double energyIncident);
     60  G4double CalculateKCrossSection(G4int zTarget,G4double massIncident, G4double energyIncident);
    4561                                   
    4662 
    47 
    48    
    49 
    5063private:
    5164
     
    5467  G4PaulKCrossSection & operator = (const G4PaulKCrossSection &right);
    5568
     69  G4VDataSetAlgorithm* interpolation;
     70
     71  std::map< G4int , G4VEMDataSet* > protonDataSetMap;
     72
     73  std::map< G4int , G4VEMDataSet* > alphaDataSetMap;
     74 
     75
    5676};
    5777
Note: See TracChangeset for help on using the changeset viewer.