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/QGSC_QGSC.icc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSC_QGSC.icc,v 1.2 2009/11/27 17:28:18 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: QGSC_QGSC.icc,v 1.3 2010/06/03 15:46:04 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5555#include "G4EmExtraPhysics.hh"
    5656#include "G4IonPhysics.hh"
    57 #include "G4QStoppingPhysics.hh"
     57#include "G4QCaptureAtRestPhysics.hh"
    5858#include "G4HadronQElasticPhysics.hh"
    5959#include "G4NeutronTrackingCut.hh"
     
    7878
    7979  // EM Physics
    80   this->RegisterPhysics( new G4EmStandardPhysics(ver));
     80  this->RegisterPhysics( new G4EmStandardPhysics(ver) );
    8181
    8282  // Synchroton Radiation & GN Physics
    83   this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
     83  this->RegisterPhysics( new G4EmExtraPhysics(ver) );
    8484
    8585  // Decays
    86   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
     86  this->RegisterPhysics( new G4DecayPhysics(ver) );
    8787
    8888   // Hadron Elastic scattering, "CHIPS" version
    89   this-> RegisterPhysics( new G4HadronQElasticPhysics("elastic",ver));
     89  this->RegisterPhysics( new G4HadronQElasticPhysics(ver) );
    9090
    9191   // Hadron Physics
     
    9494
    9595  // Stopping Physics
    96   this->RegisterPhysics( new G4QStoppingPhysics("stopping",ver,false));
     96  this->RegisterPhysics( new G4QCaptureAtRestPhysics(ver) );
    9797
    9898  // Ion Physics
Note: See TracChangeset for help on using the changeset viewer.