X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EVGEN%2FlibEVGEN.pkg;h=ed1fa00110305537726307624b2aad371e14096c;hp=c1dc6e3ae82d4fbc26a0ca90cc82abccec27a9d2;hb=896cb507760f6d04babbf51dde72939c67b6af3c;hpb=6e0a07efa518f7a7080b3eb2b2f04f171f6a33a0;ds=sidebyside diff --git a/EVGEN/libEVGEN.pkg b/EVGEN/libEVGEN.pkg index c1dc6e3ae82..ed1fa001103 100644 --- a/EVGEN/libEVGEN.pkg +++ b/EVGEN/libEVGEN.pkg @@ -15,17 +15,25 @@ SRCS = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \ AliGenHBTprocessor.cxx \ AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx -# Headerfiels for this particular package (Path respect to own directory) +# Headerfiles for this particular package (Path respect to own directory) HDRS= $(SRCS:.cxx=.h) # Headerfiles otherwise needed (Full pathname required) EHDRS = $(ALICE_ROOT)/include/THijing.h \ - $(ROOTSYS)/include/TF1.h \ - $(ROOTSYS)/include/TChain.h \ - $(ROOTSYS)/include/TParticle.h \ - +$(ALICE_ROOT)/include/TMevSimPartTypeParams.h\ +$(ALICE_ROOT)/include/TMevSimConverter.h\ +$(ALICE_ROOT)/include/THBTprocessor.h\ +$(ALICE_ROOT)/include/MevSimCommon.h\ +$(ALICE_ROOT)/include/HBTprocCOMMON.h\ +$(ROOTSYS)/include/TF1.h\ +$(ROOTSYS)/include/TChain.h\ +$(ROOTSYS)/include/TParticle.h DHDR:=EVGENLinkDef.h -EXPORT:=AliPythia.h AliDecayer.h AliDecayerPythia.h AliGenHijingEventHeader.h \ No newline at end of file +EXPORT:=AliPythia.h AliDecayer.h AliDecayerPythia.h AliGenHijingEventHeader.h + + + +