Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/cross_sections/include/G4PhotoNuclearCrossSection.hh

    r819 r962  
    2525//
    2626//
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
     
    3737
    3838#include "G4VCrossSectionDataSet.hh"
    39 /////////#include "G4HadronCrossSections.hh"
    4039#include "G4DynamicParticle.hh"
    4140#include "G4Element.hh"
    42 //#include "G4QPDGCode.hh"
    4341#include "G4ParticleTable.hh"
    4442#include "G4NucleiProperties.hh"
    45 #include "G4NucleiPropertiesTable.hh"
    4643#include <vector>
    4744
     
    8279private:
    8380  G4int    GetFunctions(G4double a, G4double* y, G4double* z);
    84   //G4double LinearFit(G4double X, G4int N, const G4double* XN, const G4double* YN);
    8581  G4double EquLinearFit(G4double X, G4int N,const G4double X0,const G4double XD, const G4double* Y);
    8682  G4double ThresholdEnergy(G4int Z, G4int N);
     
    10096  static std::vector <G4double*> HEN;   // Vector of pointers to the HighEnPhotonuclearCrossSect
    10197
    102   //G4HadronCrossSections* theHadronCrossSections;
    10398};
    10499
Note: See TracChangeset for help on using the changeset viewer.