Ignore:
Timestamp:
Nov 19, 2009, 12:25:34 PM (15 years ago)
Author:
garnier
Message:

update par rapport a CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/N01/exampleN01.cc

    r1143 r1188  
    6666  //
    6767  G4UImanager* UI = G4UImanager::GetUIpointer();
    68 //   UI->ApplyCommand("/run/verbose 1");
    69 //   UI->ApplyCommand("/event/verbose 1");
    70 //   UI->ApplyCommand("/tracking/verbose 1");
     68  UI->ApplyCommand("/run/verbose 1");
     69  UI->ApplyCommand("/event/verbose 1");
     70  UI->ApplyCommand("/tracking/verbose 1");
    7171
    7272  // Start a run
    7373  //
    74   G4int numberOfEvent = 30000;
     74  G4int numberOfEvent = 3;
    7575  runManager->BeamOn(numberOfEvent);
    7676
Note: See TracChangeset for help on using the changeset viewer.