]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
Possibility to specify event selection criteria within the raw-data input URI. The...
[u/mrichter/AliRoot.git] / TRD / libTRDbase.pkg
CommitLineData
74d2e0c7 1#-*- Mode: Makefile -*-
2
bdbb05bb 3SRCS= AliTRDarrayI.cxx \
625f5260 4 AliTRDarrayS.cxx \
bdbb05bb 5 AliTRDarrayF.cxx \
6 AliTRDsegmentID.cxx \
7 AliTRDdataArray.cxx \
8 AliTRDdataArrayI.cxx \
625f5260 9 AliTRDdataArrayS.cxx \
bdbb05bb 10 AliTRDdataArrayF.cxx \
fb44eb8e 11 AliTRDdataArrayDigits.cxx \
bdbb05bb 12 AliTRDsegmentArray.cxx \
ca21baaa 13 AliTRDSignalIndex.cxx \
bdbb05bb 14 AliTRDgeometry.cxx \
bdbb05bb 15 AliTRDdigit.cxx \
b864d801 16 AliTRDdigitsManager.cxx \
17 AliTRDrawData.cxx \
bde6446f 18 AliTRDpadPlane.cxx \
ed25c022 19 AliTRDRawStream.cxx \
ecf39416 20 AliTRDRawStreamV2.cxx \
d4232bb6 21 AliTRDrawStreamTB.cxx \
dfbb4bb9 22 AliTRDrawStreamBase.cxx \
0eedb47d 23 AliTRDtestBeam.cxx \
3551db50 24 AliTRDCommonParam.cxx \
022e76c3 25 AliTRDfeeParam.cxx \
cc7cef99 26 AliTRDcalibDB.cxx \
7754cd1f 27 Cal/AliTRDCalROC.cxx \
28 Cal/AliTRDCalPad.cxx \
29 Cal/AliTRDCalDet.cxx \
aa617684 30 Cal/AliTRDCalFEE.cxx \
197b835e 31 Cal/AliTRDCalDCS.cxx \
32 Cal/AliTRDCalDCSFEE.cxx \
33 Cal/AliTRDCalDCSPTR.cxx \
34 Cal/AliTRDCalDCSGTU.cxx \
720a0a16 35 Cal/AliTRDCalPID.cxx \
44dbae42 36 Cal/AliTRDCalPIDLQ.cxx \
37 Cal/AliTRDCalPIDNN.cxx \
dd80ee5c 38 Cal/AliTRDCalPIDRefMaker.cxx \
7754cd1f 39 Cal/AliTRDCalMonitoring.cxx \
7754cd1f 40 Cal/AliTRDCalChamberStatus.cxx \
7754cd1f 41 Cal/AliTRDCalPadStatus.cxx \
e3b2b5e5 42 Cal/AliTRDCalSingleChamberStatus.cxx \
55a288e5 43 AliTRDCalibraFit.cxx \
44 AliTRDCalibraMode.cxx \
45 AliTRDCalibraVector.cxx \
3a0f6479 46 AliTRDCalibraVdriftLinearFit.cxx \
170c35f1 47 AliTRDCalibPadStatus.cxx \
ffb5de4c 48 AliTRDQAChecker.cxx \
e5c60cc7 49 AliTRDPreprocessor.cxx \
fdfee371 50 AliTRDSaxHandler.cxx \
cd4fc278 51 AliTRDDataDCS.cxx \
52 AliTRDSensor.cxx \
53 AliTRDSensorArray.cxx \
8775e4e8 54 AliTRDalignment.cxx \
e3b2b5e5 55 AliTRDTriggerL1.cxx \
56 AliTRDmcmTracklet.cxx \
57 AliTRDmcm.cxx \
dfd03fc3 58 AliTRDmcmSim.cxx \
e3b2b5e5 59 AliTRDtrigParam.cxx \
60 AliTRDtrigger.cxx \
0c71f50b 61 AliTRDtrackletBase.cxx \
e3b2b5e5 62 AliTRDltuTracklet.cxx \
63 AliTRDgtuTrack.cxx \
ceb12049 64 AliTRDtrapAlu.cxx \
ce9a85f5 65 AliTRDmodule.cxx \
74d2e0c7 66 AliTRDhit.cxx \
67 AliTRDrecoParam.cxx \
68 AliTRDSimParam.cxx \
bdbb05bb 69
7754cd1f 70HDRS= $(SRCS:.cxx=.h)
bdbb05bb 71
72DHDR= TRDbaseLinkDef.h
b864d801 73
74EINCLUDE= RAW
74d2e0c7 75
76ifeq (win32gcc,$(ALICE_TARGET))
77PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
78 -lSTEER -lCDB -lESD -lSTEERBase \
79 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
babc70d3 80 -L$(shell root-config --libdir) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
74d2e0c7 81endif