- Timestamp:
- Dec 22, 2010, 3:52:27 PM (15 years ago)
- Location:
- trunk/source/processes/hadronic/models/parton_string/diffraction/include
- Files:
-
- 4 edited
-
G4DiffractiveSplitableHadron.hh (modified) (1 diff)
-
G4FTFModel.hh (modified) (1 diff)
-
G4FTFParameters.hh (modified) (7 diffs)
-
G4FTFParticipants.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/hadronic/models/parton_string/diffraction/include/G4DiffractiveSplitableHadron.hh
r1340 r1347 26 26 // 27 27 // $Id: G4DiffractiveSplitableHadron.hh,v 1.6 2010/09/20 15:50:46 vuzhinsk Exp $ 28 // GEANT4 tag $Name: geant4-09-0 3-ref-09$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 -
trunk/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFModel.hh
r1340 r1347 26 26 // 27 27 // $Id: G4FTFModel.hh,v 1.11 2010/09/20 15:50:46 vuzhinsk Exp $ 28 // GEANT4 tag $Name: geant4-09-0 3-ref-09$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // Class Description -
trunk/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFParameters.hh
r1340 r1347 27 27 #define G4FTFParameters_h 1 28 28 // 29 // $Id: G4FTFParameters.hh,v 1. 8 2010/09/20 15:50:46vuzhinsk Exp $30 // GEANT4 tag $Name: geant4-09-0 3-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 $ 31 31 // 32 32 #include "G4Proton.hh" … … 35 35 36 36 public: 37 G4FTFParameters(const G4ParticleDefinition * , G4 doubletheA,38 G4 doubletheZ,37 G4FTFParameters(const G4ParticleDefinition * , G4int theA, 38 G4int theZ, 39 39 G4double s); 40 // G4FTFParameters(const G4ParticleDefinition * , G4double theA, 41 // G4double theZ, 42 // G4double s); 40 43 41 44 ~G4FTFParameters(); … … 63 66 void SetSlopeQuarkExchange(const G4double aValue); 64 67 void SetDeltaProbAtQuarkExchange(const G4double aValue); 68 void SetProbOfSameQuarkExchange(const G4double aValue); 65 69 66 70 void SetProjMinDiffMass(const G4double aValue); … … 112 116 G4double GetSlopeQuarkExchange(); 113 117 G4double GetDeltaProbAtQuarkExchange(); 118 G4double GetProbOfSameQuarkExchange(); 114 119 115 120 G4double GetProjMinDiffMass(); … … 161 166 G4double SlopeQuarkExchange; 162 167 G4double DeltaProbAtQuarkExchange; 168 G4double ProbOfSameQuarkExchange; 163 169 164 170 G4double ProjMinDiffMass; … … 236 242 inline void G4FTFParameters::SetDeltaProbAtQuarkExchange(const G4double aValue) 237 243 {DeltaProbAtQuarkExchange = aValue;} 244 inline void G4FTFParameters::SetProbOfSameQuarkExchange(const G4double aValue) 245 {ProbOfSameQuarkExchange = aValue;} 238 246 239 247 inline void G4FTFParameters::SetProjMinDiffMass(const G4double aValue) … … 331 339 inline G4double G4FTFParameters::GetMagQuarkExchange() {return MagQuarkExchange;} 332 340 inline G4double G4FTFParameters::GetSlopeQuarkExchange() {return SlopeQuarkExchange;} 333 inline G4double G4FTFParameters::GetDeltaProbAtQuarkExchange() 334 {returnDeltaProbAtQuarkExchange;}335 341 inline G4double G4FTFParameters::GetDeltaProbAtQuarkExchange(){return 342 DeltaProbAtQuarkExchange;} 343 inline G4double G4FTFParameters::GetProbOfSameQuarkExchange(){return ProbOfSameQuarkExchange;} 336 344 337 345 inline G4double G4FTFParameters::GetProjMinDiffMass() {return ProjMinDiffMass;} -
trunk/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFParticipants.hh
r1340 r1347 26 26 // 27 27 // $Id: G4FTFParticipants.hh,v 1.7 2010/09/20 15:50:46 vuzhinsk Exp $ 28 // GEANT4 tag $Name: geant4-09-0 3-ref-09$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
