Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/parton_string/hadronization/include/G4LundStringFragmentation.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4LundStringFragmentation.hh,v 1.6 2008/04/25 14:20:14 vuzhinsk Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $ Maxim Komogorov
     27// $Id: G4LundStringFragmentation.hh,v 1.7 2010/09/20 12:46:23 vuzhinsk Exp $
     28// GEANT4 tag $Name: geant4-09-03-ref-09 $ Maxim Komogorov
    2929//
    3030// -----------------------------------------------------------------------------
     
    7878                                  G4ParticleDefinition* pHadron,
    7979                                  G4double Px, G4double Py);     
    80            
     80
     81   G4double lambda(G4double s, G4double m1_Sqr, G4double m2_Sqr);
     82
    8183private:
    8284// ------ For estimation of a minimal string mass ---------------
     
    8991// ------ Minimal invariant mass used at a string fragmentation -
    9092   G4double WminLUND;               
     93
     94   G4int          Meson[3][3][6];
     95   G4double MesonWeight[3][3][6];
     96
     97   G4int          Baryon[3][3][3][4];
     98   G4double BaryonWeight[3][3][3][4];
     99
     100   G4double Prob_QQbar[3];
    91101};
    92102
Note: See TracChangeset for help on using the changeset viewer.