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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: QGSP_BERT_TRV.icc,v 1.3 2009/11/27 17:28:19 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: QGSP_BERT_TRV.icc,v 1.6 2010/06/07 15:34:32 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    3737// 16.05.2007 V.Ivanchenko: rename EM builders
    3838// 27.11.2009 G.Folger: Mark as experimental
     39// 04.06.2010 G.Folger: Use new ctor for builders
    3940//
    4041//----------------------------------------------------------------------------
     
    7172
    7273  G4DataQuestionaire it(photon);
    73   G4cout << "<<< Geant4 Physics List simulation engine: QGSP_BERT_TRV 1.1"<<G4endl;
     74  G4cout << "<<< Geant4 Physics List simulation engine: QGSP_BERT_TRV 1.2"<<G4endl;
    7475  G4cout <<G4endl;
    7576
     
    8182
    8283  // EM Physics
    83   this->RegisterPhysics( new G4EmStandardPhysics(ver));
     84  this->RegisterPhysics( new G4EmStandardPhysics(ver) );
    8485
    8586  // Synchroton Radiation & GN Physics
    86   this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
     87  this->RegisterPhysics( new G4EmExtraPhysics(ver) );
    8788
    8889  // Decays
    89   this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
     90  this->RegisterPhysics( new G4DecayPhysics(ver) );
    9091
    9192   // Hadron Elastic scattering
    92   this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
     93  this->RegisterPhysics( new G4HadronElasticPhysics(ver) );
    9394
    9495  // Hadron Physics
    95    G4bool quasiElastic;
    96   this->RegisterPhysics( new HadronPhysicsQGSP_BERT_TRV("hadron",quasiElastic=true));
     96  this->RegisterPhysics( new HadronPhysicsQGSP_BERT_TRV(ver));
    9797
    9898  // Stopping Physics
    99   this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
     99  this->RegisterPhysics( new G4QStoppingPhysics(ver) );
    100100
    101101  // Ion Physics
    102   this->RegisterPhysics( new G4IonPhysics("ion"));
     102  this->RegisterPhysics( new G4IonPhysics(ver));
    103103 
    104104  // Neutron tracking cut
    105   this->RegisterPhysics( new G4NeutronTrackingCut("Neutron tracking cut", ver));
     105  this->RegisterPhysics( new G4NeutronTrackingCut(ver));
    106106
    107107}
Note: See TracChangeset for help on using the changeset viewer.