]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVGEN/libEVGEN.pkg
order of filling in 2D hitsos and GetValues mthod correceted
[u/mrichter/AliRoot.git] / EVGEN / libEVGEN.pkg
CommitLineData
df2712d8 1SRCS = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \
efaab2ef 2 AliGenCocktail.cxx AliGenFLUKAsource.cxx \
3 AliGenLib.cxx \
4 AliGenMUONlib.cxx AliGenParam.cxx AliGenPythia.cxx \
5 AliPythia.cxx AliDimuCombinator.cxx AliGenHalo.cxx \
6 AliGenHaloProtvino.cxx \
7 AliGenExtFile.cxx AliGenScan.cxx AliGenPHOSlib.cxx \
8 AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \
9 AliGenGSIlib.cxx AliGenPMDlib.cxx\
10 AliGenHijing.cxx \
11 AliGenHijingEventHeader.cxx AliGenPythiaEventHeader.cxx \
12 AliDecayer.cxx AliDecayerPythia.cxx \
13 AliGenMevSim.cxx AliMevSimParticle.cxx AliMevSimConfig.cxx \
f347de98 14 AliGenMC.cxx AliGenCocktailAfterBurner.cxx \
df2712d8 15 AliGenHBTprocessor.cxx \
ee82fa3d 16 AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx \
17 AliGenHIJINGparaBa.cxx
efaab2ef 18
896cb507 19# Headerfiles for this particular package (Path respect to own directory)
f347de98 20HDRS= $(SRCS:.cxx=.h)
efaab2ef 21
f347de98 22# Headerfiles otherwise needed (Full pathname required)
efaab2ef 23
f347de98 24EHDRS = $(ALICE_ROOT)/include/THijing.h \
896cb507 25$(ALICE_ROOT)/include/TMevSimPartTypeParams.h\
26$(ALICE_ROOT)/include/TMevSimConverter.h\
27$(ALICE_ROOT)/include/THBTprocessor.h\
28$(ALICE_ROOT)/include/MevSimCommon.h\
29$(ALICE_ROOT)/include/HBTprocCOMMON.h\
30$(ROOTSYS)/include/TF1.h\
31$(ROOTSYS)/include/TChain.h\
32$(ROOTSYS)/include/TParticle.h
efaab2ef 33
34DHDR:=EVGENLinkDef.h
f347de98 35
896cb507 36EXPORT:=AliPythia.h AliDecayer.h AliDecayerPythia.h AliGenHijingEventHeader.h
37
38
39
40