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

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/test/checkParticles/checkParticles.cc

    r1315 r1347  
    2525//
    2626//
    27 // $Id: checkParticles.cc,v 1.12 2009/10/09 14:31:11 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     27// $Id: checkParticles.cc,v 1.13 2010/10/01 02:41:44 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    4949  //  see http://www-pdg.lbl.gov/computer_read.html
    5050  std::ifstream pdgFile;
    51   G4String pdgFileName = "mass_width_2008.mc";
     51  G4String pdgFileName = "mass_width_2010.mcd";
    5252  if (argc > 1) pdgFileName =  argv[1];
    5353 
Note: See TracChangeset for help on using the changeset viewer.