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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: FTFP_BERT.icc,v 1.3 2009/11/27 17:28:18 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: FTFP_BERT.icc,v 1.6 2010/06/04 16:05:04 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3838// 19.06.2008 G.Folger: don't use chips quasielastic in FTF
    3939// 27.11.2009 G.Folger: Remobe experimental status
     40// 04.06.2010 G.Folger: Use new ctor for builders
    4041//
    4142//----------------------------------------------------------------------------
     
    7172  // defaultCutValue = 1.0*mm;
    7273  G4DataQuestionaire it(photon);
    73   G4cout << "<<< Geant4 Physics List simulation engine: FTFP_BERT 1.0"<<G4endl;
     74  G4cout << "<<< Geant4 Physics List simulation engine: FTFP_BERT 1.2"<<G4endl;
    7475  G4cout <<G4endl;
    7576  this->defaultCutValue = 0.7*mm; 
     
    8081
    8182  // Synchroton Radiation & GN Physics
    82   this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
     83  this->RegisterPhysics( new G4EmExtraPhysics(ver) );
    8384
    8485  // Decays
    85   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
     86  this->RegisterPhysics( new G4DecayPhysics(ver) );
    8687
    8788   // Hadron Elastic scattering
    88   this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     89  this->RegisterPhysics( new G4HadronElasticPhysics(ver) );
    8990
    9091   // Hadron Physics
    91    G4bool quasiElastic;
    92   this->RegisterPhysics(  new HadronPhysicsFTFP_BERT("hadron",quasiElastic=false));
     92  this->RegisterPhysics(  new HadronPhysicsFTFP_BERT(ver));
    9393
    9494  // Stopping Physics
    95   this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
     95  this->RegisterPhysics( new G4QStoppingPhysics(ver) );
    9696
    9797  // Ion Physics
    98   this->RegisterPhysics( new G4IonPhysics("ion"));
     98  this->RegisterPhysics( new G4IonPhysics(ver));
    9999 
    100100  // Neutron tracking cut
    101   this->RegisterPhysics( new G4NeutronTrackingCut("Neutron tracking cut", ver));
     101  this->RegisterPhysics( new G4NeutronTrackingCut(ver));
    102102
    103103}
Note: See TracChangeset for help on using the changeset viewer.