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

    r825 r1203  
    2424// ********************************************************************
    2525//
     26// $Id: G4BertiniProtonBuilder.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:   G4BertiniProtonBuilder
     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 "G4BertiniProtonBuilder.hh"
    2741#include "G4ParticleDefinition.hh"
     
    4054~G4BertiniProtonBuilder()
    4155{
    42   delete theModel;
    4356}
    4457
     
    5467  theModel->SetMaxEnergy(theMax);
    5568  aP->RegisterMe(theModel);
    56   aP->AddDataSet(&theXSec); 
    5769}
    5870
Note: See TracChangeset for help on using the changeset viewer.