]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONcalib.pkg
Cluster indices are published via AliKalmanTrack::GetClusterIndex()
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
index 6b2ed92fa870a69a8edb94beb53c6779e45df399..24cb43beee7ebe7717de982c620aee56f10057f9 100644 (file)
@@ -17,8 +17,13 @@ SRCS:=  AliMUONTriggerLut.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
@@ -27,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