Ignore:
Timestamp:
Jun 14, 2010, 3:54:58 PM (14 years ago)
Author:
garnier
Message:

geant4.9.4 beta rc0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/N04/exampleN04.cc

    r1230 r1313  
    2525//
    2626//
    27 // $Id: exampleN04.cc,v 1.18 2009/10/30 15:08:39 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: exampleN04.cc,v 1.19 2010/06/04 17:50:22 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-00 $
    2929//
    3030//
     
    3636
    3737#include "ExN04DetectorConstruction.hh"
    38 #include "QGSP.hh"
     38#include "QGSP_BERT.hh"
    3939#include "ExN04PrimaryGeneratorAction.hh"
    4040#include "ExN04RunAction.hh"
     
    6969  runManager->SetUserInitialization(detector);
    7070  //
    71   G4VUserPhysicsList* physics = new QGSP;
     71  G4VUserPhysicsList* physics = new QGSP_BERT();
    7272  runManager->SetUserInitialization(physics);
    7373
Note: See TracChangeset for help on using the changeset viewer.