]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONrec.pkg
Renamed output file to Vertex.Performance.root
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
index cbd78510f15bf5185b69540c9a1053c1fba2c7ae..0d597248047c9b65e17d754929796bee66c60c0d 100644 (file)
@@ -36,8 +36,14 @@ SRCS:= AliMUONReconstructor.cxx \
        AliMUONRecoParam.cxx \
        AliMUONVClusterServer.cxx \
        AliMUONSimpleClusterServer.cxx \
+       AliMUONVQADataMakerRec.cxx \
        AliMUONQADataMakerRec.cxx \
+       AliMUONTrackerQADataMakerRec.cxx \
+       AliMUONTriggerQADataMakerRec.cxx \
        AliMUONQAChecker.cxx \
+       AliMUONVQAChecker.cxx \
+       AliMUONTrackerQAChecker.cxx \
+       AliMUONTriggerQAChecker.cxx \
        AliMUONClusterFinderPeakCOG.cxx \
        AliMUONClusterFinderPeakFit.cxx \
        AliMUONRefitter.cxx \
@@ -45,7 +51,10 @@ SRCS:= AliMUONReconstructor.cxx \
        AliMUONLegacyClusterServer.cxx \
        AliMUONTriggerTrackToTrackerClusters.cxx \
        AliMUONVTrackerDataMaker.cxx \
-       AliMUONTrackerDataMaker.cxx 
+       AliMUONTrackerDataMaker.cxx \
+       AliMUONQAMappingCheck.cxx \
+       AliMUONCDB.cxx \
+       AliMUONTrackerConditionDataMaker.cxx
        
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -59,5 +68,5 @@ PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lMUONgeometry -lMUONraw -lMUONcore \
                          -lSTEER -lCDB -lESD -lSTEERBase \
                          -lRAWDatasim -lRAWDatabase \
-                         -L$(shell root-config --libdir) -lMinuit -lVMC -lEG -lGeom 
+                         -L$(ROOTLIBDIR) -lMinuit -lVMC -lEG -lGeom 
 endif