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

cvs update phys-lists-V09-03-03

Location:
trunk/source/physics_lists/builders/include
Files:
2 edited

Legend:

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

    r1228 r1273  
    2424// ********************************************************************
    2525//
    26 // $Id: G4FTFBuilder.hh,v 1.1 2009/10/04 16:29:54 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4FTFBuilder.hh,v 1.2 2009/12/29 17:54:25 vnivanch Exp $
     27// GEANT4 tag $Name: phys-lists-V09-03-03 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4545class G4FTFModel;
    4646class G4ExcitedStringDecay;
     47class G4PreCompoundModel;
    4748
    4849class G4FTFBuilder : public G4VHadronModelBuilder
     
    5051public:
    5152
    52   G4FTFBuilder(const G4String& name ="");
     53  G4FTFBuilder(const G4String& name ="",
     54               G4PreCompoundModel* p = 0);
    5355
    5456  virtual ~G4FTFBuilder();
     
    6668  G4FTFModel*            theStringModel;
    6769  G4ExcitedStringDecay*  theStringDecay;
    68 
     70  G4PreCompoundModel*    thePreCompound;
    6971};
    7072
  • 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.