Ignore:
Timestamp:
Nov 27, 2009, 4:50:05 PM (15 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/lists/include/QGSP_BERT_EMV.icc

    r988 r1205  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_BERT_EMV.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: QGSP_BERT_EMV.icc,v 1.3 2009/10/04 16:06:39 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5858#include "G4QStoppingPhysics.hh"
    5959#include "G4HadronElasticPhysics.hh"
     60#include "G4HadronHElasticPhysics.hh"
    6061#include "G4NeutronTrackingCut.hh"
    6162
     
    8384
    8485   // Hadron Elastic scattering
    85   this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     86  //this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     87  this-> RegisterPhysics( new G4HadronHElasticPhysics(ver,false));
    8688
    8789  // Hadron Physics
Note: See TracChangeset for help on using the changeset viewer.