[project @ 13]
[mussa.git] / mussa_class.hh
index a27de82b89c62824807bb0e410d5867706ac304d..c6b3ae80f3f94432c459c61425755a90e3f38e6f 100644 (file)
@@ -1,3 +1,13 @@
+//  This file is part of the Mussa source distribution.
+//  http://mussa.caltech.edu/
+//  Contact author: Tristan  De Buysscher, tristan@caltech.edu
+
+// This program and all associated source code files are Copyright (C) 2005
+// the California Institute of Technology, Pasadena, CA, 91125 USA.  It is
+// under the GNU Public License; please see the included LICENSE.txt
+// file for more information, or contact Tristan directly.
+
+
 //                        ----------------------------------------
 //                          ---------- mussa_class.hh -----------
 //                        ----------------------------------------
@@ -16,7 +26,7 @@ class Mussa
   private:
     // Private variables
     // parameters needed for a mussa analysis
-    string ana_name;
+    string ana_name, file_path_base;
     int seq_num, window, threshold, soft_thres;
     char ana_mode;
     double ent_thres;