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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_BIC.icc,v 1.5 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: QGSP_BIC.icc,v 1.7 2010/06/04 16:05:04 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    7676
    7777  G4DataQuestionaire it(photon);
    78   G4cout << "<<< Geant4 Physics List simulation engine: QGSP_BIC 3.3"<<G4endl;
     78  G4cout << "<<< Geant4 Physics List simulation engine: QGSP_BIC 3.4"<<G4endl;
    7979  G4cout <<G4endl;
    8080
     
    8383
    8484  // EM Physics
    85   this->RegisterPhysics( new G4EmStandardPhysics(ver));
     85  this->RegisterPhysics( new G4EmStandardPhysics(ver) );
    8686
    8787  // Synchroton Radiation & GN Physics
    88   this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
     88  this->RegisterPhysics( new G4EmExtraPhysics(ver) );
    8989
    9090  // Decays
    91   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
     91  this->RegisterPhysics( new G4DecayPhysics(ver) );
    9292
    9393   // Hadron Elastic scattering
    94   this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     94  this->RegisterPhysics( new G4HadronElasticPhysics(ver) );
    9595
    9696   // Hadron Physics
    97    G4bool quasiElastic;
    98   this->RegisterPhysics(  new HadronPhysicsQGSP_BIC("hadron",quasiElastic=true));
     97  this->RegisterPhysics(  new HadronPhysicsQGSP_BIC(ver));
    9998
    10099  // Stopping Physics
    101   this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
     100  this->RegisterPhysics( new G4QStoppingPhysics(ver) );
    102101
    103102  // Ion Physics
    104   this->RegisterPhysics( new G4IonBinaryCascadePhysics("ionBIC"));
     103  this->RegisterPhysics( new G4IonBinaryCascadePhysics(ver));
    105104 
    106105  // Neutron tracking cut
    107   this->RegisterPhysics( new G4NeutronTrackingCut("Neutron tracking cut", ver));
     106  this->RegisterPhysics( new G4NeutronTrackingCut(ver));
    108107
    109108}
Note: See TracChangeset for help on using the changeset viewer.