Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5582)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5583)
@@ -20,4 +20,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/12/12: Abelardo Moralejo
+
+  * mpoitning/MPointingPosCalc.cc
+    - Changed recently added sanity check in PreProcess so that it is 
+      done only for real data files and not for MC. Corrected typo in
+      warning.
 
  2004/12/09: Markus Gaug
Index: trunk/MagicSoft/Mars/mpointing/MPointingPosCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mpointing/MPointingPosCalc.cc	(revision 5582)
+++ trunk/MagicSoft/Mars/mpointing/MPointingPosCalc.cc	(revision 5583)
@@ -130,7 +130,7 @@
 Int_t MPointingPosCalc::Process()
 {
-    if (!fReport)
+    if (!fReport && fRunType == MRawRunHeader::kRTData)
     {
-        *fLog << warn << "WARNING - MPointingPos::Process was called BEFORE the first" << endl;
+        *fLog << warn << "WARNING - MPointingPosCalc::Process was called BEFORE the first" << endl;
         *fLog <<         "          data event was read (means ReInit was executed!" << endl;
         return kTRUE;
