Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSP_FTFP_BERT.cc

    r1315 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: HadronPhysicsQGSP_FTFP_BERT.cc,v 1.3 2010/06/03 10:42:44 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     26// $Id: HadronPhysicsQGSP_FTFP_BERT.cc,v 1.4 2010/06/19 11:12:46 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5757}
    5858
    59 HadronPhysicsQGSP_FTFP_BERT::HadronPhysicsQGSP_FTFP_BERT(const G4String& name, G4bool quasiElastic)
    60                     :  G4VPhysicsConstructor(name) , QuasiElastic(quasiElastic)
     59HadronPhysicsQGSP_FTFP_BERT::HadronPhysicsQGSP_FTFP_BERT(const G4String&,
     60                                                         G4bool quasiElastic)
     61                    :  G4VPhysicsConstructor("hInelastic QGSP_FTFP_BERT"),
     62                       QuasiElastic(quasiElastic)
    6163{
    6264   ProjectileDiffraction=false;
     
    130132   delete theFTFPNeutron;
    131133   delete theBertiniNeutron;
     134   delete theNeutrons;
    132135   delete theQGSPPro;
    133136   delete theFTFPPro;
Note: See TracChangeset for help on using the changeset viewer.