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/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
Note: See TracChangeset for help on using the changeset viewer.