Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/processes/src/G4QInelastic.cc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QInelastic.cc,v 1.5 2009/12/03 18:09:07 mkossov Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4QInelastic.cc,v 1.8 2010/06/09 12:56:01 mkossov Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//      ---------------- G4QInelastic class -----------------
     
    6868
    6969G4bool   G4QInelastic::manualFlag=false; // If false then standard parameters are used
    70 G4double G4QInelastic::Temperature=210.; // Critical Temperature (sensitive at High En)
     70G4double G4QInelastic::Temperature=200.; // Critical Temperature (sensitive at High En)
    7171G4double G4QInelastic::SSin2Gluons=0.3;  // Supression of s-quarks (in respect to u&d)
    7272G4double G4QInelastic::EtaEtaprime=0.3;  // Supression of eta mesons (gg->qq/3g->qq)
     
    7474G4double G4QInelastic::freeDib=.05;      // Percentage of free diBaryons on the surface
    7575G4double G4QInelastic::clustProb=5.;     // Nuclear clusterization parameter
    76 G4double G4QInelastic::mediRatio=1.;     // medium/vacuum hadronization ratio
     76G4double G4QInelastic::mediRatio=10.;    // medium/vacuum hadronization ratio
    7777G4int    G4QInelastic::nPartCWorld=152;  // The#of particles initialized in CHIPS World
    7878G4double G4QInelastic::SolidAngle=0.5;   // Part of Solid Angle to capture (@@A-dep.)
     
    757757  G4double sr=std::sqrt(am);
    758758  G4double dsr=0.01*(sr+sr);
     759  //G4double medRA=mediRatio*pow(am,third);
     760  G4double medRA=mediRatio;
    759761  if(dsr<dd)dsr=dd;
    760   if(manualFlag) G4QNucleus::SetParameters(freeNuc,freeDib,clustProb,mediRatio); // ManualP
     762  if(manualFlag) G4QNucleus::SetParameters(freeNuc,freeDib,clustProb,medRA); // ManualP
    761763  else if(projPDG==-2212) G4QNucleus::SetParameters(1.-dsr-dsr,dd+dd,5.,10.);//aP ClustPars
    762   else if(projPDG==-211)  G4QNucleus::SetParameters(.67-dsr,.32-dsr,5.,9.);//Pi- ClustPars
     764  else if(projPDG==-211)  G4QNucleus::SetParameters(.67-dsr,.32-dsr,5.,9.); //Pi- ClustPars
    763765#ifdef debug
    764766  G4cout<<"G4QInelastic::PostStepDoIt: N="<<N<<" for element with Z="<<Z<<G4endl;
     
    21062108    }
    21072109    if(!theDefinition)
    2108     {
    2109 #ifdef debug
     2110    { // !! Commenting of this print costs days of searching for E/mom nonconservation !!
     2111      //#ifdef debug
    21102112      G4cout<<"---Warning---G4QInelastic::PostStepDoIt: drop PDG="<<PDGCode<<G4endl;
    2111 #endif
     2113      //#endif
    21122114      delete hadr;
    21132115      continue;
Note: See TracChangeset for help on using the changeset viewer.