Index: /trunk/MagicSoft/Mars/mbase/MWriteRootFile.h
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MWriteRootFile.h	(revision 968)
+++ /trunk/MagicSoft/Mars/mbase/MWriteRootFile.h	(revision 969)
@@ -28,4 +28,6 @@
     void SetWriteFlag() { fWriteFlag = kTRUE; }
     void DelWriteFlag() { fWriteFlag = kFALSE; }
+
+    ClassDef(MRootFileTree, 0)  // Storage container for MWriteRootFile to store Tree informations
 };
 
@@ -68,4 +70,5 @@
     void SetTree(MRootFileTree *tree) { fTree = tree; }
 
+    ClassDef(MRootFileBranch, 0) // Storage container for MWriteRootFile to store TBranch informations
 };
 
Index: /trunk/MagicSoft/Mars/merpp.cc
===================================================================
--- /trunk/MagicSoft/Mars/merpp.cc	(revision 968)
+++ /trunk/MagicSoft/Mars/merpp.cc	(revision 969)
@@ -50,5 +50,5 @@
         gLog << "     input file:   Magic DAQ binary file." << endl;
         gLog << "     ouput file:   Merpped root file." << endl;
-        gLog << "     compr. level: 1..9 [9]" << endl << ednl;
+        gLog << "     compr. level: 1..9 [9]" << endl << endl;
         return -1;
     }
@@ -92,5 +92,8 @@
     MTaskList tasks;
     plist.AddToList(&tasks);
-/*
+
+    //
+    // ---- Tho following is only necessary to supress some output ----
+    //
     MRawRunHeader runheader;
     plist.AddToList(&runheader);
@@ -107,5 +110,5 @@
     MTime evttime("MRawEvtTime");
     plist.AddToList(&evttime);
-*/
+
     //
     // create the tasks which should be executed and add them to the list
