Index: /trunk/FACT++/src/EventBuilderWrapper.h
===================================================================
--- /trunk/FACT++/src/EventBuilderWrapper.h	(revision 15280)
+++ /trunk/FACT++/src/EventBuilderWrapper.h	(revision 15281)
@@ -104,4 +104,5 @@
     DimDescribedService fDimStatistics2;
     DimDescribedService fDimFileFormat;
+    DimDescribedService fDimIncomplete;
 
     bool fDebugStream;
@@ -258,5 +259,6 @@
                                                            "|runStat[int]:number of run opened, closed, with open or close errors"
                                                            "|numConn[int]:number of sockets successfully opened per board"),
-        fDimFileFormat  ("FAD_CONTROL/FILE_FORMAT",        "S:1",  ""),
+        fDimFileFormat("FAD_CONTROL/FILE_FORMAT",          "S:1",  "format[int]:Current file format"),
+        fDimIncomplete("FAD_CONTROL/INCOMPLETE",           "X:1", "incomplete[bits]:One bit per board"),
         fDebugStream(false), fDebugRead(false), fDebugLog(false), fNightAsInt(0)
     {
@@ -1215,4 +1217,8 @@
     }
 
+    void factReportIncomplete(uint64_t rep)
+    {
+        fDimIncomplete.Update(rep);
+    }
 
     array<FAD::EventHeader, 40> fVecHeader;
@@ -1526,4 +1532,9 @@
     }
 
+    void factReportIncomplete (uint64_t rep)
+    {
+        EventBuilderWrapper::This->factReportIncomplete(rep);
+    }
+
     // ------
 
