Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/cascade/cascade/include/G4CascadeKminusNChannel.hh

    r962 r1315  
    2323// * acceptance of all terms of the Geant4 Software license.          *
    2424// ********************************************************************
     25// $Id: G4CascadeKminusNChannel.hh,v 1.6 2010/05/15 00:55:01 mkelsey Exp $
     26// GEANT4 tag: $Name: geant4-09-04-beta-cand-01 $
    2527//
     28// 20100507  M. Kelsey -- Remove redundant total-bins template argument
     29// 20100510  M. Kelsey -- Add initial "31" template arg.  Add G4CascSampler
     30//              to template for channel typedef
     31// 20100514  M. Kelsey -- Replace G4CascadeSampler with G4KaonHypSampler.
     32
    2633#ifndef G4_CASCADE_KMINUSN_CHANNEL_HH
    2734#define G4_CASCADE_KMINUSN_CHANNEL_HH
    2835
    29 
    3036#include "G4CascadeData.hh"
    3137#include "G4CascadeFunctions.hh"
     38#include "G4KaonHypSampler.hh"
    3239
    3340struct G4CascadeKminusNChannelData {
    34   typedef G4CascadeData<5,15,28,42,20,11,121> data_t;
     41  typedef G4CascadeData<31,5,15,28,42,20,11> data_t;
    3542  static data_t data;
    3643};
    3744
    38 typedef G4CascadeFunctions<G4CascadeKminusNChannelData> G4CascadeKminusNChannel;
    39 
     45typedef G4CascadeFunctions<G4CascadeKminusNChannelData,G4KaonHypSampler> G4CascadeKminusNChannel;
    4046
    4147#endif
Note: See TracChangeset for help on using the changeset viewer.