]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDbase.pkg
Correct RotateBack method
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
index 3e0b9ade41db5bdbb8edaa28212c01fb52854c8a..8323c1de527d5ae1fa2c3274305e21fae20a70ec 100644 (file)
@@ -2,12 +2,17 @@
 #
 # $Id$
 
-SRCS           =  AliFMDDigit.cxx              \
+SRCS           =  AliFMDIndex.cxx              \
+                  AliFMDBaseDigit.cxx          \
+                  AliFMDDigit.cxx              \
+                  AliFMDSDigit.cxx             \
                   AliFMDBoolMap.cxx            \
                   AliFMDUShortMap.cxx          \
                   AliFMDCalibPedestal.cxx      \
                   AliFMDCalibGain.cxx          \
                   AliFMDCalibSampleRate.cxx    \
+                  AliFMDCalibStripRange.cxx    \
+                  AliFMDAltroMapping.cxx       \
                   AliFMDParameters.cxx         \
                   AliFMDGeometry.cxx           \
                   AliFMDRing.cxx               \
@@ -16,11 +21,12 @@ SRCS                =  AliFMDDigit.cxx              \
                   AliFMD2.cxx                  \
                   AliFMD3.cxx                  
 
-HDRS           =  $(SRCS:.cxx=.h)
+#                 AliFMDAltroIO.cxx            
+
+HDRS           =  $(SRCS:.cxx=.h) 
 DHDR           := FMDbaseLinkDef.h
-# Un comment to use old code with seperate simulator task
-# PACKCXXFLAGS := $(CXXFLAGS) -DUSE_PRE_MOVE
 
+EINCLUDE        :=  RAW
 #
 # EOF
-#
\ No newline at end of file
+#