]> 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 2d4b3110862d9727e28303d54ed78bbc885cea78..0d597248047c9b65e17d754929796bee66c60c0d 100644 (file)
@@ -14,7 +14,6 @@ SRCS:= AliMUONReconstructor.cxx \
        AliMUONTriggerTrackStoreV1.cxx \
        AliMUONRecoTrack.cxx \
        AliMUONDigitCalibrator.cxx \
-       AliMUONAlignment.cxx \
        AliMUONVClusterFinder.cxx \
        AliMUONPreClusterFinder.cxx \
        AliMUONPreClusterFinderV2.cxx \
@@ -37,11 +36,26 @@ 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
-
+       AliMUONClusterFinderPeakFit.cxx \
+       AliMUONRefitter.cxx \
+       AliMUONESDInterface.cxx \
+       AliMUONLegacyClusterServer.cxx \
+       AliMUONTriggerTrackToTrackerClusters.cxx \
+       AliMUONVTrackerDataMaker.cxx \
+       AliMUONTrackerDataMaker.cxx \
+       AliMUONQAMappingCheck.cxx \
+       AliMUONCDB.cxx \
+       AliMUONTrackerConditionDataMaker.cxx
+       
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONrecLinkDef.h
@@ -54,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