Changeset 1143 for trunk/examples/novice/N01
- Timestamp:
- Nov 3, 2009, 2:26:42 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/examples/novice/N01/exampleN01.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/novice/N01/exampleN01.cc
r807 r1143 66 66 // 67 67 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"); 71 71 72 72 // Start a run 73 73 // 74 G4int numberOfEvent = 3 ;74 G4int numberOfEvent = 30000; 75 75 runManager->BeamOn(numberOfEvent); 76 76
Note:
See TracChangeset
for help on using the changeset viewer.
