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/incl/include/G4InclRandomNumbers.hh

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4InclRandomNumbers.hh,v 1.4 2010/06/14 16:10:01 gcosmo Exp $
     26// $Id: G4InclRandomNumbers.hh,v 1.6 2010/10/26 02:47:59 kaitanie Exp $
    2727// Translation of INCL4.2/ABLA V3
    2828// Pekka Kaitaniemi, HIP (translation)
     
    5454   */
    5555  virtual G4double getRandom() = 0;
    56 
     56  virtual void printSeeds() = 0;
    5757private:
    5858  G4long seed;
     
    7777    return 0.5;
    7878  }
     79
     80  void printSeeds() {};
    7981};
    8082
     
    9698    return G4UniformRand();
    9799  }
     100
     101  void printSeeds() {
     102    G4cout <<"Using Geant4 random number generator." << G4endl;
     103  };
    98104};
    99105
Note: See TracChangeset for help on using the changeset viewer.