]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDsim.pkg
Incrementing class versions
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
index 92477f0c50e77bbc557798001c9a85fd8bd885a9..bc8cc081a5758d96ff5fce831f5849a58490eccb 100644 (file)
@@ -2,20 +2,26 @@
 #
 # $Id$
 
-SRCS           =  AliFMD.cxx                   \
-                  AliFMDv0.cxx                 \
-                  AliFMDv1.cxx                 \
-                  AliFMDSubDetector.cxx        \
-                  AliFMD1.cxx                  \
-                  AliFMD2.cxx                  \
-                  AliFMD3.cxx                  \
-                  AliFMDRing.cxx               \
-                  AliFMDPolygon.cxx            \
-                  AliFMDHit.cxx                \
-                  AliFMDDigitizer.cxx
-HDRS           =  $(SRCS:.cxx=.h) AliFMDMap.h
+SRCS           =  AliFMD.cxx                           \
+                  AliFMDv0.cxx                         \
+                  AliFMDv1.cxx                         \
+                  AliFMDGeometryBuilder.cxx            \
+                  AliFMDGeometryBuilderSimple.cxx      \
+                  AliFMDSimulator.cxx                  \
+                  AliFMDGeoSimulator.cxx               \
+                  AliFMDGeoOldSimulator.cxx            \
+                  AliFMDG3Simulator.cxx                \
+                  AliFMDG3OldSimulator.cxx             \
+                  AliFMDHit.cxx                        \
+                  AliFMDDigitizer.cxx                  \
+                  AliFMDEdepMap.cxx                    \
+                  AliFMDRawWriter.cxx                  \
+                  AliFMDAlla.cxx               
+HDRS           =  $(SRCS:.cxx=.h) 
 DHDR           := FMDsimLinkDef.h
 EINCLUDE       := $(ALICE)/RAW
+# Un comment to use old code with seperate simulator task
+# PACKCXXFLAGS := $(CXXFLAGS) -DUSE_PRE_MOVE
 
 #
 # EOF