Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/lists/include/HadronPhysicsFTFP_BERT.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: HadronPhysicsFTFP_BERT.hh,v 1.3 2008/06/19 08:08:23 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: HadronPhysicsFTFP_BERT.hh,v 1.5 2010/06/03 10:42:44 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4747
    4848#include "G4VPhysicsConstructor.hh"
    49 #include "G4MiscLHEPBuilder.hh"
     49#include "G4MiscCHIPSBuilder.hh"
    5050
    5151#include "G4PiKBuilder.hh"
     
    6666{
    6767  public:
    68     HadronPhysicsFTFP_BERT(const G4String& name ="hadron",G4bool quasiElastic=false);
     68    HadronPhysicsFTFP_BERT(G4int verbose =1);
     69    HadronPhysicsFTFP_BERT(const G4String& name, G4bool quasiElastic=false);
    6970    virtual ~HadronPhysicsFTFP_BERT();
    7071
     
    7576  private:
    7677    void CreateModels();
     78    G4HadronicProcess* FindInelasticProcess(const G4ParticleDefinition*);
     79   
    7780    G4NeutronBuilder * theNeutrons;
    7881    G4BertiniNeutronBuilder * theBertiniNeutron;
     
    8891    G4FTFPProtonBuilder * theFTFPPro;   
    8992   
    90     G4MiscLHEPBuilder * theMiscLHEP;
     93    G4MiscCHIPSBuilder * theMiscCHIPS;
    9194   
    9295    G4bool QuasiElastic;
     96    G4VCrossSectionDataSet * theCHIPSInelastic;
    9397};
    9498
Note: See TracChangeset for help on using the changeset viewer.