Commit | Line | Data |
---|---|---|
efaab2ef | 1 | SRCS:= \ |
2 | AliTPCClusterFinder.cxx \ | |
3 | AliTPC.cxx\ | |
4 | AliTPCv0.cxx\ | |
5 | AliTPCv1.cxx\ | |
6 | AliTPCv2.cxx\ | |
7 | AliTPCv3.cxx\ | |
8 | AliDetectorParam.cxx\ | |
9 | AliTPCParam.cxx\ | |
10 | AliTPCParamSR.cxx\ | |
11 | AliTPCParamCR.cxx\ | |
12 | AliTPCPRF2D.cxx\ | |
13 | AliTPCRF1D.cxx\ | |
14 | AliSimDigits.cxx\ | |
15 | AliDigitsArray.cxx\ | |
16 | AliTPCDigitsArray.cxx\ | |
17 | AliComplexCluster.cxx\ | |
18 | AliClusters.cxx\ | |
19 | AliClustersArray.cxx\ | |
20 | AliTPCClustersRow.cxx\ | |
21 | AliTPCClustersArray.cxx\ | |
22 | AliH2F.cxx\ | |
23 | AliTPCcluster.cxx\ | |
24 | AliTPCclusterer.cxx\ | |
25 | AliTPCtrack.cxx\ | |
26 | AliTPCtracker.cxx\ | |
27 | AliTPCTrackHits.cxx | |
28 | ||
29 | HDRS:= \ | |
30 | AliTPCClusterFinder.h \ | |
31 | AliTPC.h\ | |
32 | AliTPCv0.h\ | |
33 | AliTPCv1.h\ | |
34 | AliTPCv2.h\ | |
35 | AliTPCv3.h\ | |
36 | AliDetectorParam.h\ | |
37 | AliTPCParam.h\ | |
38 | AliTPCParamSR.h\ | |
39 | AliTPCParamCR.h\ | |
40 | AliTPCPRF2D.h\ | |
41 | AliTPCRF1D.h\ | |
42 | AliSimDigits.h\ | |
43 | AliDigitsArray.h\ | |
44 | AliTPCDigitsArray.h\ | |
45 | AliComplexCluster.h\ | |
46 | AliClusters.h\ | |
47 | AliClustersArray.h\ | |
48 | AliTPCClustersRow.h\ | |
49 | AliTPCClustersArray.h\ | |
50 | AliH2F.h\ | |
51 | AliTPCcluster.h\ | |
52 | AliTPCclusterer.h\ | |
53 | AliTPCtrack.h\ | |
54 | AliTPCtracker.h\ | |
55 | AliTPCTrackHits.h | |
56 | ||
57 | DHDR:= TPCLinkDef.h | |
58 | ||
59 |