]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/libITSrec.pkg
New Class AliITSTrackleterSPDEff:
[u/mrichter/AliRoot.git] / ITS / libITSrec.pkg
index e0f008183ab0fbd2acee69c2d0a98a248fa9acb1..7d302a1586920cc4e37490fe04c4a7bb2cc4e262 100644 (file)
@@ -1,10 +1,12 @@
+#-*- Mode: Makefile -*-
+
 SRCS =         AliITSDetTypeRec.cxx \
                AliITSRawCluster.cxx \
                AliITSClusterFinder.cxx \
                AliITSClusterFinderSPD.cxx \
                AliITSClusterFinderSDD.cxx \
                AliITSClusterFinderSSD.cxx \
-               AliITSClusterFinderV2.cxx \
+               AliITSClusterFinderV2.cxx \
                AliITSClusterFinderV2SDD.cxx \
                AliITSClusterFinderV2SPD.cxx \
                AliITSClusterFinderV2SSD.cxx \
@@ -54,9 +56,6 @@ SRCS =        AliITSDetTypeRec.cxx \
                AliITSBeamTestDigitizer.cxx \
                AliITSMultReconstructor.cxx \
                AliITSPreprocessorSPD.cxx \
-               AliITSPedestalSSD.cxx \
-                AliITSIntMap.cxx \
-               AliITSIntMapNode.cxx \
                AliITSOnlineCalibrationSPD.cxx \
                AliITSOnlineCalibrationSPDhandler.cxx \
                AliITSOnlineSPDHitArray.cxx \
@@ -83,12 +82,18 @@ SRCS =      AliITSDetTypeRec.cxx \
                 AliITSOnlineSDDCMN.cxx \
                AliITSPreprocessorSSD.cxx \
                AliITSAlignMille.cxx \
+               AliITSAlignMilleModule.cxx \
                AliITSQAChecker.cxx \
                AliITSResidualsAnalysis.cxx \
                AliITSQADataMakerRec.cxx \
                AliITSQASPDDataMakerRec.cxx \
                AliITSQASDDDataMakerRec.cxx \
-               AliITSQASSDDataMakerRec.cxx 
+               AliITSQASSDDataMakerRec.cxx \
+               AliITSQASPDChecker.cxx \
+                AliITSQASDDChecker.cxx \
+                AliITSQASSDChecker.cxx \
+               AliITSTrackleterSPDEff.cxx 
+
 
 HDRS:=  $(SRCS:.cxx=.h)
 
@@ -98,3 +103,10 @@ EINCLUDE:=TPC RAW
 
 EXPORT:=AliITStrackV2.h                \
         AliITSVertexer.h AliITSRecoParam.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lITSbase -lSTEER -lESD -lCDB -lSTEERBase \
+                         -lRAWDatarec \
+                         -L$(shell root-config --libdir) -lEG -lGeom
+endif