Index: trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc	(revision 3459)
+++ trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.cc	(revision 3460)
@@ -27,5 +27,5 @@
 // MBadPixelsCam                                                                                                                              //
 //
-//Storage container to store bad pixel of the camera...//
+// Storage container to store bad pixel of the camera...
 //
 /////////////////////////////////////////////////////////////////////////////
@@ -73,4 +73,5 @@
 {
     fArray->ExpandCreate(i);
+    *fLog << endl << dbg << "INIT SIZE: " << i << endl;
 }
 
@@ -107,4 +108,5 @@
 MBadPixelsPix &MBadPixelsCam::operator[](Int_t i)
 {
+    *fLog << dbg << "A: " << GetSize() << ": " << i << " " << fArray->UncheckedAt(i) << endl;
     return *static_cast<MBadPixelsPix*>(fArray->UncheckedAt(i));
 }
@@ -116,4 +118,5 @@
 const MBadPixelsPix &MBadPixelsCam::operator[](Int_t i) const
 {
+    *fLog << dbg << "B: " << GetSize() << ": " << i << " " << fArray->UncheckedAt(i) << endl;
     return *static_cast<MBadPixelsPix*>(fArray->UncheckedAt(i));
 }
Index: trunk/MagicSoft/Mars/mbadpixels/MBadPixelsMerge.cc
===================================================================
--- trunk/MagicSoft/Mars/mbadpixels/MBadPixelsMerge.cc	(revision 3459)
+++ trunk/MagicSoft/Mars/mbadpixels/MBadPixelsMerge.cc	(revision 3460)
@@ -92,4 +92,5 @@
 {
     MBadPixelsCam *cam = (MBadPixelsCam*)pList->FindCreateObj("MBadPixelsCam");
+    *fLog << endl << dbg << "MERGE: " << cam << endl;
     if (!cam)
         return kFALSE;
