Index: /trunk/MagicSoft/Mars/mjobs/MJCalibration.h
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 4643)
+++ /trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 4644)
@@ -92,11 +92,12 @@
   Bool_t fRelTimes;                                    // Flag if relative times have to be calibrated
   Bool_t fDataCheck;                                   // Flag if the data check is run on raw data
-  Bool_t fDebug;
+  Bool_t fDebug;                                       // Flag if debug option is passed onto cal. classes
   
-  void   DisplayResult(MParList &plist);
-  void   DisplayReferenceLines(MHCamera *cam, const Int_t what) const;
-  void   DisplayOutliers(TH1D *hist, const char* whatsmall, const char* whatbig) const;
-  void   DisplayDoubleProject(MHCamera *cam, const char* whatsmall, const char* whatbig) const;
-  void   FixDataCheckHist(TH1D *hist) const;
+  void   DisplayResult        ( MParList &plist );
+  void   DisplayReferenceLines( MHCamera *cam , const Int_t what                           ) const;
+  void   DisplayOutliers      ( TH1D     *hist, const char* whatsmall, const char* whatbig ) const;
+  void   DisplayDoubleProject ( MHCamera *cam , const char* whatsmall, const char* whatbig ) const;
+  const  Int_t CountBadPixels ( MHCamera *cam , const Int_t what                         ) const;
+  void   FixDataCheckHist     ( TH1D     *hist  ) const;
   
   Bool_t WriteResult();
