]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONcalib.pkg
- Update and add new ESD QA histograms
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
index 6c9af9e5b9d002e22d43f7fd32e625080a1ee581..635f4012fbab5ff053e5f2c1d4c4c41e3d10c8e2 100644 (file)
@@ -1,25 +1,31 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
-SRCS:=  AliMUONVDataIterator.cxx \
-        AliMUONObjectPair.cxx \
-        AliMUONTriggerLut.cxx \
-        AliMUONV2DStore.cxx \
-        AliMUONV1DStore.cxx \
-        AliMUON2DMap.cxx \
-        AliMUON2DMapIterator.cxx \
-        AliMUON1DArray.cxx \
-        AliMUON1DMap.cxx \
-        AliMUON1DMapIterator.cxx \
+SRCS:=  AliMUONTriggerLut.cxx \
         AliMUONVCalibParam.cxx \
+        AliMUONCalibParamND.cxx \
         AliMUONCalibParamNF.cxx \
         AliMUONCalibParamNI.cxx \
+        AliMUONCalibrationData.cxx \
         AliMUONTriggerEfficiencyCells.cxx\
         AliMUON2DStoreValidator.cxx \
-        AliMUONCheckItem.cxx \
-        AliMUONCheckItemIterator.cxx
+        AliMUONTriggerIO.cxx \
+        AliMUONTrackerIO.cxx \
+        AliMUONRegionalTriggerConfig.cxx \
+        AliMUONTriggerCrateConfig.cxx \
+        AliMUONGlobalCrateConfig.cxx \
+        AliMUONTriggerDisplay.cxx \
+        AliMUONVTrackerData.cxx \
+        AliMUONSparseHisto.cxx \
+        AliMUONTrackerData.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONcalibLinkDef.h
 
-EINCLUDE:= MUON/mapping
\ No newline at end of file
+EINCLUDE:= MUON/mapping
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase
+endif