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/cascade/cascade/include/G4CascadeInterpolator.hh

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4CascadeInterpolator.hh,v 1.2 2010/06/25 09:42:00 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4CascadeInterpolator.hh,v 1.3 2010/08/03 23:09:36 mkelsey Exp $
     27// GEANT4 tag $Name: hadr-casc-V09-03-85 $
    2828//
    2929// Author:  Michael Kelsey <kelsey@slac.stanford.edu>
     
    3838// is the bin index, and the fractional part is, obviously, the
    3939// fractional part.
     40//
     41// 20100803  M. Kelsey -- Add printBins() function for debugging
    4042
    4143#ifndef G4CASCADE_INTERPOLATOR_HH
     
    6466  G4double interpolate(const G4double (&yb)[nBins]) const;
    6567
     68  void printBins() const;       // Show bin edges for debugging purposes
     69
    6670private:
    6771  const G4double (&xBins)[nBins];
Note: See TracChangeset for help on using the changeset viewer.