]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
TOF reconstruction library splitting (T.Kuhr)
authordecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Nov 2004 07:23:25 +0000 (07:23 +0000)
committerdecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Nov 2004 07:23:25 +0000 (07:23 +0000)
TOF/libTOFrec.pkg [new file with mode: 0644]

diff --git a/TOF/libTOFrec.pkg b/TOF/libTOFrec.pkg
new file mode 100644 (file)
index 0000000..adde00b
--- /dev/null
@@ -0,0 +1,10 @@
+#-*- Mode: Makefile -*-
+# $Id$
+
+SRCS  = AliTOFtrack.cxx  AliTOFtracker.cxx  AliTOFpidESD.cxx  \
+       AliTOFReconstructor.cxx  \
+       AliTOFPID.cxx  AliTOFProb.cxx
+
+HDRS:= $(SRCS:.cxx=.h)
+
+DHDR=TOFrecLinkDef.h