Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

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

    r1340 r1347  
    2727#define G4FTFParameters_h 1
    2828//
    29 // $Id: G4FTFParameters.hh,v 1.8 2010/09/20 15:50:46 vuzhinsk Exp $
    30 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     29// $Id: G4FTFParameters.hh,v 1.9 2010/11/15 10:05:19 vuzhinsk Exp $
     30// GEANT4 tag $Name: geant4-09-04-ref-00 $
    3131//
    3232#include "G4Proton.hh"
     
    3535
    3636  public:
    37         G4FTFParameters(const G4ParticleDefinition * , G4double theA,
    38                                                        G4double theZ,
     37        G4FTFParameters(const G4ParticleDefinition * , G4int theA,
     38                                                       G4int theZ,
    3939                                                       G4double s);
     40//      G4FTFParameters(const G4ParticleDefinition * , G4double theA,
     41//                                                       G4double theZ,
     42//                                                       G4double s);
    4043
    4144        ~G4FTFParameters();
     
    6366        void SetSlopeQuarkExchange(const G4double aValue);
    6467        void SetDeltaProbAtQuarkExchange(const G4double aValue);
     68        void SetProbOfSameQuarkExchange(const G4double aValue);
    6569
    6670        void SetProjMinDiffMass(const G4double aValue);
     
    112116        G4double GetSlopeQuarkExchange();
    113117        G4double GetDeltaProbAtQuarkExchange();
     118        G4double GetProbOfSameQuarkExchange();
    114119
    115120        G4double GetProjMinDiffMass();
     
    161166        G4double SlopeQuarkExchange;
    162167        G4double DeltaProbAtQuarkExchange;
     168        G4double ProbOfSameQuarkExchange;
    163169
    164170        G4double ProjMinDiffMass;
     
    236242inline  void G4FTFParameters::SetDeltaProbAtQuarkExchange(const G4double aValue)
    237243             {DeltaProbAtQuarkExchange = aValue;}
     244inline void G4FTFParameters::SetProbOfSameQuarkExchange(const G4double aValue)
     245             {ProbOfSameQuarkExchange = aValue;}
    238246
    239247inline  void G4FTFParameters::SetProjMinDiffMass(const G4double aValue)
     
    331339inline  G4double G4FTFParameters::GetMagQuarkExchange()       {return MagQuarkExchange;}
    332340inline  G4double G4FTFParameters::GetSlopeQuarkExchange()     {return SlopeQuarkExchange;}
    333 inline  G4double G4FTFParameters::GetDeltaProbAtQuarkExchange()
    334                                                               {return DeltaProbAtQuarkExchange;}
    335 
     341inline  G4double G4FTFParameters::GetDeltaProbAtQuarkExchange(){return
     342                                                                DeltaProbAtQuarkExchange;}
     343inline  G4double G4FTFParameters::GetProbOfSameQuarkExchange(){return ProbOfSameQuarkExchange;}
    336344
    337345inline  G4double G4FTFParameters::GetProjMinDiffMass()        {return ProjMinDiffMass;}
Note: See TracChangeset for help on using the changeset viewer.