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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: FTF_BIC.icc,v 1.4 2009/06/02 16:51:35 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: FTF_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//---------------------------------------------------------------------------
     
    3535// Modified:
    3636// 19.06.2008 G.Folger: don't use chips quasielastic in FTF
     37// 04.06.2010 G.Folger: Use new ctor for builders
    3738//
    3839//----------------------------------------------------------------------------
     
    7071
    7172  G4DataQuestionaire it(photon);
    72   G4cout << "<<< Geant4 Physics List simulation engine: FTF_BIC 1.1"<<G4endl;
     73  G4cout << "<<< Geant4 Physics List simulation engine: FTF_BIC 1.2"<<G4endl;
    7374  G4cout <<G4endl;
    7475
     
    8081
    8182  // EM Physics
    82   this->RegisterPhysics( new G4EmStandardPhysics(ver));
     83  this->RegisterPhysics( new G4EmStandardPhysics(ver) );
    8384
    8485  // Synchroton Radiation & GN Physics
    85   this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
     86  this->RegisterPhysics( new G4EmExtraPhysics(ver) );
    8687
    8788  // Decays
    88   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
     89  this->RegisterPhysics( new G4DecayPhysics(ver) );
    8990
    9091   // Hadron Elastic scattering
    91   this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     92  this-> RegisterPhysics( new G4HadronElasticPhysics(ver) );
    9293
    9394   // Hadron Physics
    94    G4bool quasiElastic;
    95   this->RegisterPhysics(  new HadronPhysicsFTF_BIC("hadron",quasiElastic=false));
     95  this->RegisterPhysics(  new HadronPhysicsFTF_BIC(ver));
    9696
    9797  // Stopping Physics
    98   this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
     98  this->RegisterPhysics( new G4QStoppingPhysics(ver) );
    9999
    100100  // Ion Physics
    101   this->RegisterPhysics( new G4IonBinaryCascadePhysics("ionBIC"));
     101  this->RegisterPhysics( new G4IonBinaryCascadePhysics(ver));
    102102 
    103103  // Neutron tracking cut
    104   this->RegisterPhysics( new G4NeutronTrackingCut("Neutron tracking cut", ver));
     104  this->RegisterPhysics( new G4NeutronTrackingCut(ver));
    105105
    106106}
Note: See TracChangeset for help on using the changeset viewer.