Ignore:
Timestamp:
Nov 27, 2009, 11:46:04 AM (15 years ago)
Author:
garnier
Message:

update CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/builders/src/G4FTFBinaryNeutronBuilder.cc

    r921 r1203  
    2424// ********************************************************************
    2525//
     26// $Id: G4FTFBinaryNeutronBuilder.cc,v 1.4 2009/03/31 18:38:33 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
     28//
     29//---------------------------------------------------------------------------
     30//
     31// ClassName:   G4FTFBinaryNeutronBuilder
     32//
     33// Author: 2008 G.Folger
     34//
     35// Modified:
     36// 30.03.2009 V.Ivanchenko create cross section by new
     37//
     38//----------------------------------------------------------------------------
     39//
    2640#include "G4FTFBinaryNeutronBuilder.hh"
    2741#include "G4ParticleDefinition.hh"
    2842#include "G4ParticleTable.hh"
    2943#include "G4ProcessManager.hh"
     44#include "G4NeutronInelasticCrossSection.hh"
    3045
    3146G4FTFBinaryNeutronBuilder::
     
    8095Build(G4NeutronInelasticProcess * aP)
    8196{
     97  theModel->SetMinEnergy(theMin);
    8298  aP->RegisterMe(theModel);
    83   aP->AddDataSet(&theXSec); 
     99  aP->AddDataSet(new G4NeutronInelasticCrossSection); 
    84100}
Note: See TracChangeset for help on using the changeset viewer.