Index: /trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h	(revision 1082)
+++ /trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h	(revision 1083)
@@ -24,7 +24,7 @@
     void   InitSize(UInt_t num) { fPixels->Expand(num); }
 
-    void   AddPixel(Int_t id, Float_t nph, Float_t err)
+    void   AddPixel(Int_t id, Float_t nph, Float_t er)
     {
-        new ((*fPixels)[fNumPixels++]) MCerPhotPix(id, nph, err);
+        new ((*fPixels)[fNumPixels++]) MCerPhotPix(id, nph, er);
     }
 
Index: /trunk/MagicSoft/Mars/manalysis/MImgCleanStd.h
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MImgCleanStd.h	(revision 1082)
+++ /trunk/MagicSoft/Mars/manalysis/MImgCleanStd.h	(revision 1083)
@@ -33,4 +33,6 @@
     Bool_t Process();
 
+    void Print(Option_t *o="") const;
+
     Bool_t ProcessMessage(Int_t msg, Int_t submsg, Long_t param1, Long_t param2);
 
Index: /trunk/MagicSoft/Mars/mbase/MTaskList.h
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MTaskList.h	(revision 1082)
+++ /trunk/MagicSoft/Mars/mbase/MTaskList.h	(revision 1083)
@@ -21,6 +21,6 @@
 {
 private:
-    TOrdCollection *fTasks;	// Container for the ordered list of different tasks
-    MParList       *fParList;
+    TList    *fTasks;	// Container for the ordered list of different tasks
+    MParList *fParList;
 
     UInt_t *fCntContinue;
@@ -50,5 +50,5 @@
     void SetOwner(Bool_t enable=kTRUE);
 
-    const TOrdCollection *GetList() const { return fTasks; }
+    const TList *GetList() const { return fTasks; }
 
     ClassDef(MTaskList, 0)	//collection of tasks to be performed in the eventloop
