Index: /trunk/MagicSoft/Mars/mcamera/MCameraAUX.h
===================================================================
--- /trunk/MagicSoft/Mars/mcamera/MCameraAUX.h	(revision 2592)
+++ /trunk/MagicSoft/Mars/mcamera/MCameraAUX.h	(revision 2593)
@@ -15,5 +15,10 @@
     Bool_t fStatusFansFADC;  // Monitored status: o=off, 1=on, Cam.FADC.Fans_state
 public:
-    ClassDef(MCameraAUX, 1)
+    MCameraAUX()
+    {
+        fName  = "MCameraAUX";
+        fTitle = "Container storing information about the Camera auxiliary system";
+    }
+    ClassDef(MCameraAUX, 1) // Container storing information about the Camera auxiliary system
 };
 
Index: /trunk/MagicSoft/Mars/mcamera/MCameraCalibration.h
===================================================================
--- /trunk/MagicSoft/Mars/mcamera/MCameraCalibration.h	(revision 2592)
+++ /trunk/MagicSoft/Mars/mcamera/MCameraCalibration.h	(revision 2593)
@@ -21,5 +21,10 @@
 
 public:
-    ClassDef(MCameraCalibration, 1)
+    MCameraCalibration()
+    {
+        fName  = "MCameraCalibration";
+        fTitle = "Container storing information about the Camera calibration system";
+    }
+    ClassDef(MCameraCalibration, 1) // Container storing information about the Camera calibration system
 };
 
Index: /trunk/MagicSoft/Mars/mcamera/MCameraCooling.h
===================================================================
--- /trunk/MagicSoft/Mars/mcamera/MCameraCooling.h	(revision 2592)
+++ /trunk/MagicSoft/Mars/mcamera/MCameraCooling.h	(revision 2593)
@@ -29,4 +29,9 @@
 
 public:
+    MCameraCooling()
+    {
+        fName  = "MCameraCooling";
+        fTitle = "Container storing information about the Camera cooling system";
+    }
 
     Byte_t  GetStatus() const              { return fStatus;              }
@@ -48,5 +53,5 @@
     Byte_t  GetHumCenter() const           { return fHumCenter;           }
 
-    ClassDef(MCameraCooling, 1)
+    ClassDef(MCameraCooling, 1) // Container storing information about the Camera cooling
 };
 
Index: /trunk/MagicSoft/Mars/mcamera/MCameraHV.h
===================================================================
--- /trunk/MagicSoft/Mars/mcamera/MCameraHV.h	(revision 2592)
+++ /trunk/MagicSoft/Mars/mcamera/MCameraHV.h	(revision 2593)
@@ -25,6 +25,10 @@
     TArrayS fHV;            // [V] Measured high Voltages for all PMTs
 public:
-    MCameraHV() : fHV(577) { }
-    ClassDef(MCameraHV, 1)
+    MCameraHV() : fHV(577)
+    {
+        fName  = "MCameraHV";
+        fTitle = "Container storing information about the Camera HV";
+    }
+    ClassDef(MCameraHV, 1) // Container storing information about the Camera HV
 };
 
Index: /trunk/MagicSoft/Mars/mcamera/MCameraLV.h
===================================================================
--- /trunk/MagicSoft/Mars/mcamera/MCameraLV.h	(revision 2592)
+++ /trunk/MagicSoft/Mars/mcamera/MCameraLV.h	(revision 2593)
@@ -24,5 +24,10 @@
 
 public:
-    ClassDef(MCameraLV, 1)
+    MCameraLV()
+    {
+        fName  = "MCameraLV";
+        fTitle = "Container storing information about the Camera LV";
+    }
+    ClassDef(MCameraLV, 1) // Container storing information about the Camera LV
 };
 
Index: /trunk/MagicSoft/Mars/mcamera/MCameraLid.h
===================================================================
--- /trunk/MagicSoft/Mars/mcamera/MCameraLid.h	(revision 2592)
+++ /trunk/MagicSoft/Mars/mcamera/MCameraLid.h	(revision 2593)
@@ -19,5 +19,10 @@
      Byte_t fStatusMotor;      // 0=stopped, 1=opening, 2=closing
 public:
-    ClassDef(MCameraLid, 1)
+    MCameraLid()
+    {
+        fName  = "MCameraLid";
+        fTitle = "Container storing information about a Camera lid";
+    }
+    ClassDef(MCameraLid, 1) // Container storing information about a Camera lid
 };
 
Index: /trunk/MagicSoft/Mars/mcamera/MCameraLids.h
===================================================================
--- /trunk/MagicSoft/Mars/mcamera/MCameraLids.h	(revision 2592)
+++ /trunk/MagicSoft/Mars/mcamera/MCameraLids.h	(revision 2593)
@@ -19,5 +19,10 @@
     Byte_t fStatus; // CaCo monitored lid status, Cam.LID_state [0-9]
 public:
-    ClassDef(MCameraLids, 1)
+    MCameraLids()
+    {
+        fName  = "MCameraLids";
+        fTitle = "Container storing information about the Camera lids";
+    }
+    ClassDef(MCameraLids, 1) // Container storing information about the Camera lids
 };
 
Index: /trunk/MagicSoft/Mars/mcamera/MCameraPowerSupply.h
===================================================================
--- /trunk/MagicSoft/Mars/mcamera/MCameraPowerSupply.h	(revision 2592)
+++ /trunk/MagicSoft/Mars/mcamera/MCameraPowerSupply.h	(revision 2593)
@@ -21,5 +21,10 @@
 
 public:
-    ClassDef(MCameraPowerSupply, 1)
+    MCameraPowerSupply()
+    {
+        fName  = "MCameraPowerSupply";
+        fTitle = "Container storing information about the Camera power supply";
+    }
+    ClassDef(MCameraPowerSupply, 1) // Container storing information about the Camera power supply
 };
 
Index: /trunk/MagicSoft/Mars/mreport/MReportCamera.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 2592)
+++ /trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 2593)
@@ -54,4 +54,5 @@
 {
     fName = "MReportCamera";
+    fTitle = "Class for CAMERA-REPORT information";
 }
 
Index: /trunk/MagicSoft/Mars/mreport/MReportDAQ.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportDAQ.cc	(revision 2592)
+++ /trunk/MagicSoft/Mars/mreport/MReportDAQ.cc	(revision 2593)
@@ -45,4 +45,5 @@
 {
     fName = "MReportDAQ";
+    fTitle = "Class for DAQ-REPORT information";
 }
 
Index: /trunk/MagicSoft/Mars/mreport/MReportDrive.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportDrive.cc	(revision 2592)
+++ /trunk/MagicSoft/Mars/mreport/MReportDrive.cc	(revision 2593)
@@ -46,5 +46,6 @@
 MReportDrive::MReportDrive() : MReport("DRIVE-REPORT")
 {
-    fName = "MReportDrive";
+    fName  = "MReportDrive";
+    fTitle = "Class for DRIVE-REPORT information";
 }
 
Index: /trunk/MagicSoft/Mars/mreport/MReportTrigger.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportTrigger.cc	(revision 2592)
+++ /trunk/MagicSoft/Mars/mreport/MReportTrigger.cc	(revision 2593)
@@ -40,5 +40,6 @@
 MReportTrigger::MReportTrigger() : MReport("TRIGGER-REPORT"), fPrescalerRates(19)
 {
-    fName = "MReportTrigger";
+    fName  = "MReportTrigger";
+    fTitle = "Class for TRIGGER-REPORT information";
 }
 
