1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-22 08:52:01 +01:00

FitInterface data layout complete, first version of the new XYStatData

This commit is contained in:
2016-03-15 16:38:57 +00:00
parent a4b1584645
commit b165a98a93
6 changed files with 706 additions and 175 deletions

View File

@ -45,6 +45,7 @@ libLatAnalyze_la_SOURCES = \
RootFinder.cpp \
Solver.cpp \
TabFunction.cpp \
XYStatData.cpp \
../config.h
libLatAnalyze_ladir = $(pkgincludedir)
libLatAnalyze_la_HEADERS = \
@ -77,7 +78,8 @@ libLatAnalyze_la_HEADERS = \
RootFinder.hpp \
TabFunction.hpp \
Solver.hpp \
StatArray.hpp
StatArray.hpp \
XYStatData.hpp
if HAVE_MINUIT
libLatAnalyze_la_SOURCES += MinuitMinimizer.cpp
libLatAnalyze_la_HEADERS += MinuitMinimizer.hpp