67af833f |
1 | SRCS= AliTRD.cxx \ |
2 | AliTRDv0.cxx \ |
3 | AliTRDv1.cxx \ |
4 | AliTRDv2.cxx \ |
5 | AliTRDhit.cxx \ |
6 | AliTRDdigit.cxx \ |
7 | AliTRDpixel.cxx \ |
8 | AliTRDmatrix.cxx \ |
9 | AliTRDgeometry.cxx \ |
10 | AliTRDgeometryFull.cxx \ |
11 | AliTRDgeometryDetail.cxx \ |
12 | AliTRDgeometryHole.cxx \ |
13 | AliTRDdigitizer.cxx \ |
14 | AliTRDclusterizer.cxx \ |
15 | AliTRDclusterizerV0.cxx \ |
16 | AliTRDclusterizerV1.cxx \ |
17 | AliTRDrecPoint.cxx \ |
18 | AliTRDsegmentArray.cxx \ |
19 | AliTRDdataArray.cxx \ |
20 | AliTRDdataArrayI.cxx \ |
21 | AliTRDdataArrayF.cxx \ |
22 | AliTRDdigitsManager.cxx \ |
23 | AliTRDsim.cxx \ |
24 | AliTRDsegmentID.cxx \ |
25 | AliTRDsegmentArrayBase.cxx \ |
26 | AliTRDarrayI.cxx \ |
27 | AliTRDarrayF.cxx \ |
28 | AliTRDpoints.cxx \ |
67af833f |
29 | AliTRDtrack.cxx \ |
30 | AliTRDtracker.cxx \ |
31 | AliTRDtrackHits.cxx \ |
32 | AliTRDcluster.cxx \ |
33 | AliTRDpid.cxx \ |
34 | AliTRDpidLQ.cxx \ |
35 | AliTRDmcTrack.cxx \ |
36 | AliTRDsimple.cxx \ |
37 | AliTRDsimpleMC.cxx \ |
38 | AliTRDsimpleGen.cxx \ |
79e94bf8 |
39 | AliTRDparameter.cxx \ |
409e04ee |
40 | AliTRDPartID.cxx \ |
41 | AliTRDclusterMI.cxx \ |
456396b8 |
42 | AliTRDclusterizerMI.cxx \ |
43 | AliTRDclusterCorrection.cxx |
f347de98 |
44 | |
45 | HDRS= $(SRCS:.cxx=.h) |
46 | |
88cb7938 |
47 | DHDR= TRDLinkDef.h |