Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/test/reportParticleTable/reportParticles.cc

    r1315 r1347  
    2525//
    2626//
    27 // $Id: reportParticles.cc,v 1.11 2009/09/15 14:40:26 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     27// $Id: reportParticles.cc,v 1.12 2010/10/11 03:08:03 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    8686    if  (type=="lepton") {
    8787      aPPR = pLepton;
     88
    8889    } else  if  (type=="meson") {
    8990      aPPR = pMeson;
     
    9293      aPPR = pBaryon;
    9394
    94     } else  if  (type=="nucleus") {
     95    } else  if  ( (type=="nucleus") ||(type=="anti_nucleus") ){
    9596      aPPR = pIon;
    9697
Note: See TracChangeset for help on using the changeset viewer.