Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 4932)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 4933)
@@ -61,7 +61,17 @@
      - added MHEffectiveOnTime
 
-   * mhbase/MH3.cc:
+   * mhbase/MH3.[h,cc]:
      - fixed a bug in SetupFill which was introduced when I allowed
        set the axis titles from the object title
+     - added support for unique-profile names
+
+   * Makefile:
+     - added new dir mhcalib
+
+   * mhcalib/HCalibIncl.h:
+     - added - was missing
+
+   * mcalib/CalibLinkDef.h:
+     - fixed some typos
 
 
Index: /trunk/MagicSoft/Mars/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/Makefile	(revision 4932)
+++ /trunk/MagicSoft/Mars/Makefile	(revision 4933)
@@ -48,4 +48,5 @@
           msignal \
           mbadpixels \
+          mhcalib \
 	  mcalib \
           mpedestal \
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 4932)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 4933)
@@ -65,4 +65,9 @@
      the camera from a pointing model known to be correct and
      the pointing model used for observations (MSrcPosFromModel)
+
+   - added a new version of the class calculating the effective on-time
+     MHEffectiveOnTime. It unifies the old classes MHEffOnTime, 
+     MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and
+     MHTimeDiffTheta.
 
 
Index: /trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h	(revision 4932)
+++ /trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h	(revision 4933)
@@ -37,7 +37,5 @@
 #pragma link C++ class MCalibrationChargePINDiode+;
 
-#pragma link C++ class MMcCalibrationCalc++;
-
-#pragma link C++ class MHGausEvents++;
+#pragma link C++ class MMcCalibrationCalc+;
 
 #endif
Index: /trunk/MagicSoft/Mars/mhbase/MH3.h
===================================================================
--- /trunk/MagicSoft/Mars/mhbase/MH3.h	(revision 4932)
+++ /trunk/MagicSoft/Mars/mhbase/MH3.h	(revision 4933)
@@ -25,4 +25,7 @@
     MDataChain *fData[3];        // Object from which the data is filled
     Double_t    fScale[3];       // Scale for the three axis (eg unit)
+
+    TString     fNameProfX;      //! This should make sure, that gROOT doen't confuse the profile with something else
+    TString     fNameProfY;      //! This should make sure, that gROOT doen't confuse the profile with something else
 
     void StreamPrimitive(ofstream &out) const;
Index: /trunk/MagicSoft/Mars/mhcalib/HCalibIncl.h
===================================================================
--- /trunk/MagicSoft/Mars/mhcalib/HCalibIncl.h	(revision 4933)
+++ /trunk/MagicSoft/Mars/mhcalib/HCalibIncl.h	(revision 4933)
@@ -0,0 +1,3 @@
+#ifndef __CINT__
+
+#endif // __CINT__
