]> 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 209e19ba687b1c178c4e2f6f7b8470c71d8132c9..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,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 \
@@ -46,9 +51,11 @@ SRCS:= AliMUONReconstructor.cxx \
        AliMUONLegacyClusterServer.cxx \
        AliMUONTriggerTrackToTrackerClusters.cxx \
        AliMUONVTrackerDataMaker.cxx \
-       AliMUONTrackerRawDataMaker.cxx \
-       AliMUONTrackerCalibratedDataMaker.cxx
-
+       AliMUONTrackerDataMaker.cxx \
+       AliMUONQAMappingCheck.cxx \
+       AliMUONCDB.cxx \
+       AliMUONTrackerConditionDataMaker.cxx
+       
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONrecLinkDef.h
@@ -61,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