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/models/util/include/G4Fancy3DNucleus.hh

    r1196 r1340  
    4545#include <vector>
    4646
     47// to test if we can drop old interface for (A,Z), comment next line..
     48//#define NON_INTEGER_A_Z 1
     49
    4750class G4Fancy3DNucleus : public G4V3DNucleus
    4851{
     
    6770
    6871  public:
     72#if defined(NON_INTEGER_A_Z)
    6973      void Init(G4double theA, G4double theZ);
     74#endif
     75      void Init(G4int theA, G4int theZ);
    7076      G4bool StartLoop();
    7177      G4Nucleon * GetNextNucleon();
Note: See TracChangeset for help on using the changeset viewer.