]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDbase.pkg
Added macros for production using Geant4. 3 different physics lists can be used:...
[u/mrichter/AliRoot.git] / TRD / libTRDbase.pkg
CommitLineData
74d2e0c7 1#-*- Mode: Makefile -*-
2
a8b80f2f 3SRCS= AliTRDarraySignal.cxx \
b65e5048 4 AliTRDarrayDictionary.cxx \
5 AliTRDarrayADC.cxx \
ca21baaa 6 AliTRDSignalIndex.cxx \
bdbb05bb 7 AliTRDgeometry.cxx \
bdbb05bb 8 AliTRDdigit.cxx \
b864d801 9 AliTRDdigitsManager.cxx \
966f6939 10 AliTRDdigitsParam.cxx \
b864d801 11 AliTRDrawData.cxx \
bde6446f 12 AliTRDpadPlane.cxx \
ef1860eb 13 AliTRDrawStreamOld.cxx \
860f3a82 14 AliTRDrawFastStream.cxx \
dfbb4bb9 15 AliTRDrawStreamBase.cxx \
d60fe037 16 AliTRDrawStream.cxx \
0eedb47d 17 AliTRDtestBeam.cxx \
3551db50 18 AliTRDCommonParam.cxx \
022e76c3 19 AliTRDfeeParam.cxx \
c4ecd14c 20 AliTRDgtuParam.cxx \
cc7cef99 21 AliTRDcalibDB.cxx \
7754cd1f 22 Cal/AliTRDCalROC.cxx \
23 Cal/AliTRDCalPad.cxx \
24 Cal/AliTRDCalDet.cxx \
197b835e 25 Cal/AliTRDCalDCS.cxx \
26 Cal/AliTRDCalDCSFEE.cxx \
27 Cal/AliTRDCalDCSPTR.cxx \
3821ce70 28 Cal/AliTRDCalDCSGTUBoardInfo.cxx \
29 Cal/AliTRDCalDCSGTUCtpOpc.cxx \
30 Cal/AliTRDCalDCSGTUSegment.cxx \
31 Cal/AliTRDCalDCSGTUTgu.cxx \
32 Cal/AliTRDCalDCSGTUTmu.cxx \
197b835e 33 Cal/AliTRDCalDCSGTU.cxx \
7754cd1f 34 Cal/AliTRDCalMonitoring.cxx \
7754cd1f 35 Cal/AliTRDCalChamberStatus.cxx \
7754cd1f 36 Cal/AliTRDCalPadStatus.cxx \
e3b2b5e5 37 Cal/AliTRDCalSingleChamberStatus.cxx \
ea6a6b52 38 Cal/AliTRDCalPID.cxx \
55a288e5 39 AliTRDCalibraFit.cxx \
40 AliTRDCalibraMode.cxx \
41 AliTRDCalibraVector.cxx \
3a0f6479 42 AliTRDCalibraVdriftLinearFit.cxx \
170c35f1 43 AliTRDCalibPadStatus.cxx \
6c1053a8 44 AliTRDCalibChamberStatus.cxx \
4ac579c9 45 AliTRDCalibViewer.cxx \
46 AliTRDCalibViewerGUI.cxx \
e526983e 47 AliTRDEntriesInfo.cxx \
48 AliTRDPhInfo.cxx \
49 AliTRDPrfInfo.cxx \
50 AliTRDUshortInfo.cxx \
ffb5de4c 51 AliTRDQAChecker.cxx \
e5c60cc7 52 AliTRDPreprocessor.cxx \
fdfee371 53 AliTRDSaxHandler.cxx \
cd4fc278 54 AliTRDDataDCS.cxx \
55 AliTRDSensor.cxx \
56 AliTRDSensorArray.cxx \
8775e4e8 57 AliTRDalignment.cxx \
b0a41e80 58 AliTRDtrapConfig.cxx \
dfd03fc3 59 AliTRDmcmSim.cxx \
c4ecd14c 60 AliTRDtrackGTU.cxx \
0c71f50b 61 AliTRDtrackletBase.cxx \
c4ecd14c 62 AliTRDtrackletGTU.cxx \
63 AliTRDtrackletMCM.cxx \
64 AliTRDtrackletWord.cxx \
c4ecd14c 65 AliTRDgtuSim.cxx \
66 AliTRDgtuTMU.cxx \
74d2e0c7 67 AliTRDhit.cxx \
0016e53e 68 AliTRDrecoParam.cxx \
510e56b7 69 AliTRDSimParam.cxx
bdbb05bb 70
7754cd1f 71HDRS= $(SRCS:.cxx=.h)
bdbb05bb 72
73DHDR= TRDbaseLinkDef.h
b864d801 74
ff219136 75EINCLUDE:= RAW TRD/Cal
e295c3f5 76
74d2e0c7 77ifeq (win32gcc,$(ALICE_TARGET))
78PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
79 -lSTEER -lCDB -lESD -lSTEERBase \
80 -lRAWDatasim -lRAWDatarec -lRAWDatabase \
8b13487a 81 -L$(ROOTLIBDIR) -lMinuit -lGeom -lVMC -lMLP -lXMLParser
74d2e0c7 82endif