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/G4QNucleus.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4QNucleus.cc,v 1.118 2010/06/10 08:37:27 mkossov Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4QNucleus.cc,v 1.120 2010/06/24 16:20:11 mkossov Exp $
     28// GEANT4 tag $Name: hadr-chips-V09-03-08 $
    2929//
    3030//      ---------------- G4QNucleus ----------------
     
    109109  currentNucleon(-1), rho0(1.), radius(1.), Tb(), TbActive(false), RhoActive(false)
    110110{
     111  if(nucPDG==22) nucPDG=90000000;
    111112  InitByPDG(nucPDG);
    112113  G4LorentzVector p(0.,0.,0.,GetGSMass());
     
    31343135    }
    31353136    // @@ in case of the Ksi or Omega- capture it can disturb the simulation
    3136     else if(cPDG<80000000&&(abs(cPDG)%10>4||cST>2))// @@ PreClosed HighSpin/Strange hadrons
     3137    else if(cPDG<80000000&&(abs(cPDG)%10>4||cST>2))// @@ PreClosed HighSpin/HighStrange
    31373138    {
    31383139      curCand->SetPreProbability(0.); 
     
    32673268      else
    32683269      {
     3270#ifdef cldebug
     3271        G4cout<<"G4QNucl::PrepCand:cPDG="<<cPDG<<",pos="<<pos<<G4endl;
     3272#endif
    32693273        curCand->SetPreProbability(pos);           // ===> Hadronic case in Vacuum     
    32703274        curCand->SetDenseProbability(0.);          // ===> Hadronic case in Vacuum
Note: See TracChangeset for help on using the changeset viewer.