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

    r825 r1203  
    2424// ********************************************************************
    2525//
     26// $Id: G4BinaryPiKBuilder.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:   G4BinaryPiKBuilder
     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 "G4BinaryPiKBuilder.hh"
    2741#include "G4ParticleDefinition.hh"
     
    3246G4BinaryPiKBuilder()
    3347{
     48  thePiData = new G4PiNuclearCrossSection;
    3449  theMin = 0*GeV;
    3550  theMax = 1.3*GeV;
     
    4257~G4BinaryPiKBuilder()
    4358{
    44   delete theModel;
    4559}
    4660
     
    5468  theModel->SetMaxEnergy(theMax);
    5569  aP->RegisterMe(theModel);
    56   aP->AddDataSet(&thePiData);
    5770}
    5871
     
    6376  theModel->SetMaxEnergy(theMax);
    6477  aP->RegisterMe(theModel);
    65   aP->AddDataSet(&thePiData);
    6678}
    6779
Note: See TracChangeset for help on using the changeset viewer.