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/G4BinaryNeutronBuilder.cc

    r825 r1203  
    2424// ********************************************************************
    2525//
    26  #include "G4BinaryNeutronBuilder.hh"
    27  #include "G4ParticleDefinition.hh"
    28  #include "G4ParticleTable.hh"
    29  #include "G4ProcessManager.hh"
     26// $Id: G4BinaryNeutronBuilder.cc,v 1.3 2009/04/02 08:11:32 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
     28//
     29//---------------------------------------------------------------------------
     30//
     31// ClassName:   G4BinaryNeutronBuilder
     32//
     33// Author: 2002 H.P. Wellisch
     34//
     35// Modified:
     36// 02.04.2009 V.Ivanchenko remove add cross section, string builderis reponsible
     37//
     38//----------------------------------------------------------------------------
     39//
     40#include "G4BinaryNeutronBuilder.hh"
     41#include "G4ParticleDefinition.hh"
     42#include "G4ParticleTable.hh"
     43#include "G4ProcessManager.hh"
    3044
    31  G4BinaryNeutronBuilder::
    32  G4BinaryNeutronBuilder()
     45G4BinaryNeutronBuilder::
     46G4BinaryNeutronBuilder()
    3347 {
    3448   theMin = 0;
     
    4357   theModel->SetMaxEnergy(theMax);
    4458   aP->RegisterMe(theModel);
    45    aP->AddDataSet(&theXSec); 
    4659 }
    4760
    48  G4BinaryNeutronBuilder::
    49  ~G4BinaryNeutronBuilder()
     61G4BinaryNeutronBuilder::~G4BinaryNeutronBuilder()
    5062{
    51   delete theModel;
    5263}
    5364
    54  void G4BinaryNeutronBuilder::
    55  Build(G4HadronElasticProcess * )
     65void G4BinaryNeutronBuilder::
     66Build(G4HadronElasticProcess * )
    5667 {
    5768 }
    5869
    59  void G4BinaryNeutronBuilder::
    60  Build(G4HadronFissionProcess * )
     70void G4BinaryNeutronBuilder::
     71Build(G4HadronFissionProcess * )
    6172 {
    6273 }
    6374
    64  void G4BinaryNeutronBuilder::
    65  Build(G4HadronCaptureProcess * )
     75void G4BinaryNeutronBuilder::
     76Build(G4HadronCaptureProcess * )
    6677 {
    6778 }
Note: See TracChangeset for help on using the changeset viewer.