Index: trunk/MagicSoft/Mars/mtemp/mifae/Changelog
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/Changelog	(revision 5280)
+++ trunk/MagicSoft/Mars/mtemp/mifae/Changelog	(revision 5281)
@@ -19,4 +19,8 @@
                                                  -*-*- END OF LINE -*-*-
 
+  2004/10/15  Javier Rico
+    * programs/makeHillas.cc, programs/Makefile
+     - Write out MReportDrive
+	
   2004/10/15  Javier Rico
     * macros/mmcCleaning.C
Index: trunk/MagicSoft/Mars/mtemp/mifae/programs/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/programs/Makefile	(revision 5280)
+++ trunk/MagicSoft/Mars/mtemp/mifae/programs/Makefile	(revision 5281)
@@ -18,5 +18,5 @@
 include ../../../Makefile.conf.general
 
-PROGRAMS = makeHillas psffit falseSource srcPos optimizeCuts calib controlPlot
+PROGRAMS = makeHillas psffit falseSource srcPos optimizeCuts  controlPlot
 SOLIB    = $(MARSSYS)/libmars.so
 
@@ -45,4 +45,5 @@
 	   -I../../../mhist \
 	   -I../../../mastro \
+	   -I../../../mreport \
            -I../../../mtemp
 
Index: trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc	(revision 5280)
+++ trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc	(revision 5281)
@@ -55,4 +55,5 @@
 #include "MF.h"
 #include "MContinue.h"
+#include "MReportDrive.h"
 
 #include "TApplication.h"
@@ -255,4 +256,5 @@
       MRawRunHeader   runhead;      
       MArrivalTimeCam timecam;      
+      MReportDrive    reportdrive;
       // islands
       MIslands      isl;
@@ -284,4 +286,5 @@
       plist4.AddToList(&newimagepar);
       plist4.AddToList(&runhead);
+      plist4.AddToList(&reportdrive);
       
       // cuts
@@ -352,5 +355,6 @@
       write.AddContainer("MSrcPosCam"     , "Parameters");
       write.AddContainer("MIslands"       , "Parameters");
-      
+      write.AddContainer("MReportDrive"   , "Parameters");
+
       if (islflag == 2) 
 	write.AddContainer("MIslands2" , "Parameters");
