Index: trunk/MagicSoft/Mars/mreport/MReportCamera.cc
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 9385)
+++ trunk/MagicSoft/Mars/mreport/MReportCamera.cc	(revision 9387)
@@ -520,4 +520,10 @@
     str=str.Strip(TString::kBoth);
 
+    if (str.BeginsWith("PSSEN "))
+    {
+        fHV->fFileName = "";
+        return kTRUE;
+    }
+
     const Ssiz_t pos = str.First(' ');
     /*
@@ -548,5 +554,5 @@
 {
     if (!CheckTag(str, "PSSEN "))
-        return kFALSE;
+        return kCONTINUE;
 
     Int_t len;
