]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONrec.pkg
just removing dead wood
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
index 8498e710133b06431903b8dfae44d2e1ef936ce1..65a3191007da616f69a6a37ce009b6545777ca8d 100644 (file)
@@ -1,33 +1,28 @@
 # $Id$
 
 SRCS:= AliMUONClusterReconstructor.cxx \
-       AliMUONDigitMapA1.cxx \
-       AliMUONClusterFinderVS.cxx \
        AliMUONClusterFinderAZ.cxx \
        AliMUONPixel.cxx \
-       AliMUONClusterInput.cxx \
        AliMUONReconstructor.cxx \
        AliMUONVTrackReconstructor.cxx \
        AliMUONTrackReconstructor.cxx \
        AliMUONTrackReconstructorK.cxx \
        AliMUONTracker.cxx \
        AliMUONTrack.cxx \
-       AliMUONTrackK.cxx \
        AliMUONTrackParam.cxx \
        AliMUONTrackExtrap.cxx \
        AliMUONTriggerTrack.cxx \
+       AliMUONVTriggerTrackStore.cxx \
+       AliMUONTriggerTrackStoreV1.cxx \
        AliMUONRecoTrack.cxx \
        AliMUONHitForRec.cxx \
-       AliMUONClusterDrawAZ.cxx \
-       AliMUONDetElement.cxx \
-       AliMUONEventRecoCombi.cxx \
        AliMUONDigitCalibrator.cxx \
        AliMillepede.cxx \
        AliMUONAlignment.cxx \
-       AliMUONDisplay.cxx \
-       AliMUONRecoCheck.cxx \
        AliMUONVClusterFinder.cxx \
        AliMUONPreClusterFinder.cxx \
+       AliMUONPreClusterFinderV2.cxx \
+       AliMUONPreClusterFinderV3.cxx \
        AliMUONClusterFinderMLEM.cxx \
        AliMUONClusterSplitterMLEM.cxx \
        AliMUONClusterFinderSimpleFit.cxx \
@@ -36,7 +31,12 @@ SRCS:= AliMUONClusterReconstructor.cxx \
        AliMUONCluster.cxx \
        AliMUONPadStatusMaker.cxx \
        AliMUONPadStatusMapMaker.cxx \
-       AliMUONHVNamer.cxx
+       AliMUONTrackHitPattern.cxx \
+       AliMUONTriggerChamberEff.cxx \
+       AliMUONVClusterStore.cxx \
+       AliMUONClusterStoreV1.cxx \
+       AliMUONVTrackStore.cxx \
+       AliMUONTrackStoreV1.cxx
        
 HDRS:= $(SRCS:.cxx=.h)