Commit in slic/src on MAIN
LcioMcpManager.cc+3-31.55 -> 1.56
createFinalCollection() now takes G4Event arg.

slic/src
LcioMcpManager.cc 1.55 -> 1.56
diff -u -r1.55 -r1.56
--- LcioMcpManager.cc	21 Sep 2005 00:15:06 -0000	1.55
+++ LcioMcpManager.cc	21 Sep 2005 22:16:00 -0000	1.56
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.55 2005/09/21 00:15:06 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.56 2005/09/21 22:16:00 jeremy Exp $
 #include "LcioMcpManager.hh"
 
 // SLIC
@@ -67,13 +67,13 @@
     m_maps = new LcioMcpMaps(this);
   }
 
-  void LcioMcpManager::endEvent(const G4Event*)
+  void LcioMcpManager::endEvent(const G4Event* event)
   {
     /*
      * Create the Mcp collection. Factory will
      * retrieve current event from G4EventManager.
      */
-    m_factory->createFinalMcpCollection();
+    m_factory->createFinalMcpCollection(event);
 
     if ( m_enablePrintFinal ) {
       printMcpCollection("final");
CVSspam 0.2.8