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

    r819 r1340  
    5757   G4bool IsApplicable(const G4DynamicParticle* aDP, const G4Element*)
    5858   {
    59      return IsZAApplicable(aDP, 0., 0.);
     59     return IsIsoApplicable(aDP, 0, 0);
    6060   }
    61    
     61
     62
    6263   virtual
    63    G4bool IsZAApplicable(const G4DynamicParticle* aDP, G4double /*ZZ*/,
    64                        G4double /*AA*/)
     64   G4bool IsIsoApplicable(const G4DynamicParticle* aDP,
     65                          G4int /*ZZ*/, G4int /*AA*/)
    6566   {
    6667      G4int baryonNumber = aDP->GetDefinition()->GetBaryonNumber();
     
    7172   }
    7273
     74
    7375   virtual
    7476   G4double GetCrossSection(const G4DynamicParticle*,
    7577                            const G4Element*, G4double aTemperature);
    7678
     79
    7780   virtual
    78    G4double GetIsoZACrossSection(const G4DynamicParticle*, G4double ZZ,
    79                                  G4double AA, G4double aTemperature);
     81   G4double GetZandACrossSection(const G4DynamicParticle*, G4int ZZ,
     82                                 G4int AA, G4double aTemperature);
    8083
    8184   virtual
Note: See TracChangeset for help on using the changeset viewer.