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/G4CascadeSampler.icc

    r1337 r1340  
     1#ifndef G4CASCADE_SAMPLER_ICC
     2#define G4CASCADE_SAMPLER_ICC
    13//
    24// ********************************************************************
     
    2426// ********************************************************************
    2527//
    26 // $Id: G4CascadeSampler.icc,v 1.3 2010/06/25 09:42:44 gunter Exp $
    27 // GEANT4 tag: $Name: geant4-09-04-beta-01 $
     28// $Id: G4CascadeSampler.icc,v 1.5 2010/10/19 19:48:01 mkelsey Exp $
     29// GEANT4 tag: $Name: hadr-casc-V09-03-85 $
    2830//
    2931// 20100506 M. Kelsey -- Move functionity of G4CascadeChannel here,
    3032//              use as base class to G4CascadeFunctions<T>.
    3133// 20100512 M. Kelsey -- Move implementation to .icc with templating
     34// 20100803 M. Kelsey -- Add print function for debugging.
     35// 20101019  M. Kelsey -- CoVerity report: recursive #include
    3236
    3337#include "G4CascadeSampler.hh"
     
    108112  return 0;     // Is this right?  Shouldn't it return maximum, not minimum?
    109113}
     114
     115
     116template <int NBINS, int NMULT> inline
     117void G4CascadeSampler<NBINS,NMULT>::print() const {
     118  interpolator.printBins();
     119}
     120
     121#endif  /* G4CASCADE_SAMPLER_ICC */
Note: See TracChangeset for help on using the changeset viewer.