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/src/G4VLongitudinalStringDecay.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4VLongitudinalStringDecay.cc,v 1.20 2010/06/21 17:50:48 vuzhinsk Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4VLongitudinalStringDecay.cc,v 1.22 2010/09/20 12:46:23 vuzhinsk Exp $
     28// GEANT4 tag $Name: geant4-09-03-ref-09 $
    2929//
    3030// -----------------------------------------------------------------------------
     
    7171
    7272// Changable Parameters below.
    73    SigmaQT = 0.5 * GeV;
     73   SigmaQT = 0.5 * GeV;  // 0.5
    7474   
    7575   StrangeSuppress  = 0.44;    //  27 % strange quarks produced, ie. u:d:s=1:1:0.27
     
    250250           Hadron1 = (minMassHadronizer->*build)(string->GetLeftParton(),
    251251                                                 string->GetRightParton());
     252//G4cout<<"Hadron1 "<<Hadron1->GetParticleName()<<G4endl;
    252253           mass= (Hadron1)->GetPDGMass();
    253254        } else
     
    323324                        G4FragmentingString *&newString)
    324325{
     326//G4cout<<"Start SplitUP"<<G4endl;
    325327       //... random choice of string end to use for creating the hadron (decay)   
    326328       SideOfDecay = (G4UniformRand() < 0.5)? 1: -1;
     
    341343           HadronDefinition= DiQuarkSplitup(string->GetDecayParton(), newStringEnd);
    342344       }     
     345
     346//G4cout<<"New had "<<HadronDefinition->GetParticleName()<<G4endl;
    343347// create new String from old, ie. keep Left and Right order, but replace decay
    344348
    345349       newString=new G4FragmentingString(*string,newStringEnd); // To store possible
    346350                                                                // quark containt of new string
     351//G4cout<<"SplitEandP "<<G4endl;
    347352       G4LorentzVector* HadronMomentum=SplitEandP(HadronDefinition, string, newString);
    348353
     
    360365           delete HadronMomentum;
    361366       }     
     367//G4cout<<"End SplitUP"<<G4endl;
    362368       return Hadron;
    363369}
Note: See TracChangeset for help on using the changeset viewer.