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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: FTFC.icc,v 1.7 2009/05/18 08:54:22 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: FTFC.icc,v 1.8 2010/06/03 15:46:04 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    8686
    8787  // EM Physics
    88   this->RegisterPhysics( new G4EmStandardPhysics(ver));
     88  this->RegisterPhysics( new G4EmStandardPhysics(ver) );
    8989
    9090  // Synchroton Radiation & GN Physics
    91   this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
     91  this->RegisterPhysics( new G4EmExtraPhysics(ver) );
    9292
    9393  // Decays
    94   this->RegisterPhysics( new G4DecayPhysics("decay", ver) );
     94  this->RegisterPhysics( new G4DecayPhysics(ver) );
    9595
    9696   // Hadron Elastic scattering
    97   this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     97  this-> RegisterPhysics( new G4HadronElasticPhysics(ver) );
    9898
    9999   // Hadron Physics
     
    102102
    103103  // Stopping Physics
    104   this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
     104  this->RegisterPhysics( new G4QStoppingPhysics(ver) );
    105105
    106106  // Ion Physics
Note: See TracChangeset for help on using the changeset viewer.