Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2869)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2870)
@@ -27,6 +27,6 @@
  2004/01/21: Raquel de los Reyes
 
-   * mreport/MReportCC.h, mreport/MReportTrigger.h and 
-     mcamera/MCameraCalibration.h
+   * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h 
+     and mcamera/MCameraCalibration.h
      - Added the "Get" functions (e.g GetStatus() for fStatus) to access 
        the private data members of the class.
Index: trunk/MagicSoft/Mars/mcamera/MCameraHV.h
===================================================================
--- trunk/MagicSoft/Mars/mcamera/MCameraHV.h	(revision 2869)
+++ trunk/MagicSoft/Mars/mcamera/MCameraHV.h	(revision 2870)
@@ -30,4 +30,12 @@
         fTitle = "Container storing information about the Camera HV";
     }
+
+    Byte_t  GetStatus() const { return fStatus; }
+    Bool_t  GetStatusRamping() const { return fStatusRamping; }
+    Short_t GetVoltageA() const { return fVoltageA; }
+    Short_t GetVoltageB() const { return fVoltageB; }
+    Byte_t GetCurrentA() const { return fCurrentA; }
+    Byte_t GetCurrentB() const { return fCurrentB; }
+
     ClassDef(MCameraHV, 1) // Container storing information about the Camera HV
 };
