c416706e |
1 | SRCS = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \ |
2 | AliGenCocktail.cxx AliGenFLUKAsource.cxx \ |
3 | AliGenLib.cxx \ |
efaab2ef |
4 | AliGenMUONlib.cxx AliGenParam.cxx AliGenPythia.cxx \ |
5 | AliPythia.cxx AliDimuCombinator.cxx AliGenHalo.cxx \ |
6 | AliGenHaloProtvino.cxx \ |
7 | AliGenExtFile.cxx AliGenScan.cxx AliGenPHOSlib.cxx \ |
c416706e |
8 | AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \ |
9 | AliGenGSIlib.cxx AliGenPMDlib.cxx\ |
10 | AliGenHijing.cxx \ |
11 | AliGenHijingEventHeader.cxx AliGenPythiaEventHeader.cxx \ |
12 | AliDecayer.cxx AliDecayerPythia.cxx \ |
efaab2ef |
13 | AliGenMevSim.cxx AliMevSimParticle.cxx AliMevSimConfig.cxx \ |
c416706e |
14 | AliGenMC.cxx AliGenCocktailAfterBurner.cxx \ |
df2712d8 |
15 | AliGenHBTprocessor.cxx \ |
c416706e |
16 | AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx \ |
abd03fd2 |
17 | AliGenReaderEcalHijing.cxx AliGenReaderEcalJets.cxx\ |
18 | AliGenHIJINGparaBa.cxx AliGeVSimParticle.cxx AliGenGeVSim.cxx\ |
4966b266 |
19 | AliGenThetaSlice.cxx AliGenSTRANGElib.cxx \ |
20 | AliGenAfterBurnerFlow.cxx |
efaab2ef |
21 | |
896cb507 |
22 | # Headerfiles for this particular package (Path respect to own directory) |
f347de98 |
23 | HDRS= $(SRCS:.cxx=.h) |
efaab2ef |
24 | |
f347de98 |
25 | # Headerfiles otherwise needed (Full pathname required) |
efaab2ef |
26 | |
f347de98 |
27 | EHDRS = $(ALICE_ROOT)/include/THijing.h \ |
896cb507 |
28 | $(ALICE_ROOT)/include/TMevSimPartTypeParams.h\ |
29 | $(ALICE_ROOT)/include/TMevSimConverter.h\ |
30 | $(ALICE_ROOT)/include/THBTprocessor.h\ |
31 | $(ALICE_ROOT)/include/MevSimCommon.h\ |
32 | $(ALICE_ROOT)/include/HBTprocCOMMON.h\ |
33 | $(ROOTSYS)/include/TF1.h\ |
34 | $(ROOTSYS)/include/TChain.h\ |
35 | $(ROOTSYS)/include/TParticle.h |
efaab2ef |
36 | |
37 | DHDR:=EVGENLinkDef.h |
f347de98 |
38 | |
896cb507 |
39 | EXPORT:=AliPythia.h AliDecayer.h AliDecayerPythia.h AliGenHijingEventHeader.h |
40 | |
41 | |
42 | |
43 | |