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

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

Location:
trunk/source/processes/hadronic/cross_sections/include
Files:
3 edited

Legend:

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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4CrossSectionDataStore.hh,v 1.14 2009/01/24 11:54:47 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4CrossSectionDataStore.hh,v 1.15 2010/04/29 14:46:08 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    7777                           G4double Z, G4double A, G4double aTemperature);
    7878
     79  G4double GetCrossSection(const G4DynamicParticle*,
     80                           G4int Z, G4int A, G4double aTemperature);
     81
    7982  // to replace GetMicroscopicCrossSection
    8083  G4double GetCrossSection(const G4DynamicParticle*, const G4Material*);
  • trunk/source/processes/hadronic/cross_sections/include/G4HadronCrossSections.hh

    r1228 r1315  
    2525//
    2626//
    27 // GEANT4 tag $Name: geant4-09-03 $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//
     
    9393public:
    9494
    95    G4HadronCrossSections() : prevParticleDefinition(0), verboseLevel(0)
     95   G4HadronCrossSections()
     96     : prevParticleDefinition(0), lastEkx(0.), lastEkxPower(0.), verboseLevel(0)
    9697   {
    9798   }
     
    184185   G4Element* prevElement;
    185186   G4double prevKineticEnergy;
     187   G4double lastEkx, lastEkxPower;
    186188
    187189   static G4bool correctInelasticNearZero;
  • trunk/source/processes/hadronic/cross_sections/include/G4UPiNuclearCrossSection.hh

    r962 r1315  
    105105  G4double           elow;
    106106  G4double           elowest;
    107   G4double           APower[92];
     107  G4double           APower[93];
    108108
    109109  const G4ParticleDefinition* piPlus;
Note: See TracChangeset for help on using the changeset viewer.