Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFModel.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4FTFModel.hh,v 1.5 2007/04/24 10:32:59 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4FTFModel.hh,v 1.7 2008/04/25 14:20:13 vuzhinsk Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// Class Description
     
    5252class G4VSplitableHadron;
    5353class G4ExcitedString;
     54
     55#include "G4FTFParameters.hh"                            // Uzhi 29.03.08
    5456#include "G4FTFParticipants.hh"
    5557
    5658#include "G4ExcitedStringVector.hh"
    5759#include "G4DiffractiveExcitation.hh"
    58 
     60#include "G4ElasticHNScattering.hh"
    5961
    6062class G4FTFModel : public G4VPartonStringModel
     
    8486 
    8587  private:     
    86        
     88
     89       G4ReactionProduct theProjectile;       
    8790       G4FTFParticipants theParticipants;
    88        G4ReactionProduct theProjectile;
    89        
     91
     92       G4FTFParameters  *theParameters;        // Uzhi  29.03.08
    9093       G4DiffractiveExcitation * theExcitation;
    91 
     94       G4ElasticHNScattering   * theElastic;   // Uzhi 29.03.08
    9295
    9396
    9497};
    9598
     99// ------------------------------------------------------------
    96100inline
    97101G4V3DNucleus * G4FTFModel::GetWoundedNucleus() const
Note: See TracChangeset for help on using the changeset viewer.