]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUON.pkg
New class for testing new Stepmanager added. (G. Martinez)
[u/mrichter/AliRoot.git] / MUON / libMUON.pkg
index 9f0bc3471da38580cc20c70309b5f4a62f314544..efe84d4e380da94ca1c440d69ffaf08b6ab49580 100644 (file)
@@ -1,6 +1,6 @@
 FSRCS= extrap.F
 
-SRCS         =  AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
+SRCS         = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
               AliMUONSegmentationV0.cxx\
               AliMUONResponse.cxx AliMUONResponseV0.cxx \
               AliMUONSegmentationV01.cxx \
@@ -9,7 +9,7 @@ SRCS         =  AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
               AliMUONSegmentationTrigger.cxx  AliMUONResponseTrigger.cxx\
                AliMUONResponseTriggerV1.cxx\
               AliMUONSegmentationTriggerX.cxx AliMUONSegmentationTriggerY.cxx \
-               AliMUONSegmentationV1.cxx AliMUON.cxx AliMUONv0.cxx AliMUONv1.cxx \
+               AliMUONSegmentationV1.cxx AliMUON.cxx AliMUONv0.cxx AliMUONv1.cxx AliMUONv3.cxx \
                AliMUONDisplay.cxx AliMUONPoints.cxx \
                AliMUONClusterFinderVS.cxx \
                AliMUONHitMapA1.cxx \
@@ -27,35 +27,32 @@ SRCS         =  AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
               AliMUONSegmentationSlatModule.cxx AliMUONSegmentationSlatModuleN.cxx \
               AliMUONSegmentationSlat.cxx AliMUONSegmentationSlatN.cxx \
               AliMUONRecoEvent.cxx AliMUONRecoDisplay.cxx \
-               AliMUONMerger.cxx AliMUONFactory.cxx
-
-HDRS         =  AliMUONChamber.h AliMUONChamberTrigger.h \
-              AliMUONSegmentationV0.h\
-              AliMUONResponse.h AliMUONResponseV0.h \
-              AliMUONSegmentationV01.h \
-               AliMUONSegmentationV02.h AliMUONSegmentationV04.h \
-              AliMUONSegmentationV05.h\
-              AliMUONSegmentationTrigger.h  AliMUONResponseTrigger.h\
-               AliMUONResponseTriggerV1.h\
-              AliMUONSegmentationTriggerX.h AliMUONSegmentationTriggerY.h \
-               AliMUONSegmentationV1.h AliMUON.h AliMUONv0.h AliMUONv1.h \
-               AliMUONDisplay.h AliMUONPoints.h \
-               AliMUONClusterFinderVS.h \
-               AliMUONHitMapA1.h \
-              AliMUONHit.h AliMUONPadHit.h AliMUONDigit.h \
-               AliMUONTransientDigit.h AliMUONRawCluster.h \
-              AliMUONReconstHit.h \
-               AliMUONEventReconstructor.h \
-              AliMUONTriggerDecision.h \
-               AliMUONHitForRec.h AliMUONSegment.h \
-               AliMUONTrack.h AliMUONTrackHit.h AliMUONTrackParam.h \
-               AliMUONTriggerCircuit.h AliMUONTriggerLut.h \
-               AliMUONGlobalTrigger.h AliMUONLocalTrigger.h \
-               AliMUONTriggerConstants.h  AliMUONConstants.h \
-              AliMUONClusterInput.h  \
-              AliMUONSegmentationSlatModule.h AliMUONSegmentationSlatModuleN.h \
-              AliMUONSegmentationSlat.h AliMUONSegmentationSlatN.h \
-              AliMUONRecoEvent.h AliMUONRecoDisplay.h \
-               AliMUONMerger.h AliMUONFactory.h
+               AliMUONMerger.cxx AliMUONFactory.cxx AliMUONDigitizer.cxx \
+               AliMUONTrackK.cxx AliMUONClusterFinderAZ.cxx AliMUONPixel.cxx
+
+HDRS         =  $(SRCS:.cxx=.h) 
+
+EHDRS        = $(ROOTSYS)/include/TF1.h \
+               $(ROOTSYS)/include/TH3.h \
+               $(ROOTSYS)/include/TMarker3DBox.h \
+               $(ROOTSYS)/include/TMatrix.h \
+               $(ROOTSYS)/include/TTree.h \
 
 DHDR:= MUONLinkDef.h
+
+ifneq ($(MINSTALL),)          
+
+SRCS     += AliMUONv2.cxx AliMUONSt1Segmentation.cxx AliMUONSt1Response.cxx \
+           AliMUONSt1ElectronicElement.cxx AliMUONSt1SpecialMotif.cxx \
+           AliMUONSt1ResponseParameter.cxx AliMUONSt1ResponseRule.cxx \
+           AliMUONSt1IniReader.cxx AliMUONSt1Decoder.cxx \
+
+EHDRS    += $(ROOTSYS)/include/TArrayF.h \
+
+EINCLUDE := $(MINSTALL)/include
+ELIBSDIR := $(MINSTALL)/lib/$(MPSYSTEM)
+ELIBS    := basic graphics motif sector plane 
+
+CINTFLAGS += -DUSE_MUON_MAPPING
+
+endif