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

    r819 r1340  
    5454   G4bool IsApplicable(const G4DynamicParticle* aDP, const G4Element*)
    5555   {
    56      return IsZAApplicable(aDP, 0., 0.);
     56     return IsIsoApplicable(aDP, 0, 0);
    5757   }
    5858
    5959   virtual
    60    G4bool IsZAApplicable(const G4DynamicParticle* aDP, G4double /*ZZ*/,
    61                          G4double /*AA*/)
     60   G4bool IsIsoApplicable(const G4DynamicParticle* aDP, G4int /*ZZ*/,
     61                          G4int /*AA*/)
    6262   {
    6363      G4int BaryonNumber = aDP->GetDefinition()->GetBaryonNumber();
     
    7373
    7474   virtual
    75    G4double GetIsoZACrossSection(const G4DynamicParticle*, G4double ZZ,
    76                                  G4double AA, G4double aTemperature);
     75   G4double GetZandACrossSection(const G4DynamicParticle*, G4int ZZ,
     76                                 G4int AA, G4double aTemperature);
    7777
    7878   virtual
Note: See TracChangeset for help on using the changeset viewer.