Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: LHEP_PRECO_HP.icc,v 1.4 2009/05/18 08:54:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: LHEP_PRECO_HP.icc,v 1.5 2010/06/03 15:46:04 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6161#include "G4IonPhysics.hh"
    6262#include "G4QStoppingPhysics.hh"
    63 #include "G4HadronElasticPhysics.hh"
     63#include "G4HadronElasticPhysicsHP.hh"
    6464
    6565#include "G4DataQuestionaire.hh"
     
    8282
    8383  // EM Physics
    84   this->RegisterPhysics( new G4EmStandardPhysics(ver));
     84  this->RegisterPhysics( new G4EmStandardPhysics(ver) );
    8585
    8686  // Synchroton Radiation & GN Physics
    87   this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
     87  this->RegisterPhysics( new G4EmExtraPhysics(ver) );
    8888
    8989  // Decays
    90   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
     90  this->RegisterPhysics( new G4DecayPhysics(ver) );
    9191
    9292   // Hadron Elastic scattering
    93   this-> RegisterPhysics( new G4HadronElasticPhysics("LElastic",ver,true));
     93  this-> RegisterPhysics( new G4HadronElasticPhysicsHP(ver) );
    9494
    9595   // Hadron Physics
     
    9797
    9898  // Stopping Physics
    99   this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
     99  this->RegisterPhysics( new G4QStoppingPhysics(ver) );
    100100
    101101  // Ion Physics
Note: See TracChangeset for help on using the changeset viewer.