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_EMV.icc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: FTFP_BERT_EMV.icc,v 1.2 2009/11/27 17:28:18 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: FTFP_BERT_EMV.icc,v 1.5 2010/06/08 08:58:16 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3535//
    3636// Modified:
    37 // 27.11.2009 G.Folger: Remobe experimental status
     37// 27.11.2009 G.Folger: Remove experimental status
     38// 04.06.2010 G.Folger: Use new ctor for builders
    3839//
    3940//----------------------------------------------------------------------------
     
    6970  // defaultCutValue = 1.0*mm;
    7071  G4DataQuestionaire it(photon);
    71   G4cout << "<<< Geant4 Physics List simulation engine: FTFP_BERT_EMV 1.0"<<G4endl;
     72  G4cout << "<<< Geant4 Physics List simulation engine: FTFP_BERT_EMV 1.1"<<G4endl;
    7273  G4cout <<G4endl;
    7374  this->defaultCutValue = 0.7*mm; 
     
    7576
    7677  // EM Physics
    77   this->RegisterPhysics( new G4EmStandardPhysics_option1(ver));
     78  this->RegisterPhysics( new G4EmStandardPhysics_option1(ver) );
    7879
    7980  // Synchroton Radiation & GN Physics
    80   this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
     81  this->RegisterPhysics( new G4EmExtraPhysics(ver) );
    8182
    8283  // Decays
    83   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
     84  this->RegisterPhysics( new G4DecayPhysics(ver) );
    8485
    8586   // Hadron Elastic scattering
    86   this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     87  this->RegisterPhysics( new G4HadronElasticPhysics(ver) );
    8788
    8889   // Hadron Physics
    89    G4bool quasiElastic;
    90   this->RegisterPhysics(  new HadronPhysicsFTFP_BERT("hadron",quasiElastic=false));
     90  this->RegisterPhysics( new HadronPhysicsFTFP_BERT(ver));
    9191
    9292  // Stopping Physics
    93   this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
     93  this->RegisterPhysics( new G4QStoppingPhysics(ver) );
    9494
    9595  // Ion Physics
    96   this->RegisterPhysics( new G4IonPhysics("ion"));
     96  this->RegisterPhysics( new G4IonPhysics(ver));
    9797 
    9898  // Neutron tracking cut
    99   this->RegisterPhysics( new G4NeutronTrackingCut("Neutron tracking cut", ver));
     99  this->RegisterPhysics( new G4NeutronTrackingCut(ver));
    100100
    101101}
Note: See TracChangeset for help on using the changeset viewer.