Index: trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc	(revision 5960)
+++ trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc	(revision 5962)
@@ -302,7 +302,8 @@
   /*                 FOURTH LOOP TO READ THE RANDOM FOREST FILE(S)         */
   /************************************************************************/      
-  MParList  plistrf;
-  MTaskList tlistrf;
+  MParList   plistrf;
+  MTaskList  tlistrf;
   MRanForest ranforest;
+  MRanTree   rantree;
 
   if(rffilename.Length())
@@ -310,4 +311,5 @@
       plistrf.AddToList(&tlistrf);
       plistrf.AddToList(&ranforest);
+      plistrf.AddToList(&rantree);
 
       MReadTree readrf("Tree",rffilename);
@@ -476,4 +478,5 @@
   plist5.AddToList(&reportdrive);
   plist5.AddToList(&topology);
+  plist5.AddToList(&rantree);
   plist5.AddToList(&ranforest);
   if(dispfilename.Length())
Index: trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard	(revision 5960)
+++ trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard	(revision 5962)
@@ -11,18 +11,19 @@
 
 // Maximun number of (data) events to be processed)
-NEVENTS 999999
+NEVENTS 10000
 
 // data file directory
-IDIR /local_disk/jrico/rawdata/
+IDIR /home/ona/link_data/ 
 
 // Pedestal (PRUNS), calibration (CRUNS) and data runs (DRUNS), e.g 1500-23444,25444,25455-26544
 // if PRUNS 0, take pedestals from low gains
-PCRUNS 45380
-CRUNS  45419
-DRUNS  45428
+PCRUNS 45469
+CRUNS  45470
+DRUNS 45220-45223,45228-45231,45233-45236,45238,45383-45386,45388-45390,45392-45394,45396-45398,45495-45498,45500
 
 // output file name
 // OUTFILE ~/magic/mars/mars/hillasCrab/crab20040215OnA.root
-OUTFILE /local_disk/jrico/prueba2.root
+OUTFILE /home/rico/magic/hillasFiles/hillasCrab_200411_new.root
+
 
 // Selection cut. 
@@ -65,10 +66,10 @@
 // Add the following word if you want to include Hadronness calculation, 
 // followed by the name of the Random Forest file
-RANFOREST RFstd.root
+RANFOREST /home/rico/magic/mars/mtemp/mifae/programs/RFstd.root
 
 // Add the following word if you want to apply DISP method analysis, 
 // followed by the name of the file where the MDispParameters container
 // with the optimal values of the DISP parameters is stored
-DISP DISPstd.root
+DISP /home/rico/magic/mars/mtemp/mifae/programs/DISPstd.root
 
 //Island calculations
