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/src/G4CascadeT1NNChannel.cc

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4CascadeT1NNChannel.cc,v 1.2 2010/06/25 09:44:12 gunter Exp $
    27 // GEANT4 tag: $Name: geant4-09-04-beta-01 $
     26// $Id: G4CascadeT1NNChannel.cc,v 1.3 2010/08/04 05:28:24 mkelsey Exp $
     27// GEANT4 tag: $Name: hadr-casc-V09-03-85 $
     28//
     29// 20100804  M. Kelsey -- Add name string to ctor
    2830
    2931#include "G4CascadePPChannel.hh"
     
    643645G4CascadePPChannelData::data_t
    644646G4CascadePPChannelData::data(pp2bfs, pp3bfs, pp4bfs, pp5bfs, pp6bfs, pp7bfs,
    645                              pp8bfs, pp9bfs, ppCrossSections, ppTotXSec);
     647                             pp8bfs, pp9bfs, ppCrossSections, ppTotXSec,
     648                             "ProtonProton");
    646649
    647650G4CascadeNNChannelData::data_t
    648651G4CascadeNNChannelData::data(nn2bfs, nn3bfs, nn4bfs, nn5bfs, nn6bfs, nn7bfs,
    649                              nn8bfs, nn9bfs, ppCrossSections, ppTotXSec);
     652                             nn8bfs, nn9bfs, ppCrossSections, ppTotXSec,
     653                             "NeutronNeutron");
Note: See TracChangeset for help on using the changeset viewer.