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

    r825 r1203  
    2424// ********************************************************************
    2525//
     26// $Id: G4BinaryProtonBuilder.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:   G4BinaryProtonBuilder
     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//
    2640#include "G4BinaryProtonBuilder.hh"
    2741#include "G4ParticleDefinition.hh"
     
    4054Build(G4ProtonInelasticProcess * aP)
    4155{
    42   aP->AddDataSet(&theXSec); 
    4356  theModel->SetMinEnergy(theMin);
    4457  theModel->SetMaxEnergy(theMax);
     
    4760
    4861G4BinaryProtonBuilder::
    49 ~G4BinaryProtonBuilder() {}
     62~G4BinaryProtonBuilder()
     63{
     64}
    5065
    5166void G4BinaryProtonBuilder::
Note: See TracChangeset for help on using the changeset viewer.