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/builders/src/G4QGSPNeutronBuilder.cc

    r1228 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QGSPNeutronBuilder.cc,v 1.5 2009/03/31 11:03:50 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4QGSPNeutronBuilder.cc,v 1.6 2010/06/15 11:03:35 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5151
    5252  theStringModel = new G4QGSModel< G4QGSParticipants >;
    53   theStringDecay = new G4ExcitedStringDecay(new G4QGSMFragmentation);
     53  theStringDecay = new G4ExcitedStringDecay(theQGSM = new G4QGSMFragmentation);
    5454  theStringModel->SetFragmentationModel(theStringDecay);
    5555
    5656  theCascade = new G4GeneratorPrecompoundInterface;
    57   thePreEquilib = new G4PreCompoundModel(new G4ExcitationHandler);
     57  thePreEquilib = new G4PreCompoundModel(theHandler = new G4ExcitationHandler);
    5858  theCascade->SetDeExcitation(thePreEquilib); 
    5959
     
    7474}
    7575
    76 G4QGSPNeutronBuilder::
    77 ~G4QGSPNeutronBuilder()
     76G4QGSPNeutronBuilder::~G4QGSPNeutronBuilder()
    7877{
    7978  delete theStringDecay;
     
    8483  if ( theProjectileDiffraction ) delete theProjectileDiffraction;
    8584  delete theModel;
     85  delete theQGSM;
     86  delete theHandler;
    8687}
    8788
Note: See TracChangeset for help on using the changeset viewer.