Index: trunk/FACT++/src/PixelMap.h
===================================================================
--- trunk/FACT++/src/PixelMap.h	(revision 12163)
+++ trunk/FACT++/src/PixelMap.h	(revision 12164)
@@ -31,4 +31,6 @@
     int group() const { return pixel()>4; }
     int hv() const    { return hv_channel+hv_board*32; }
+
+    operator bool() const { return index>=0; }
 };
 
@@ -181,5 +183,3 @@
 };
 
-//const PixelMapEntry PixelMap::empty = { 0, 0, 0, 0, 0, 0 };
-
 #endif
