Added the musrfit --title-from-data-file option to msr2data (-t) and made TFitPofB compilable with g++-4.4

This commit is contained in:
Bastian M. Wojek
2009-06-25 18:32:56 +00:00
parent 622a1d704d
commit e1d077050e
9 changed files with 212 additions and 11 deletions

View File

@ -220,7 +220,7 @@ AC_SUBST(ROOT_CFLAGS)
# It should be checked properly for -lMinuit2 -- at the moment we simply look if a header file is present in the include directory:
AC_CHECK_FILE([${ROOTINCDIR}/../include/Minuit2/MnMinimize.h], AC_MSG_RESULT([Minuit2 headers found... OK]),
AC_MSG_ERROR([Minuit2 headers not found... Please check!]))
AC_MSG_WARN([Minuit2 headers not found... Please check!]))
dnl -----------------------------------------------