]> 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 fc249d8a5d0942dd7b13f9b47b3859ee2ec2fbc8..24cb43beee7ebe7717de982c620aee56f10057f9 100644 (file)
@@ -6,14 +6,24 @@ SRCS:=  AliMUONTriggerLut.cxx \
         AliMUONCalibParamND.cxx \
         AliMUONCalibParamNF.cxx \
         AliMUONCalibParamNI.cxx \
+        AliMUONCalibrationData.cxx \
         AliMUONTriggerEfficiencyCells.cxx\
         AliMUON2DStoreValidator.cxx \
         AliMUONTriggerIO.cxx \
         AliMUONTrackerIO.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
@@ -22,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