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

    r1228 r1340  
    5858   }
    5959
    60    G4bool IsZAApplicable(const G4DynamicParticle* aPart,
    61                          G4double ZZ, G4double /*AA*/)
     60   G4bool IsIsoApplicable(const G4DynamicParticle* aPart,
     61                          G4int ZZ, G4int /*AA*/)
    6262   {
    6363     G4bool result = false;
     
    7474                            const G4Element*, G4double aTemperature);
    7575
    76    G4double GetIsoZACrossSection(const G4DynamicParticle* aParticle,
    77                                  G4double ZZ, G4double AA,
     76   G4double GetZandACrossSection(const G4DynamicParticle* aParticle,
     77                                 G4int ZZ, G4int AA,
    7878                                 G4double /*aTemperature*/)
    7979   {
     
    8282 
    8383
    84    G4double GetCrossSection(G4double anEnergy, G4double anA, G4double aZ);
     84   G4double GetCrossSection(G4double anEnergy, G4int anA, G4int aZ);
     85
    8586
    8687   virtual
Note: See TracChangeset for help on using the changeset viewer.