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

    r819 r1340  
    7979    virtual G4bool IsApplicable (const G4DynamicParticle*, const G4Element*);
    8080 
    81     virtual G4bool IsZAApplicable(const G4DynamicParticle*, G4double ZZ,
    82                                                             G4double AA);
     81    virtual G4bool IsIsoApplicable(const G4DynamicParticle*, G4int ZZ, G4int AA);
    8382 
    8483    virtual G4double GetCrossSection (const G4DynamicParticle *,
    8584      const G4Element *, G4double);
    8685     
    87     virtual G4double GetIsoZACrossSection(const G4DynamicParticle*,
    88                                           G4double ZZ, G4double AA,
     86    virtual G4double GetZandACrossSection(const G4DynamicParticle*,
     87                                          G4int ZZ, G4int AA,
    8988                                          G4double temperature);
    9089     
     
    110109    G4double                 xd;
    111110};
    112 ///////////////////////////////////////////////////////////////////////////////
    113 //
     111
    114112#endif
Note: See TracChangeset for help on using the changeset viewer.