Commit in slic/src on MAIN
EventSource.cc+5-51.3 -> 1.4


slic/src
EventSource.cc 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- EventSource.cc	22 Sep 2005 21:39:05 -0000	1.3
+++ EventSource.cc	22 Feb 2006 23:59:14 -0000	1.4
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/EventSource.cc,v 1.3 2005/09/22 21:39:05 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/EventSource.cc,v 1.4 2006/02/22 23:59:14 jeremy Exp $
 #include "EventSource.hh"
 
 // geant4
@@ -19,21 +19,21 @@
 
   void EventSource::beginEvent(const G4Event*)
   {
-    // no-op
+    // no-op -- implement if generator has an action at beginning of event
   }
 
   void EventSource::endEvent(const G4Event*)
   {
-    // no-op
+    // no-op -- implement if generator has an action at end of event
   }
 
   void EventSource::beginRun(const G4Run*)
   {
-    // no-op
+    // no-op -- implement if generator has an action at beginning of run
   }
 
   void EventSource::endRun(const G4Run*)
   {
-    // no-op
+    // no-op -- implement if generator has an action at end of run
   }
 }
CVSspam 0.2.8