]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/Makefile
New class replacing AliCluster
[u/mrichter/AliRoot.git] / MUON / Makefile
index 08c726e3f9b9cb5d4e18d2529707e35328510e22..4b6ac56bdd81be516fd2d22e848d353bffbca915 100644 (file)
@@ -10,7 +10,7 @@ PACKAGE = MUON
 # C++ sources
 
 SRCS         = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
-              AliMUONSegmentation.cxx  AliMUONSegmentationV0.cxx\
+              AliMUONSegmentationV0.cxx\
               AliMUONResponse.cxx AliMUONResponseV0.cxx \
               AliMUONSegmentationV01.cxx \
                AliMUONSegmentationV02.cxx AliMUONSegmentationV04.cxx \
@@ -19,8 +19,8 @@ SRCS         = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
               AliMUONSegmentationTriggerX.cxx AliMUONSegmentationTriggerY.cxx \
                AliMUONSegmentationV1.cxx AliMUON.cxx AliMUONv0.cxx AliMUONv1.cxx\
                AliMUONDisplay.cxx AliMUONPoints.cxx \
-               AliMUONClusterFinderVS.cxx AliMUONClusterFinder.cxx \
-               AliMUONHitMap.cxx AliMUONHitMapA1.cxx \
+               AliMUONClusterFinderVS.cxx \
+               AliMUONHitMapA1.cxx \
               AliMUONHit.cxx AliMUONPadHit.cxx AliMUONDigit.cxx \
                AliMUONTransientDigit.cxx AliMUONRawCluster.cxx \
               AliMUONReconstHit.cxx \
@@ -31,10 +31,18 @@ SRCS         = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
                AliMUONTrack.cxx AliMUONTrackHit.cxx AliMUONTrackParam.cxx \
                AliMUONTriggerCircuit.cxx AliMUONTriggerLut.cxx \
                AliMUONGlobalTrigger.cxx AliMUONLocalTrigger.cxx \
+               AliMUONTriggerConstants.cxx  AliMUONConstants.cxx \
+              AliMUONClusterInput.cxx     
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) MUONLinkDef.h
+HDRS          = $(SRCS:.cxx=.h) \
+               $(ROOTSYS)/include/TF1.h \
+               $(ROOTSYS)/include/TH3.h \
+               $(ROOTSYS)/include/TMarker3DBox.h \
+               $(ROOTSYS)/include/TMatrix.h \
+               $(ROOTSYS)/include/TTree.h \
+               MUONLinkDef.h
 
 # Library dictionary
 
@@ -44,7 +52,7 @@ DICTO         = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(DICT))
 
 # Fortran sources
 
-FSRCS        = reco_muon.F
+FSRCS        = reco_muon.F extrap.F
 
 # FORTRAN Objectrs
 
@@ -92,5 +100,3 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
-
-# DO NOT DELETE