X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FlibMUONrec.pkg;h=9011b3cc7decb95a619a76e82c2016f816086e7e;hb=88a58c26d26f3d958197242d3c7897e3dfdf07ba;hp=c746a00d5fb73602fb74c50873902b87a743b17b;hpb=9ff499c3a06ff91572e6ce87195c6fe1ead9c651;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/libMUONrec.pkg b/MUON/libMUONrec.pkg index c746a00d5fb..9011b3cc7de 100644 --- a/MUON/libMUONrec.pkg +++ b/MUON/libMUONrec.pkg @@ -1,9 +1,7 @@ +#-*- Mode: Makefile -*- # $Id$ -SRCS:= AliMUONClusterReconstructor.cxx \ - AliMUONClusterFinderAZ.cxx \ - AliMUONPixel.cxx \ - AliMUONReconstructor.cxx \ +SRCS:= AliMUONReconstructor.cxx \ AliMUONVTrackReconstructor.cxx \ AliMUONTrackReconstructor.cxx \ AliMUONTrackReconstructorK.cxx \ @@ -15,29 +13,54 @@ SRCS:= AliMUONClusterReconstructor.cxx \ AliMUONVTriggerTrackStore.cxx \ AliMUONTriggerTrackStoreV1.cxx \ AliMUONRecoTrack.cxx \ - AliMUONHitForRec.cxx \ AliMUONDigitCalibrator.cxx \ - AliMillepede.cxx \ - AliMUONAlignment.cxx \ AliMUONVClusterFinder.cxx \ AliMUONPreClusterFinder.cxx \ + AliMUONPreClusterFinderV2.cxx \ + AliMUONPreClusterFinderV3.cxx \ AliMUONClusterFinderMLEM.cxx \ AliMUONClusterSplitterMLEM.cxx \ AliMUONClusterFinderSimpleFit.cxx \ AliMUONClusterFinderCOG.cxx \ AliMUONPad.cxx \ AliMUONCluster.cxx \ - AliMUONPadStatusMaker.cxx \ AliMUONPadStatusMapMaker.cxx \ AliMUONTrackHitPattern.cxx \ - AliMUONTriggerChamberEff.cxx \ AliMUONVClusterStore.cxx \ AliMUONClusterStoreV1.cxx \ + AliMUONClusterStoreV2.cxx \ + AliMUONClusterStoreV2Iterator.cxx \ AliMUONVTrackStore.cxx \ - AliMUONTrackStoreV1.cxx + AliMUONTrackStoreV1.cxx \ + AliMUONVClusterServer.cxx \ + AliMUONSimpleClusterServer.cxx \ + AliMUONVQADataMakerRec.cxx \ + AliMUONQADataMakerRec.cxx \ + AliMUONTrackerQADataMakerRec.cxx \ + AliMUONTriggerQADataMakerRec.cxx \ + AliMUONClusterFinderPeakCOG.cxx \ + AliMUONClusterFinderPeakFit.cxx \ + AliMUONRefitter.cxx \ + AliMUONESDInterface.cxx \ + AliMUONLegacyClusterServer.cxx \ + AliMUONTriggerTrackToTrackerClusters.cxx \ + AliMUONVTrackerDataMaker.cxx \ + AliMUONTrackerDataMaker.cxx \ + AliMUONQAMappingCheck.cxx \ + AliMUONCDB.cxx \ + AliMUONTrackerConditionDataMaker.cxx HDRS:= $(SRCS:.cxx=.h) DHDR:= MUONrecLinkDef.h EINCLUDE := RAW MUON/mapping + +ifeq (win32gcc,$(ALICE_TARGET)) +PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ + -lMUONbase -lMUONmapping -lMUONcalib -lMUONtrigger \ + -lMUONgeometry -lMUONraw -lMUONcore \ + -lSTEER -lCDB -lESD -lSTEERBase \ + -lRAWDatasim -lRAWDatabase \ + -L$(ROOTLIBDIR) -lMinuit -lVMC -lEG -lGeom +endif