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

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4QParticle.cc,v 1.34 2009/02/23 09:49:24 mkossov Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4QParticle.cc,v 1.36 2010/06/25 14:03:44 mkossov Exp $
     28// GEANT4 tag $Name: hadr-chips-V09-03-08 $
    2929//
    3030//      ---------------- G4QParticle ----------------
     
    158158  //static G4int nP = 486;                  // Up to A=80
    159159  //static const G4int nP = 494;              // Up to A=80(?) "Isonuclear revision"
    160   static const G4int nP = 512;              // Up to A=56 "Leptons/Hypernuclei revision"
     160  static const G4int nP = 512; // A<57 "Leptons/Hypernuclei" G4QCHIPSWorld::GetParticles(!)
    161161  //static G4QDecayChanVector* DecayDB = new G4QDecayChanVector[nP];
    162162  static G4QDecayChanVector DecayDB[nP];
     
    748748    if(limit<=101&&nQ>=101)DecayDB[101].push_back(new G4QDecayChan(1.,3122,2112));//Ln
    749749    if(limit<=102&&nQ>=102)DecayDB[102].push_back(new G4QDecayChan(1.,3122,2212));//Lp
     750    if(limit<=104&&nQ>=104)DecayDB[104].push_back(new G4QDecayChan(1.,3112,2112));//nSig-
    750751    if(limit<=103&&nQ>=103)DecayDB[103].push_back(new G4QDecayChan(1.,3122,3122));//LL
    751     if(limit<=104&&nQ>=104)DecayDB[104].push_back(new G4QDecayChan(1.,3112,2112));//nSig-
    752752    if(limit<=105&&nQ>=105)DecayDB[105].push_back(new G4QDecayChan(1.,3222,2212));//pSig+
    753753    //if(limit<=106&&nQ>=106)DecayDB[106] = 0; // t
Note: See TracChangeset for help on using the changeset viewer.