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