Index: trunk/Mars/fact/analysis/gain/extract_singles.C
===================================================================
--- trunk/Mars/fact/analysis/gain/extract_singles.C	(revision 19269)
+++ trunk/Mars/fact/analysis/gain/extract_singles.C	(revision 19829)
@@ -646,8 +646,8 @@
                     Int_t        max_dist   = 14,
                     Double_t     threshold  =  5,
-                    const char  *runfile    = "/fact/raw/2012/07/23/20120723_",
+                    const char  *runfile    = "/media/tbretz/d84f26d3-fc9b-4b30-8cfd-85246846dd1a/hawcseye01/raw/2019/10/27/20191027_",
                     int          firstRunID =  6,
                     int          lastRunID  =  6,
-                    const char  *drsfile    = "/fact/raw/2012/07/23/20120723_004.drs.fits.gz",
+                    const char  *drsfile    = "/media/tbretz/d84f26d3-fc9b-4b30-8cfd-85246846dd1a/hawcseye01/raw/2019/10/27/20191027_003.drs.fits",
                     const char  *outpath    = "."
                    )
@@ -655,7 +655,9 @@
     // ======================================================
 
+    return 0;
+
     MDirIter iter;
 
-    // built outpu filename and path
+    // built output filename and path
     TString outfile = Form("%s/", outpath);
     outfile += gSystem->BaseName(runfile);
@@ -685,5 +687,5 @@
 
     // map file to use (get that from La Palma!)
-    const char *map = usemap ? "/scratch/fact/FACTmap111030.txt" : NULL;
+    const char *map = usemap ? "/home/tbretz/SW/FACT++/famous/resources/hawcseye01/HAWCsEyemap181214.txt" : NULL;
 
     // ------------------------------------------------------
