X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=alg%2Fmussa.hpp;h=152d8217349568755913e67c1a77fed6aaa6eaa6;hp=83e08cba7f7e42e8a32c9d092d2a516020d6a700;hb=6d25d4d945af696134bdf788b111f38b197b1a15;hpb=02adcab9918657891638e68580b8b88e6d935875 diff --git a/alg/mussa.hpp b/alg/mussa.hpp index 83e08cb..152d821 100644 --- a/alg/mussa.hpp +++ b/alg/mussa.hpp @@ -72,8 +72,14 @@ public: void clear(); //! set parameters from a file - 'mupa' ~ mussa parameters - void load_mupa_file(std::string para_file_path) { load_mupa_file(boost::filesystem::path(para_file_path));} + void load_mupa_file(std::string para_file_path); void load_mupa_file(boost::filesystem::path para_file_path); + //! load mussa parameters from a stream, specifing output location + void load_mupa_stream( + std::istream & para_file, + boost::filesystem::path& file_path_base + ); + // set parameters individually (eg from user input into gui classes) //! set analysis name