]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONcalib.pkg
Bug coreected in PTM gain array indexes
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
index 945349a27915577f1d93fdb14181a572aa384a6e..24cb43beee7ebe7717de982c620aee56f10057f9 100644 (file)
@@ -14,10 +14,16 @@ SRCS:=  AliMUONTriggerLut.cxx \
         AliMUONRegionalTriggerConfig.cxx \
         AliMUONTriggerCrateConfig.cxx \
         AliMUONGlobalCrateConfig.cxx \
+        AliMUONTriggerDisplay.cxx \
         AliMUONVTrackerData.cxx \
         AliMUONSparseHisto.cxx \
-        AliMUONTrackerData.cxx
-        
+        AliMUONTrackerData.cxx \
+        AliMUONPedestal.cxx \
+        AliMUONGain.cxx \
+        AliMUONErrorCounter.cxx \
+        AliMUONRejectList.cxx
+
+
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONcalibLinkDef.h
@@ -26,5 +32,5 @@ EINCLUDE:= MUON/mapping
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-                         -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase
+                         -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase
 endif