Index: trunk/MagicSoft/Mars/mjobs/MGCamDisplays.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MGCamDisplays.cc	(revision 3874)
+++ trunk/MagicSoft/Mars/mjobs/MGCamDisplays.cc	(revision 3875)
@@ -77,5 +77,5 @@
 //
 void MGCamDisplays::CamDraw(TCanvas &c, const Int_t x, const Int_t y, const MHCamera &cam1, 
-                            const Int_t fit, const Int_t rad)
+                            const Int_t fit, const Int_t rad, TObject *notify)
 {
 
@@ -85,4 +85,7 @@
     MHCamera *obj1=(MHCamera*)cam1.DrawCopy("hist");
     obj1->SetDirectory(NULL);
+
+    if (notify)
+      obj1->AddNotify(notify);
 
     c.cd(x+y);
Index: trunk/MagicSoft/Mars/mjobs/MGCamDisplays.h
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MGCamDisplays.h	(revision 3874)
+++ trunk/MagicSoft/Mars/mjobs/MGCamDisplays.h	(revision 3875)
@@ -16,5 +16,6 @@
   void DrawRadialProfile( MHCamera *obj)            const;      // Draw projection of pixels values onto camera radius
   void CamDraw(TCanvas &c, const Int_t x, const Int_t y, const MHCamera &cam1,
-               const Int_t fit, const Int_t rad=0);       // Draw histograms into the MStatusDisplay
+               const Int_t fit, const Int_t rad=0,
+               TObject *notify=NULL);                    // Draw histograms into the MStatusDisplay
 
 public:
Index: trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 3874)
+++ trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 3875)
@@ -140,5 +140,5 @@
 //
 // Sets fRuns to 0, fExtractor to NULL, fColor to kNONE, fDisplay to kNormalDisplay, 
-// fRelTime to kFALSE, fExtractorLevel to 2, fArrivalTimeLevel to 2
+// fRelTime to kFALSE, fDataCheck to kFALSE
 //
 MJCalibration::MJCalibration(const char *name, const char *title) 
Index: trunk/MagicSoft/Mars/mjobs/MJCalibration.h
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 3874)
+++ trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 3875)
@@ -57,5 +57,4 @@
   ~MJCalibration() {}
   
-  
   void SetInput(MRunIter *iter) { fRuns=iter; }
   void SetOutputPath(const char *path=".");
