Index: trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc	(revision 3569)
+++ trunk/MagicSoft/Mars/mpointing/MSrcPosCalc.cc	(revision 3570)
@@ -169,6 +169,4 @@
     TVector2 v(fX, fY);
 
-    *fLog << dbg << fPointPos << " " << fGeom << " " << fObservatory << " " << fSrcPos << endl;
-
     // rotate the source position by the current rotation angle
     const Double_t rho = fPointPos->RotationAngle(*fObservatory);
Index: trunk/MagicSoft/Mars/mpointing/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mpointing/Makefile	(revision 3569)
+++ trunk/MagicSoft/Mars/mpointing/Makefile	(revision 3570)
@@ -22,5 +22,6 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc -I../mastro
+INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc \
+           -I../mastro -I../mgeom
 
 #------------------------------------------------------------------------------
@@ -29,5 +30,7 @@
 
 SRCFILES = MPointingPos.cc \
-	   MPointingPosCalc.cc
+	   MPointingPosCalc.cc \
+           MSrcPosCam.cc \
+           MSrcPosCalc.cc
 
 SRCS    = $(SRCFILES)
Index: trunk/MagicSoft/Mars/mpointing/PointingIncl.h
===================================================================
--- trunk/MagicSoft/Mars/mpointing/PointingIncl.h	(revision 3569)
+++ trunk/MagicSoft/Mars/mpointing/PointingIncl.h	(revision 3570)
@@ -1,3 +1,5 @@
 #ifndef __CINT__
 
+#include <TVector2.h>
+
 #endif // __CINT__
Index: trunk/MagicSoft/Mars/mpointing/PointingLinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/mpointing/PointingLinkDef.h	(revision 3569)
+++ trunk/MagicSoft/Mars/mpointing/PointingLinkDef.h	(revision 3570)
@@ -8,3 +8,6 @@
 #pragma link C++ class MPointingPosCalc+;
 
+#pragma link C++ class MSrcPosCalc+;
+#pragma link C++ class MSrcPosCam+;
+
 #endif
