Index: /trunk/Mars/fact/analysis/mc/callisto.C
===================================================================
--- /trunk/Mars/fact/analysis/mc/callisto.C	(revision 17869)
+++ /trunk/Mars/fact/analysis/mc/callisto.C	(revision 17870)
@@ -4,4 +4,6 @@
 #include "MLog.h"
 #include "MLogManip.h"
+
+#if !defined(__CINT__) || defined(__MAKECINT__)
 
 #include "TH1F.h"
@@ -47,4 +49,6 @@
 #include "MWriteAsciiFile.h"
 
+#endif
+
 using namespace std;
 
@@ -115,5 +119,5 @@
 
     // map file to use (get that from La Palma!)
-    const char *map = usemap ? "TestForThomas/FACT/FACTmap111030.txt" : NULL;
+    const char *pmap = usemap ? "TestForThomas/FACT/FACTmap111030.txt" : NULL;
 
     Bool_t maximum = kTRUE;
@@ -164,7 +168,7 @@
     // ======================================================
 
-    if (map && gSystem->AccessPathName(map, kFileExists))
+    if (pmap && gSystem->AccessPathName(pmap, kFileExists))
     {
-        gLog << err << "ERROR - Cannot access mapping file '" << map << "'" << endl;
+        gLog << err << "ERROR - Cannot access mapping file '" << pmap << "'" << endl;
         return 1;
     }
@@ -357,5 +361,5 @@
 
     MRawFitsRead read3;
-    read3.LoadMap(map);
+    read3.LoadMap(pmap);
     read3.AddFile(pedfile);
 
@@ -448,5 +452,5 @@
 
     MRawFitsRead read4;
-    read4.LoadMap(map);
+    read4.LoadMap(pmap);
     read4.AddFile(pedfile);
 
@@ -533,5 +537,5 @@
     MRawFitsRead read5a;
     MReadMarsFile read5b("Events");
-    read5a.LoadMap(map);
+    read5a.LoadMap(pmap);
     read5a.AddFile(datfile);
     read5b.DisableAutoScheme();
