Index: trunk/MagicSoft/Mars/macros/getCollArea.C
===================================================================
--- trunk/MagicSoft/Mars/macros/getCollArea.C	(revision 700)
+++ trunk/MagicSoft/Mars/macros/getCollArea.C	(revision 705)
@@ -15,5 +15,5 @@
 
 
-  MReadTree reader( filename ,"Events" ) ; 
+  MReadTree reader( "Events", filename) ;
   tasklist->AddToList( &reader ) ; 
 
Index: trunk/MagicSoft/Mars/macros/readMagic.C
===================================================================
--- trunk/MagicSoft/Mars/macros/readMagic.C	(revision 700)
+++ trunk/MagicSoft/Mars/macros/readMagic.C	(revision 705)
@@ -13,5 +13,6 @@
     plist->AddToList(&tlist);
 
-    MReadTree    read("oscar_protons.root", "Events") ;
+    MReadTree    read("Events", "oscar_protons.root");
+    MReadTree    read.AddFile("test.root");
     MCerPhotCalc ncalc;
     MImgCleanStd clean;
@@ -37,7 +38,4 @@
     {
         cout << "Event: " << icount++  << endl  ;
-
-        if (icount < 45 )
-            continue;
 
         ncalc.Process();
