Index: trunk/MagicSoft/GRB-Proposal/Tests.tex
===================================================================
--- trunk/MagicSoft/GRB-Proposal/Tests.tex	(revision 6135)
+++ trunk/MagicSoft/GRB-Proposal/Tests.tex	(revision 6136)
@@ -2,8 +2,17 @@
 
 We believe that direct, fast GRBs in the MAGIC FOV are too valuable to allow for any technical or personal problems during the alert.
-Therefore, we would like to make soon a blind test launching a fake GRB alert from outside 
-{\it without telling the shifters beforehand}. These tests are especially important to train the shift crew and make them aware of the 
+
+Therefore, we would like to make the following test:
+
+\begin{enumerate}
+\item A dedicated GRB test worked out in accordance with the shift crew where a fake GRB alert is sent to {\it gspot}. The shift 
+should decide a night with good weather, but bad observation condition (e.g. due to clouds) for that case such that no real 
+observation time gets lost.
+\item Later, a blind test {\it without telling the shifters beforehand}. 
+These tests are especially important to train the shift crew and make them aware of the 
 importance of being available and reacting fast in such situations. 
+\end{enumerate}
 
 
 
+
Index: trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 6135)
+++ trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 6136)
@@ -217,4 +217,6 @@
   fArrivalTimeMin            = 1.;
   fArrivalTimeMax            = 10.;
+  fTimeOffsetMin             = -3.;
+  fTimeOffsetMax             =  3.;
   
   fRefConvFADC2PheInner      = 0.14;       
@@ -980,6 +982,6 @@
           // for the datacheck, fix the ranges!!
           //
-          //   obj10->SetMinimum(fConvFADC2PheMin);
-          //   obj10->SetMaximum(fConvFADC2PheMax);
+          obj10->SetMinimum(fTimeOffsetMin);
+          obj10->SetMaximum(fTimeOffsetMax);
           //
           // Set the datacheck sizes:
@@ -1298,5 +1300,5 @@
     }
   
-  TLegend *leg = new TLegend(0.6,0.75,0.9 ,0.85);
+  TLegend *leg = new TLegend(0.6,0.85,0.9 ,0.95);
   leg->SetBit(kCanDelete);
   leg->AddEntry(l1, "Reference","l");
Index: trunk/MagicSoft/Mars/mjobs/MJCalibration.h
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 6135)
+++ trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 6136)
@@ -74,4 +74,6 @@
   Double_t fArrivalTimeMin;                //! Histogram minimum for arrival times 
   Double_t fArrivalTimeMax;                //! Histogram maximum for arrival times
+  Double_t fTimeOffsetMin;                 //! Histogram minimum for time offsets
+  Double_t fTimeOffsetMax;                 //! Histogram maximum for time offsets
   					   
   Float_t  fRefConvFADC2PheInner;          //! Reference value for the conversion factor to phes - inner
