6379c543 |
1 | FSRCS= PartEloss/integralgauss.f PartEloss/read.f PartEloss/readca3.f |
c416706e |
2 | SRCS = AliGenHIJINGpara.cxx 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 \ |
c416706e |
9 | AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \ |
10 | AliGenGSIlib.cxx AliGenPMDlib.cxx\ |
11 | AliGenHijing.cxx \ |
12 | AliGenHijingEventHeader.cxx AliGenPythiaEventHeader.cxx \ |
16bdd9f8 |
13 | AliDecayerPythia.cxx \ |
efaab2ef |
14 | AliGenMevSim.cxx AliMevSimParticle.cxx AliMevSimConfig.cxx \ |
c416706e |
15 | AliGenMC.cxx AliGenCocktailAfterBurner.cxx \ |
df2712d8 |
16 | AliGenHBTprocessor.cxx \ |
c416706e |
17 | AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx \ |
abd03fd2 |
18 | AliGenReaderEcalHijing.cxx AliGenReaderEcalJets.cxx\ |
19 | AliGenHIJINGparaBa.cxx AliGeVSimParticle.cxx AliGenGeVSim.cxx\ |
332eda2c |
20 | AliGenThetaSlice.cxx AliGenSTRANGElib.cxx AliGenBeamGas.cxx\ |
6379c543 |
21 | AliGenAfterBurnerFlow.cxx \ |
4e4d0369 |
22 | AliPartonicEnergyLoss.cxx AliGenHerwig.cxx \ |
daa61231 |
23 | AliStructFuncType.cxx AliGenGrayParticles.cxx \ |
6255180c |
24 | AliGenGeVSimEventHeader.cxx AliGenEpEmv1.cxx \ |
47cacc4a |
25 | AliGrayParticleModel.cxx AliGenPythiaJets.cxx |
efaab2ef |
26 | |
896cb507 |
27 | # Headerfiles for this particular package (Path respect to own directory) |
f347de98 |
28 | HDRS= $(SRCS:.cxx=.h) |
efaab2ef |
29 | |
f347de98 |
30 | # Headerfiles otherwise needed (Full pathname required) |
efaab2ef |
31 | |
f347de98 |
32 | EHDRS = $(ALICE_ROOT)/include/THijing.h \ |
896cb507 |
33 | $(ALICE_ROOT)/include/TMevSimPartTypeParams.h\ |
34 | $(ALICE_ROOT)/include/TMevSimConverter.h\ |
35 | $(ALICE_ROOT)/include/THBTprocessor.h\ |
36 | $(ALICE_ROOT)/include/MevSimCommon.h\ |
37 | $(ALICE_ROOT)/include/HBTprocCOMMON.h\ |
7786fd0b |
38 | $(ALICE_ROOT)/include/TEpEmGen.h\ |
896cb507 |
39 | $(ROOTSYS)/include/TF1.h\ |
40 | $(ROOTSYS)/include/TChain.h\ |
41 | $(ROOTSYS)/include/TParticle.h |
efaab2ef |
42 | |
43 | DHDR:=EVGENLinkDef.h |
f347de98 |
44 | |
9a72e307 |
45 | EXPORT:=AliPythia.h AliDecayer.h AliDecayerPythia.h AliGenHijingEventHeader.h |
896cb507 |
46 | |
47 | |
48 | |
49 | |