]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/programs/Makefile
Little bugfixes for new alitroot version.
[u/mrichter/AliRoot.git] / HLT / programs / Makefile
index f786559b9fef29fd8e7b2f9126315748aae077e8..878544ec77bacc5a41a049d5aebcdd734f9127e2 100644 (file)
@@ -69,6 +69,10 @@ all : $(PRGS)
 runhough : runhough.o
        $(LD) $< $(LDFLAGS) -o $@
 
+#run hough transform on l3 data.
+runvhdlhough : runvhdlhough.o
+       $(LD) $< $(LDFLAGS) -o $@
+
 #run conventional clusterfinder on altro data
 runvhdlcf : runvhdlcf.o
        $(LD) $< $(LDFLAGS) -o $@
@@ -81,9 +85,11 @@ runit : runit.o
 read : read.o
        $(LD) $< $(LDFLAGS) -o $@
 
+#convert to binary
 convbin : ali2raw.o
        $(LD) $< $(LDFLAGS) -o $@
 
+#get transform values
 gettransform : gettransform.o
        $(LD) $< $(LDFLAGS) -o $@