]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONcalib.pkg
Adding a method to dump the readout errors at the end of the decoding
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
index 0f515366fdfb7f2af43c4fadd66a6f2c22e4718e..24cb43beee7ebe7717de982c620aee56f10057f9 100644 (file)
@@ -6,10 +6,23 @@ SRCS:=  AliMUONTriggerLut.cxx \
         AliMUONCalibParamND.cxx \
         AliMUONCalibParamNF.cxx \
         AliMUONCalibParamNI.cxx \
+        AliMUONCalibrationData.cxx \
         AliMUONTriggerEfficiencyCells.cxx\
         AliMUON2DStoreValidator.cxx \
         AliMUONTriggerIO.cxx \
-        AliMUONTrackerIO.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)
 
@@ -19,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