Index: /trunk/FACT++/src/EventImp.cc
===================================================================
--- /trunk/FACT++/src/EventImp.cc	(revision 13907)
+++ /trunk/FACT++/src/EventImp.cc	(revision 13908)
@@ -176,6 +176,6 @@
     // States with negative values are internal states and are
     // never allowed
-    if (state<0)
-        return false;
+    // if (state<0)
+    //    return false;
 
     // In case no allowed state is explicitly set
@@ -214,4 +214,7 @@
 void EventImp::Print(ostream &out, bool strip) const
 {
+    if (GetDescription().empty())
+        return;
+
     out << " -";
 
