]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUON.pkg
Corrected storage/retrieval of fRandom
[u/mrichter/AliRoot.git] / MUON / libMUON.pkg
CommitLineData
efaab2ef 1FSRCS= extrap.F
2
a5b68976 3SRCS = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \
efaab2ef 4 AliMUONSegmentationV0.cxx\
5 AliMUONResponse.cxx AliMUONResponseV0.cxx \
6 AliMUONSegmentationV01.cxx \
7 AliMUONSegmentationV02.cxx AliMUONSegmentationV04.cxx \
8 AliMUONSegmentationV05.cxx\
9 AliMUONSegmentationTrigger.cxx AliMUONResponseTrigger.cxx\
10 AliMUONResponseTriggerV1.cxx\
11 AliMUONSegmentationTriggerX.cxx AliMUONSegmentationTriggerY.cxx \
8d7b49a7 12 AliMUONSegmentationV1.cxx AliMUON.cxx AliMUONv0.cxx AliMUONv1.cxx AliMUONv3.cxx \
efaab2ef 13 AliMUONDisplay.cxx AliMUONPoints.cxx \
14 AliMUONClusterFinderVS.cxx \
15 AliMUONHitMapA1.cxx \
16 AliMUONHit.cxx AliMUONPadHit.cxx AliMUONDigit.cxx \
17 AliMUONTransientDigit.cxx AliMUONRawCluster.cxx \
18 AliMUONReconstHit.cxx \
19 AliMUONEventReconstructor.cxx \
20 AliMUONTriggerDecision.cxx \
21 AliMUONHitForRec.cxx AliMUONSegment.cxx \
22 AliMUONTrack.cxx AliMUONTrackHit.cxx AliMUONTrackParam.cxx \
23 AliMUONTriggerCircuit.cxx AliMUONTriggerLut.cxx \
24 AliMUONGlobalTrigger.cxx AliMUONLocalTrigger.cxx \
25 AliMUONTriggerConstants.cxx AliMUONConstants.cxx \
26 AliMUONClusterInput.cxx \
27 AliMUONSegmentationSlatModule.cxx AliMUONSegmentationSlatModuleN.cxx \
28 AliMUONSegmentationSlat.cxx AliMUONSegmentationSlatN.cxx \
29 AliMUONRecoEvent.cxx AliMUONRecoDisplay.cxx \
8dbbc4e3 30 AliMUONMerger.cxx AliMUONFactory.cxx AliMUONDigitizer.cxx AliMUONDigitizerv1.cxx\
83dbc640 31 AliMUONTrackK.cxx AliMUONClusterFinderAZ.cxx AliMUONPixel.cxx
f347de98 32
f347de98 33HDRS = $(SRCS:.cxx=.h)
34
35EHDRS = $(ROOTSYS)/include/TF1.h \
36 $(ROOTSYS)/include/TH3.h \
37 $(ROOTSYS)/include/TMarker3DBox.h \
38 $(ROOTSYS)/include/TMatrix.h \
39 $(ROOTSYS)/include/TTree.h \
efaab2ef 40
efaab2ef 41DHDR:= MUONLinkDef.h
a5b68976 42
43ifneq ($(MINSTALL),)
44
45SRCS += AliMUONv2.cxx AliMUONSt1Segmentation.cxx AliMUONSt1Response.cxx \
46 AliMUONSt1ElectronicElement.cxx AliMUONSt1SpecialMotif.cxx \
47 AliMUONSt1ResponseParameter.cxx AliMUONSt1ResponseRule.cxx \
48 AliMUONSt1IniReader.cxx AliMUONSt1Decoder.cxx \
49
50EHDRS += $(ROOTSYS)/include/TArrayF.h \
51
52EINCLUDE := $(MINSTALL)/include
40adb015 53ELIBSDIR := $(MINSTALL)/lib/$(MPSYSTEM)
a5b68976 54ELIBS := basic graphics motif sector plane
55
56CINTFLAGS += -DUSE_MUON_MAPPING
57
58endif