Index: trunk/MagicSoft/Mars/mreport/MReportCamera.h
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReportCamera.h	(revision 6962)
+++ trunk/MagicSoft/Mars/mreport/MReportCamera.h	(revision 6963)
@@ -12,8 +12,13 @@
 class MCameraAUX;
 class MCameraCalibration;
+class MCameraActiveLoad;
+class MCameraCentralPix;
 
 class MReportCamera : public MReport
 {
 private:
+    
+    static const Int_t gkActiveLoadControlVersNum; //!
+
     Byte_t fStatus;   // CaCo monitored status of the sentinel (0-9), Sentinel_state
     Byte_t fStatusDC; // CaCo monitored status of the DC currents (0-9), Cam.DC_state
@@ -24,10 +29,12 @@
     MCameraHV          *fHV;          //!
     MCameraLV          *fLV;          //!
+    MCameraActiveLoad  *fActiveLoad;  //!
     MCameraCalibration *fCalibration; //!
+    MCameraCentralPix  *fCentralPix;  //!
 
     Bool_t SetupReading(MParList &plist);
     Bool_t CheckTag(TString &str, const char *tag) const;
 
-    Bool_t InterpreteCamera(TString &str);
+    Bool_t InterpreteCamera(TString &str, Int_t ver);
     Bool_t InterpreteDC(TString &str);
     Bool_t InterpreteHV(TString &str);
@@ -39,4 +46,6 @@
     Bool_t InterpreteCAL(TString &str);
     Bool_t InterpreteHOT(TString &str);
+    Bool_t InterpreteActiveLoad(TString &str);
+    Bool_t InterpreteCentralPix(TString &str);
 
     Int_t  InterpreteBody(TString &str, Int_t ver);
