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/G4CascadeKzeroBarPChannel.hh

    r962 r1315  
    2323// * acceptance of all terms of the Geant4 Software license.          *
    2424// ********************************************************************
     25// $Id: G4CascadeKzeroBarPChannel.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_KZEROBARP_CHANNEL_HH
    2734#define G4_CASCADE_KZEROBARP_CHANNEL_HH
     
    2936#include "G4CascadeData.hh"
    3037#include "G4CascadeFunctions.hh"
    31 
    32 
     38#include "G4KaonHypSampler.hh"
    3339
    3440struct G4CascadeKzeroBarPChannelData {
    35   typedef G4CascadeData<5,15,28,42,20,11,121> data_t;
     41  typedef G4CascadeData<31,5,15,28,42,20,11> data_t;
    3642  static data_t data;
    3743};
    3844
    39 typedef G4CascadeFunctions<G4CascadeKzeroBarPChannelData> G4CascadeKzeroBarPChannel;
     45typedef G4CascadeFunctions<G4CascadeKzeroBarPChannelData,G4KaonHypSampler> G4CascadeKzeroBarPChannel;
    4046
    4147#endif
Note: See TracChangeset for help on using the changeset viewer.