]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONrec.pkg
Adding new classes AliMUONClusterFinderPeakFit, AliMUONClusterFinderPeakCOG
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
index 7828495f8d2102ad8101b8eb3069a24ee53c84e6..cbab8aecc921d60f2a7a640b841c135ea8ca1297 100644 (file)
@@ -1,8 +1,6 @@
 # $Id$
 
-SRCS:= AliMUONClusterReconstructor.cxx \
-       AliMUONPixel.cxx \
-       AliMUONReconstructor.cxx \
+SRCS:= AliMUONReconstructor.cxx \
        AliMUONVTrackReconstructor.cxx \
        AliMUONTrackReconstructor.cxx \
        AliMUONTrackReconstructorK.cxx \
@@ -14,9 +12,7 @@ SRCS:= AliMUONClusterReconstructor.cxx \
        AliMUONVTriggerTrackStore.cxx \
        AliMUONTriggerTrackStoreV1.cxx \
        AliMUONRecoTrack.cxx \
-       AliMUONHitForRec.cxx \
        AliMUONDigitCalibrator.cxx \
-       AliMillepede.cxx \
        AliMUONAlignment.cxx \
        AliMUONVClusterFinder.cxx \
        AliMUONPreClusterFinder.cxx \
@@ -31,13 +27,19 @@ SRCS:= AliMUONClusterReconstructor.cxx \
        AliMUONPadStatusMaker.cxx \
        AliMUONPadStatusMapMaker.cxx \
        AliMUONTrackHitPattern.cxx \
-       AliMUONTriggerChamberEff.cxx \
        AliMUONVClusterStore.cxx \
        AliMUONClusterStoreV1.cxx \
        AliMUONClusterStoreV2.cxx \
        AliMUONClusterStoreV2Iterator.cxx \
        AliMUONVTrackStore.cxx \
-       AliMUONTrackStoreV1.cxx
+       AliMUONTrackStoreV1.cxx \
+       AliMUONRecoParam.cxx \
+       AliMUONVClusterServer.cxx \
+       AliMUONSimpleClusterServer.cxx \
+       AliMUONQADataMaker.cxx \
+       AliMUONQAChecker.cxx \
+       AliMUONClusterFinderPeakCOG.cxx \
+       AliMUONClusterFinderPeakFit.cxx
        
 HDRS:= $(SRCS:.cxx=.h)