]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/libEMCALrec.pkg
select only raw data events where the EMCAL was included (needed for calibration...
[u/mrichter/AliRoot.git] / EMCAL / libEMCALrec.pkg
index 35ae766be6553c98eb44f5d6ad32730c139e1d2e..ea5e2234097dbd9330502058ccfea7a0270545c9 100644 (file)
@@ -3,11 +3,14 @@
 # 19-Aug-05 - split from libEMCAL.pkg
 SRCS =\
 AliEMCALReconstructor.cxx \
+AliEMCALClusterizer.cxx \
 AliEMCALClusterizerv1.cxx \
 AliEMCALTrack.cxx \
 AliEMCALTracker.cxx \
 AliEMCALPID.cxx \
-AliEMCALQADataMakerRec.cxx AliEMCALAodCluster.cxx
+AliEMCALQADataMakerRec.cxx \
+AliEMCALAodCluster.cxx
+
 
 HDRS= $(SRCS:.cxx=.h) 
 
@@ -15,10 +18,11 @@ CINTHDRS:= $(HDRS) AliEMCALGeometry.h AliEMCALGeoUtils.h
 
 DHDR:=EMCALrecLinkDef.h
 # have to tune
-EINCLUDE:=PYTHIA6 RAW EVGEN THijing 
+EINCLUDE:=PYTHIA6 RAW EVGEN THijing VZERO
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lEMCALUtils -lEMCALbase -lEMCALsim -lSTEER -lESD -lCDB -lSTEERBase \
                          -L$(ROOTLIBDIR) -lMinuit
 endif
+