Ignore:
Timestamp:
May 27, 2010, 10:22:31 AM (14 years ago)
Author:
garnier
Message:

cvs update phys-lists-V09-03-03

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/builders/include/G4QGSBuilder.hh

    r1228 r1273  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QGSBuilder.hh,v 1.1 2009/10/04 16:29:54 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4QGSBuilder.hh,v 1.2 2009/12/29 17:54:25 vnivanch Exp $
     27// GEANT4 tag $Name: phys-lists-V09-03-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4747class G4ExcitedStringDecay;
    4848class G4QuasiElasticChannel;
     49class G4PreCompoundModel;
    4950class G4ProjectileDiffractiveChannel;
    5051
     
    5354public:
    5455
    55   G4QGSBuilder(const G4String& name ="",
     56  G4QGSBuilder(const G4String& name ="",
     57               G4PreCompoundModel* p = 0,
    5658               G4bool quasiElastic=true,
    5759               G4bool projectileDiffraction=false);
     
    7577
    7678  G4ProjectileDiffractiveChannel* theProjectileDiffraction;
     79  G4PreCompoundModel* thePreCompound;
    7780
    7881  G4bool quasielFlag;
Note: See TracChangeset for help on using the changeset viewer.