]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONrec.pkg
Optional geometry without CPV
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
index 8c3c96577388e6a9da3a0257416b2d3b52e67cac..8f00ccc5fcb18a7d0af5fc6f33ee6327b9a74f2f 100644 (file)
@@ -7,15 +7,16 @@ SRCS:= AliMUONClusterReconstructor.cxx \
        AliMUONPixel.cxx \
        AliMUONClusterInput.cxx \
        AliMUONReconstructor.cxx \
+       AliMUONVTrackReconstructor.cxx \
        AliMUONTrackReconstructor.cxx \
+       AliMUONTrackReconstructorK.cxx \
        AliMUONTrack.cxx \
        AliMUONTrackK.cxx \
        AliMUONTrackParam.cxx \
+       AliMUONTrackExtrap.cxx \
        AliMUONTriggerTrack.cxx \
        AliMUONRecoTrack.cxx \
        AliMUONHitForRec.cxx \
-       AliMUONTrackHit.cxx \
-       AliMUONSegment.cxx \
        AliMUONClusterDrawAZ.cxx \
        AliMUONDetElement.cxx \
        AliMUONEventRecoCombi.cxx \
@@ -23,8 +24,15 @@ SRCS:= AliMUONClusterReconstructor.cxx \
        AliMillepede.cxx \
        AliMUONAlignment.cxx \
        AliMUONDisplay.cxx \
-       AliMUONRecoCheck.cxx
+       AliMUONRecoCheck.cxx \
+       AliMUONVClusterFinder.cxx \
+       AliMUONPreClusterFinder.cxx \
+       AliMUONClusterFinderMLEM.cxx \
+       AliMUONClusterSplitterMLEM.cxx \
+       AliMUONClusterFinderSimpleFit.cxx \
+       AliMUONClusterFinderCOG.cxx \
+       AliMUONPad.cxx \
+       AliMUONCluster.cxx
 
 HDRS:= $(SRCS:.cxx=.h)