]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/libZDCrec.pkg
Detector Algorithm for pedestal runs.
[u/mrichter/AliRoot.git] / ZDC / libZDCrec.pkg
index 0265282eb69161ef92bb7395f78bbe94f411b5ac..a914a8fd983c2a8ddad181e193e812d6052f758d 100644 (file)
@@ -1,7 +1,9 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-SRCS= AliZDCReco.cxx AliZDCReconstructor.cxx
+SRCS= AliZDCReco.cxx AliZDCRecoParam.cxx AliZDCRecoParampp.cxx \
+AliZDCRecoParamPbPb.cxx AliZDCReconstructor.cxx \
+AliZDCQADataMakerRec.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
 
@@ -11,6 +13,6 @@ EINCLUDE:=RAW
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-                         -lSTEER -lCDB -lSTEERBase -lZDCbase
+                         -lSTEER -lESD -lCDB -lSTEERBase -lZDCbase
 
 endif