Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

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

    r819 r1340  
    6363
    6464
    65    G4bool IsZAApplicable(const G4DynamicParticle* aParticle,
    66                          G4double ZZ, G4double AA)
     65   G4bool IsIsoApplicable(const G4DynamicParticle* aParticle,
     66                          G4int ZZ, G4int AA)
    6767   {
    6868     return theHadronCrossSections->IsApplicable(aParticle, ZZ, AA);
     
    7777   }
    7878
    79    G4double GetIsoZACrossSection(const G4DynamicParticle* aParticle,
    80                             G4double ZZ, G4double AA,
    81                             G4double /*aTemperature*/)
     79   G4double GetZandACrossSection(const G4DynamicParticle* aParticle,
     80                                 G4int ZZ, G4int AA,
     81                                 G4double /*aTemperature*/)
    8282   {
    8383     return theHadronCrossSections->GetInelasticCrossSection(aParticle, ZZ, AA);
Note: See TracChangeset for help on using the changeset viewer.