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/N06/exampleN06.cc

    r1230 r1313  
    2525//
    2626//
    27 // $Id: exampleN06.cc,v 1.16 2009/10/30 15:12:40 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: exampleN06.cc,v 1.17 2010/06/06 04:08:35 perl Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-00 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    5050#include "ExN06PrimaryGeneratorAction.hh"
    5151#include "ExN06RunAction.hh"
    52 #include "ExN06EventAction.hh"
    5352#include "ExN06StackingAction.hh"
    5453#include "ExN06SteppingVerbose.hh"
     
    105104  runManager->SetUserAction(gen_action);
    106105  //
    107   G4UserEventAction* event_action = new ExN06EventAction;
    108   runManager->SetUserAction(event_action);
    109   //
    110106  G4UserStackingAction* stacking_action = new ExN06StackingAction;
    111107  runManager->SetUserAction(stacking_action);
Note: See TracChangeset for help on using the changeset viewer.