]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONcalib.pkg
AliTriggerAnalysis: added switch to disable FMD histograms (runs much faster) (consta...
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
index 4ac053ec8d7e30d18b846b05e39657774911fd91..5868b7cd32683e68570bc132281e39ae56efdf63 100644 (file)
@@ -1,26 +1,37 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
-SRCS:=  AliMUONObjectPair.cxx \
-        AliMUONTriggerLut.cxx \
-        AliMUON2DMap.cxx \
-        AliMUON2DMapIterator.cxx \
-        AliMUON2DMapIteratorByI.cxx \
-        AliMUON1DArray.cxx \
-        AliMUON1DMap.cxx \
-        AliMUON1DMapIterator.cxx \
+SRCS:=  AliMUONTriggerLut.cxx \
         AliMUONVCalibParam.cxx \
         AliMUONCalibParamND.cxx \
         AliMUONCalibParamNF.cxx \
         AliMUONCalibParamNI.cxx \
+        AliMUONCalibrationData.cxx \
         AliMUONTriggerEfficiencyCells.cxx\
+       AliMUONTriggerChamberEfficiency.cxx \
         AliMUON2DStoreValidator.cxx \
-        AliMUONCheckItem.cxx \
-        AliMUONCheckItemIterator.cxx \
-        AliMUONVStore.cxx \
-        AliMUONTreeManager.cxx
+        AliMUONTriggerIO.cxx \
+        AliMUONTrackerIO.cxx \
+        AliMUONRegionalTriggerConfig.cxx \
+        AliMUONTriggerCrateConfig.cxx \
+        AliMUONGlobalCrateConfig.cxx \
+        AliMUONTriggerDisplay.cxx \
+        AliMUONVTrackerData.cxx \
+        AliMUONSparseHisto.cxx \
+        AliMUONTrackerData.cxx \
+        AliMUONPedestal.cxx \
+        AliMUONGain.cxx \
+        AliMUONErrorCounter.cxx \
+        AliMUONRejectList.cxx
+
 
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONcalibLinkDef.h
 
 EINCLUDE:= MUON/mapping
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase
+endif