Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 668)
+++ trunk/MagicSoft/Mars/Changelog	(revision 669)
@@ -1,5 +1,4 @@
                                                                   -*-*- END -*-*-
  2000/03/02: Thomas Bretz
-
    
  * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
Index: trunk/MagicSoft/Mars/macros/dohtml.C
===================================================================
--- trunk/MagicSoft/Mars/macros/dohtml.C	(revision 668)
+++ trunk/MagicSoft/Mars/macros/dohtml.C	(revision 669)
@@ -11,5 +11,5 @@
 
   html.SetOutputDir("htmldoc");
-  html.SetSourceDir(".:mbase:mraw:mgui:mdatacheck:meventdisp");
+  html.SetSourceDir(".:mbase:mraw:mgui:manalysis:mdatacheck:meventdisp:mmc");
 
   html.MakeAll(kTRUE);
Index: trunk/MagicSoft/Mars/mars.cc
===================================================================
--- trunk/MagicSoft/Mars/mars.cc	(revision 668)
+++ trunk/MagicSoft/Mars/mars.cc	(revision 669)
@@ -16,12 +16,11 @@
 //    started by  h. kornmayer      january, 3rd  2001 
 
-
 int main(int argc, char **argv )
 {
   // initialise ROOT
 
-  TROOT simple("mars", "MARS - MAGIC analysis and reconstruction software");
+  TROOT simple("Mars", "MARS - MAGIC analysis and reconstruction software");
 
-  TApplication theApp("App", &argc, argv);
+  TApplication theApp("MarsApp", &argc, argv);
 
   // start the main window
Index: trunk/MagicSoft/Mars/mgui/GuiIncl.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/GuiIncl.h	(revision 668)
+++ trunk/MagicSoft/Mars/mgui/GuiIncl.h	(revision 669)
@@ -9,7 +9,6 @@
 #include <TGSplitter.h>     // TGHorizontal3DLine
 #include <TGFSContainer.h>  // TGFileContainer
-#include <TGLabel.h>       // TGLabel
+#include <TGLabel.h>        // TGLabel
 #include <TGTextEntry.h>  
 
-
 #endif // __CINT__
Index: trunk/MagicSoft/Mars/mgui/MGDataCheckMain.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGDataCheckMain.h	(revision 668)
+++ trunk/MagicSoft/Mars/mgui/MGDataCheckMain.h	(revision 669)
@@ -33,5 +33,5 @@
   
   Char_t            fInputFile[256] ; 
-  MViewAdcSpectra   fViewAdc ; 
+  MViewAdcSpectra   fViewAdc ; //!
 
   //  the things for the menu bar 
Index: trunk/MagicSoft/Mars/mgui/MGeomPix.cc
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomPix.cc	(revision 668)
+++ trunk/MagicSoft/Mars/mgui/MGeomPix.cc	(revision 669)
@@ -11,5 +11,5 @@
 
 
-void MGeomPix::Print()
+void MGeomPix::Print(Option_t *opt)
 { 
     //   information about a pixel
Index: trunk/MagicSoft/Mars/mgui/MGeomPix.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MGeomPix.h	(revision 668)
+++ trunk/MagicSoft/Mars/mgui/MGeomPix.h	(revision 669)
@@ -17,5 +17,5 @@
   MGeomPix(Float_t x=0. , Float_t y=0., Float_t r=0.) ;
   
-  void Print() ; 
+  void Print(Option_t *opt=NULL) ;
   
   void SetX ( Float_t x )     {      fX = x ;    }
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx	(revision 668)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx	(revision 669)
@@ -92,5 +92,5 @@
 
 
-void MMcEvt::Clear() {
+void MMcEvt::Clear(Option_t *opt) {
   //
   //  
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx	(revision 668)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx	(revision 669)
@@ -42,5 +42,5 @@
   ~MMcEvt(); 
 
-  void Clear();
+  void Clear(Option_t *opt=NULL);
 
   void Fill( UShort_t, 
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.cxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.cxx	(revision 668)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.cxx	(revision 669)
@@ -44,5 +44,5 @@
 }
 
-void MMcTrig::Clear() {
+void MMcTrig::Clear(Option_t *opt) {
   //
   //  
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx	(revision 668)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx	(revision 669)
@@ -30,5 +30,5 @@
   ~MMcTrig(); 
 
-  void Clear();
+  void Clear(Option_t *opt=NULL);
   
   void Print(Option_t *);
