Index: trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.cc	(revision 992)
+++ trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.cc	(revision 993)
@@ -53,5 +53,5 @@
 }
 
-Bool_t MMcPedestalCopy::PreProcess( MParList *pList )
+Bool_t MMcPedestalCopy::PreProcess(MParList *pList)
 {
     fMcPedestals = (MMcFadcHeader*)pList->FindObject("MMcFadcHeader");
Index: trunk/MagicSoft/Mars/mmain/MMars.cc
===================================================================
--- trunk/MagicSoft/Mars/mmain/MMars.cc	(revision 992)
+++ trunk/MagicSoft/Mars/mmain/MMars.cc	(revision 993)
@@ -212,5 +212,5 @@
     //   Map the window, set up the layout, etc.
     //
-    SetWMSizeHints(400, 410, 400, 410, 10, 10);  // set the smallest and biggest size of the Main frame
+    SetWMSizeHints(330, 410, 330, 410, 10, 10);  // set the smallest and biggest size of the Main frame
 
     MapSubwindows();
Index: trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc
===================================================================
--- trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc	(revision 992)
+++ trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc	(revision 993)
@@ -85,4 +85,6 @@
     fRadioButton3 = new TGRadioButton(group, "Use a number of trigger conditions (1..n).");
 
+    fRadioButton1->SetState(kButtonDown);
+
     /*
      FIXME: ~TGRadioButton fails with segfault in GetMainFrame
@@ -188,6 +190,9 @@
 #include "MMcCollectionAreaCalc.h"
 
+#include "../mmc/MMcTrig.hxx" // FIXME: see FIXME below
+
 Int_t MMonteCarlo::GetDim() const
 {
+    return 0;
     Int_t dim = atoi(fNumEntry->GetText());
 
@@ -216,4 +221,12 @@
     MTaskList tlist;
     plist.AddToList(&tlist);
+
+    //
+    // FIXME: This line is needed that root finds the MMc-classes in the
+    // dictionary when calling the constructor of MReadTree
+    // I don't have any idea why...
+    // Rem: This happens only in this GUI!
+    //
+    MMcTrig trig;
 
     //
@@ -309,4 +322,12 @@
 
     //
+    // FIXME: This line is needed that root finds the MMc-classes in the
+    // dictionary when calling the constructor of MReadTree
+    // I don't have any idea why...
+    // Rem: This happens only in this GUI!
+    //
+    MMcTrig trig;
+
+    //
     // Setup out tasks:
     //  - First we have to read the events
@@ -390,4 +411,12 @@
 
     //
+    // FIXME: This line is needed that root finds the MMc-classes in the
+    // dictionary when calling the constructor of MReadTree
+    // I don't have any idea why...
+    // Rem: This happens only in this GUI!
+    //
+    MMcTrig trig;
+
+    //
     // Setup the task list
     // - You need the read and the MMcThresholdCalc tasks
@@ -410,5 +439,5 @@
 
     //
-    // Begin the loop (if the loop wasn't succesfull
+    // Begin the loop (if the loop wasn't successfull
     // don't try to draw the results
     //
@@ -422,5 +451,5 @@
     TObject *obj;
     while ((obj=Next()))
-        obj->DrawClone();
+    obj->DrawClone();
 }
 
Index: trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.cc	(revision 992)
+++ trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.cc	(revision 993)
@@ -32,5 +32,5 @@
 
 #include "MMcEvt.hxx"
-#include "MMcTrig.hxx" 
+#include "MMcTrig.hxx"
 
 #include "MHMcCollectionArea.h"
Index: trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.cc	(revision 992)
+++ trunk/MagicSoft/Mars/mmontecarlo/MMcTriggerRateCalc.cc	(revision 993)
@@ -28,9 +28,10 @@
 #include "MLog.h"
 #include "MLogManip.h"
+
 #include "MParList.h"
-
 #include "MHMcRate.h"
+
 #include "MMcEvt.hxx"
-#include "MMcTrig.hxx" 
+#include "MMcTrig.hxx"
 
 ClassImp(MMcTriggerRateCalc);
Index: trunk/MagicSoft/Mars/readraw.cc
===================================================================
--- trunk/MagicSoft/Mars/readraw.cc	(revision 992)
+++ trunk/MagicSoft/Mars/readraw.cc	(revision 993)
@@ -17,6 +17,6 @@
 #include "MInputStreamID.h"
 
-#include "MMcEvt.hxx" 
-#include "MMcTrig.hxx" 
+#include "MMcEvt.hxx"
+#include "MMcTrig.hxx"
 
 /////////////////////////////////////////////////////////////////////////////
@@ -28,9 +28,9 @@
 int main(const int argc, const char **argv)
 {
-    gLog << "==================================================" << endl ;
-    gLog << "                   ReadRaw v0.1" << endl;
-    gLog << "      MARS Merging and Preprocessing Program" << endl ;
-    gLog << "            Compiled on <" << __DATE__ << ">" << endl ;
-    gLog << "==================================================" << endl ;
+    gLog << "==================================================" << endl;
+    gLog << "                   ReadRaw v0.1                   " << endl;
+    gLog << "       MARS - Read and print raw data file        " << endl;
+    gLog << "            Compiled on <" << __DATE__ << ">" << endl;
+    gLog << "==================================================" << endl;
     gLog << endl;
 
