Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

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

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronElasticPhysicsHP.cc,v 1.2 2010/06/03 14:28:32 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4HadronElasticPhysicsHP.cc,v 1.3 2010/09/23 18:53:20 vnivanch Exp $
     27// GEANT4 tag $Name: phys-lists-V09-03-34 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6464#include "G4BGGPionElasticXS.hh"
    6565#include "G4NeutronElasticXS.hh"
     66#include "G4CHIPSElasticXS.hh"
    6667
    6768#include "G4NeutronHPElastic.hh"
     
    149150      if(pname == "proton") {
    150151        hel->AddDataSet(new G4BGGNucleonElasticXS(particle));
     152        hel->AddDataSet(new G4CHIPSElasticXS());
    151153        hel->RegisterMe(chipsp);
    152154      } else if (pname == "pi+" || pname == "pi-") {
     
    169171      G4WHadronElasticProcess* hel = new G4WHadronElasticProcess();
    170172      hel->AddDataSet(new G4BGGNucleonElasticXS(particle));
     173      hel->AddDataSet(new G4CHIPSElasticXS());
    171174      hel->RegisterMe(chipsn);
    172175
Note: See TracChangeset for help on using the changeset viewer.