Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2075)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2076)
@@ -2,4 +2,8 @@
 
  2003/05/06: Abelardo Moralejo
+
+   * mfilter/MFCT1SelFinal.cc
+     - changed FindObject("MGeomCam") to 
+       FindCreateObj("MGeomCamCT1","MGeomCam")
 
    * mhistmc/MHMcCollectionArea.cc
Index: trunk/MagicSoft/Mars/mfilter/MFCT1SelFinal.cc
===================================================================
--- trunk/MagicSoft/Mars/mfilter/MFCT1SelFinal.cc	(revision 2075)
+++ trunk/MagicSoft/Mars/mfilter/MFCT1SelFinal.cc	(revision 2076)
@@ -108,5 +108,5 @@
     }
 
-    MGeomCam *cam = (MGeomCam*)pList->FindObject("MGeomCam");
+    MGeomCam *cam = (MGeomCam*)pList->FindCreateObj("MGeomCamCT1","MGeomCam");
     if (!cam)
     {
