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/chiral_inv_phase_space/body/src/G4Quasmon.cc

    r1337 r1340  
    2828//
    2929//
    30 // $Id: G4Quasmon.cc,v 1.125 2010/06/10 08:37:27 mkossov Exp $
    31 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     30// $Id: G4Quasmon.cc,v 1.127 2010/06/25 14:03:44 mkossov Exp $
     31// GEANT4 tag $Name: hadr-chips-V09-03-08 $
    3232//
    3333//      ---------------- G4Quasmon ----------------
     
    23822382          G4cerr<<"G4Q::HQ:EV-6:TotEVAPORATION:s="<<sPDG<<",T="<<kinE<<",RM="<<retN4Mom.m()
    23832383                <<"<"<<tmpTM<<",tQC="<<transQC<<",E="<<excE<<",sM="<<sumM<<">tM="<<totMass
    2384                 <<",sCB="<<sCB<<",nQ="<<nQuasms<<G4endl;
     2384                <<",nQ="<<nQuasms<<G4endl;
    23852385          throw G4QException("G4Quasmon::HadrQuasm: Why Fail?(6)ProductMasses>totalMass");
    23862386#endif
     
    44484448// Randomize the Resonance masses and calculate probabilities of hadronization for them
    44494449void G4Quasmon::CalculateHadronizationProbabilities
    4450   (G4double E, G4double kVal, G4LorentzVector k4M,G4bool piF, G4bool gaF, G4bool first)
     4450  (G4double E, G4double kVal, G4LorentzVector k4M,G4bool piF, G4bool gaF, G4bool )
     4451  //(G4double E, G4double kVal, G4LorentzVector k4M,G4bool piF, G4bool gaF, G4bool first)
    44514452//   =====================================================================E is not used====
    44524453{                                                                  //       ^
     
    45294530      //G4bool pos=curCand->GetPossibility();
    45304531#ifdef pdebug
     4532      G4bool pPrint= (abs(cPDG)%10 <3 && cPDG <80000000) || (cPDG >80000000 && frM <5000.);
    45314533      //G4bool pPrint = abs(cPDG)%10<3 && cPDG<80000000 ||cPDG==90001000||cPDG==90000001||
    45324534      //  cPDG==90000002||cPDG==90001001||cPDG==90001002||cPDG==90002001||cPDG==90002002;
    45334535      //G4bool pPrint = cPDG==2212 || cPDG==2112 ||cPDG==90001000||cPDG==90000001;
    4534       G4bool pPrint = false;
     4536      //G4bool pPrint = false;
     4537      //G4bool pPrint = true;
    45354538      if(pPrint) G4cout<<"G4Q::CHP:==****==>>>c="<<cPDG<<",dUD="<<dUD<<",pos="<<pos<<",eA="
    45364539                       <<envA<<",tM="<<totMass<<" > tmpTM+frM="<<tmpTM+frM<<G4endl;
     
    47154718                    //if ( (!piF && first && baryn < 3) ||
    47164719                    //     (!piF && !first) ||
    4717                     if ( (!piF && first && baryn < 3) ||
    4718                          (!piF && !first && baryn < 5 ) ||
     4720                    /////if ( (!piF && first && baryn < 3) ||
     4721                    /////     (!piF && !first && baryn < 5 ) ||
     4722                    if ( (!piF && baryn < 5 ) ||
    47194723                         ( piF && abs(dS) < 3) ) // Isotope Focusing for AtRest Reactions
    47204724                    //if(!qIso&&!dC||qIso>0&&dC<0||qIso<0&&dC>0)//MediumIsoFocusingForAll
     
    48894893                        // ***VTN*** CHECK IsNecessety toRecover theColTotRes to MinMassTot
    48904894                        if(mintM2>rtQ2) //==> Check of ResidualTotalNucleus ** Always **
    4891                         //if(2>3)  // Negligable difference difference
     4895                        //if(2>3)  // Negligable difference
    48924896                        {
    48934897                          G4double nz=0.;
     
    50715075                        G4double lp=1.-(dkLS+sr+sr)/boundM;//qm=k+sqrt((E*(M-m)/M)^2-m^2)
    50725076#ifdef debug
    5073                         if(pPrint) G4cout<<"G4Q::CHP:qa_k+sr="<<lp<<",sr="<<sr<<",m="
    5074                                          <<mex<<",M="<<frM<<G4endl;
     5077                        if(pPrint) G4cout<<"G4Q::CHP:qa_k+sr="<<lp<<",sr="<<sr
     5078                                         <<",M="<<frM<<G4endl;
    50755079#endif
    50765080                        if(lp>0.&&lp<1.&&lp>lz)
Note: See TracChangeset for help on using the changeset viewer.