]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVGEN/CMake_libEVGEN.txt
When calculating a*a-b*b the form (a-b)*(a+b) is usually more numerically stable.
[u/mrichter/AliRoot.git] / EVGEN / CMake_libEVGEN.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliGenHIJINGpara.cxx
5 AliGenBox.cxx
6 AliGenFixed.cxx
7 AliGenCocktail.cxx
8 AliGenCocktailAfterBurner.cxx
9 AliGenFLUKAsource.cxx
10 AliGenLib.cxx
11 AliGenMUONlib.cxx
12 AliGenHMPIDlib.cxx
13 AliGenParam.cxx
14 AliDimuCombinator.cxx
15 AliGenHalo.cxx
16 AliGenHaloProtvino.cxx
17 AliGenExtFile.cxx
18 AliGenScan.cxx
19 AliGenPHOSlib.cxx
20 AliGenDoubleScan.cxx
21 AliGenCocktailEntry.cxx
22 AliGenGSIlib.cxx
23 AliGenPMDlib.cxx
24 AliGenMC.cxx
25 AliGenReader.cxx
26 AliGenReaderCwn.cxx
27 AliGenReaderTreeK.cxx
28 AliGenReaderEcalHijing.cxx
29 AliGenReaderEcalJets.cxx
30 AliGenHIJINGparaBa.cxx
31 AliGeVSimParticle.cxx
32 AliGenGeVSim.cxx
33 AliGenThetaSlice.cxx
34 AliGenSTRANGElib.cxx
35 AliGenBeamGas.cxx
36 AliGenAfterBurnerFlow.cxx
37 AliGenSlowNucleons.cxx
38 AliGenGeVSimEventHeader.cxx
39 AliSlowNucleonModel.cxx
40 AliSlowNucleonModelExp.cxx
41 AliGenMUONCocktail.cxx
42 AliGenMUONCocktailpp.cxx
43 AliGenHBTosl.cxx
44 AliGenReaderEMD.cxx
45 AliDecayerPolarized.cxx
46 AliGenCorrHF.cxx
47 AliGenCosmicsParam.cxx
48 AliGenKrypton.cxx
49 )
50
51 # fill list of header files from list of source files
52 # by exchanging the file extension
53 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
54
55 AddLibrary(EVGEN "${SRCS}" "${HDRS}")
56