]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
only output from EndOfRunAction modified
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Feb 2001 14:48:43 +0000 (14:48 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Feb 2001 14:48:43 +0000 (14:48 +0000)
AliGeant4/AliRunAction.cxx

index 53f691482b3b06ff31683990ac4129e4ac8988c9..c42b884d131cab9ea3030106a161a6d0578e8be4 100644 (file)
@@ -96,6 +96,6 @@ void AliRunAction::EndOfRunAction(const G4Run* run)
     G4UImanager::GetUIpointer()->ApplyCommand("/aliEvent/verbose 1");
   }  
 
-  G4cout << "Number of events = " << run->GetNumberOfEvent() 
-         << " " << *fTimer << G4endl;
+  G4cout << "Time of this run:   " << *fTimer << G4endl;
+  G4cout << "Number of events processed: " << run->GetNumberOfEvent() << G4endl;
 }