Parameters to be specified by the user (e.g. path to imp. profiles) are now loaded from a xml-file.

This commit is contained in:
Bastian M. Wojek
2008-05-30 16:24:26 +00:00
parent e889421a30
commit e4e561d9b6
14 changed files with 739 additions and 66 deletions

View File

@@ -25,6 +25,7 @@ OBJS += TTrimSPDataHandler.o
OBJS += TBofZCalc.o
OBJS += TPofBCalc.o
OBJS += TPofTCalc.o
OBJS += TFitPofBStartupHandler.o TFitPofBStartupHandlerDict.o
OBJS += TLondon1D.o TLondon1DDict.o
SHLIB = libTFitPofB.so
@@ -56,3 +57,7 @@ TLondon1DDict.cpp: ../include/TLondon1D.h ../include/TLondon1DLinkDef.h
@echo "Generating dictionary $@..."
rootcint -f $@ -c -p $^
TFitPofBStartupHandlerDict.cpp: ../include/TFitPofBStartupHandler.h ../include/TFitPofBStartupHandlerLinkDef.h
@echo "Generating dictionary $@..."
rootcint -f $@ -c -p $^