Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationBlindCamThreeNewStyle.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationBlindCamThreeNewStyle.cc	(revision 5387)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationBlindCamThreeNewStyle.cc	(revision 5388)
@@ -29,5 +29,5 @@
 // Blind Pixels Calibration camera after run 43308. The blind pixel camera 
 // consisted then of three non-coated blind pixels with very well known 
-// quantum efficiency read out in hardware ID -1, -2 and -3 (stored in MRawEvtData2).
+// quantum efficiency read out in hardware ID 0,1 and 2 (stored in MRawEvtData2).
 //
 // See also: MCalibrationBlindCam, MHCalibrationChargeBlindCam
@@ -64,12 +64,12 @@
 // --------------------------------------------------------------------------
 //
-// Three blind pixels with ID -1, -2 and -3 (software)
+// Three blind pixels with ID 0,1 and 2(software)
 //
 void MCalibrationBlindCamThreeNewStyle::CreatePixs() 
 {
 
-  (*this)[0].SetPixId(-1);
-  (*this)[1].SetPixId(-2);
-  (*this)[2].SetPixId(-3);
+  (*this)[0].SetPixId(0);
+  (*this)[1].SetPixId(1);
+  (*this)[2].SetPixId(2);
   
 }
