]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/libTPCrec.pkg
Add cluster error and shape parameterization class + routine to fit parameters
[u/mrichter/AliRoot.git] / TPC / libTPCrec.pkg
index ec0e3d8dfd2ba5b0574940402c9e44e9c88db085..a50e9c9719f0833eae5c1fc192a44651ac8cedad 100644 (file)
@@ -1,12 +1,12 @@
 SRCS:=  AliTPCcluster.cxx \
-        AliTPCclusterMI.cxx AliComplexCluster.cxx \
+        AliTPCclusterMI.cxx AliComplexCluster.cxx  AliTPCclusterInfo.cxx \
        AliClusters.cxx AliTPCClustersRow.cxx \
         AliClustersArray.cxx AliTPCClustersArray.cxx \
        AliTPCclusterer.cxx AliTPCclustererMI.cxx \
        AliTPCtrack.cxx AliTPCtracker.cxx \
        AliTPCpolyTrack.cxx  AliTPCseed.cxx AliTPCtrackerMI.cxx \
        AliTPCPid.cxx AliTPCtrackPid.cxx AliTPCpidESD.cxx \
-       AliTPCReconstructor.cxx AliTPCRecoParam.cxx
+       AliTPCReconstructor.cxx AliTPCRecoParam.cxx AliTPCClusterParam.cxx 
         
 HDRS:= $(SRCS:.cxx=.h)