Ignore:
Timestamp:
Nov 3, 2009, 2:26:42 PM (16 years ago)
Author:
garnier
Message:

update

File:
1 edited

Legend:

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

    r807 r1143  
    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 = 3;
     74  G4int numberOfEvent = 30000;
    7575  runManager->BeamOn(numberOfEvent);
    7676
Note: See TracChangeset for help on using the changeset viewer.