]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/CMakelibHepMC.pkg
Initialize magnetic field in RunLego as it is done in Run in case we get
[u/mrichter/AliRoot.git] / TEvtGen / CMakelibHepMC.pkg
CommitLineData
6db31708 1#--------------------------------------------------------------------------------#
0ca57c2f 2# Package File for EvtGen #
6db31708 3# Author : Johny Jose (johny.jose@cern.ch) #
4# Variables Defined : #
5# #
6# SRCS - C++ source files #
7# HDRS - C++ header files #
8# DHDR - ROOT Dictionary Linkdef header file #
9# CSRCS - C source files #
10# CHDRS - C header files #
11# EINCLUDE - Include directories #
12# EDEFINE - Compiler definitions #
13# ELIBS - Extra libraries to link #
14# ELIBSDIR - Extra library directories #
15# PACKFFLAGS - Fortran compiler flags for package #
16# PACKCXXFLAGS - C++ compiler flags for package #
17# PACKCFLAGS - C compiler flags for package #
18# PACKSOFLAGS - Shared library linking flags #
19# PACKLDFLAGS - Module linker flags #
20# PACKBLIBS - Libraries to link (Executables only) #
21# EXPORT - Header files to be exported #
22# CINTHDRS - Dictionary header files #
23# CINTAUTOLINK - Set automatic dictionary generation #
24# ARLIBS - Archive Libraries and objects for linking (Executables only) #
25# SHLIBS - Shared Libraries and objects for linking (Executables only) #
26#--------------------------------------------------------------------------------#
27
0ca57c2f 28set ( SRCS HepMC/CompareGenEvent.cc
29HepMC/filterEvent.cc
30HepMC/Flow.cc
31HepMC/GenCrossSection.cc
32HepMC/GenEvent.cc
33HepMC/GenEventStreamIO.cc
34HepMC/GenParticle.cc
35HepMC/GenRanges.cc
36HepMC/GenVertex.cc
37HepMC/HeavyIon.cc
38HepMC/HEPEVT_Wrapper.cc
39HepMC/HerwigWrapper.cc
40HepMC/IO_AsciiParticles.cc
41HepMC/IO_GenEvent.cc
42HepMC/IO_HEPEVT.cc
43HepMC/IO_HERWIG.cc
44HepMC/PdfInfo.cc
45HepMC/Polarization.cc
46HepMC/SearchVector.cc
cb3eff76 47HepMC/SimpleVector.icc
0ca57c2f 48HepMC/StreamHelpers.cc
49HepMC/StreamInfo.cc
50HepMC/WeightContainer.cc
51HepMC/Units.cc
52)
53
54
55
56set ( HDRS HepMC/CompareGenEvent.h
57HepMC/enable_if.h
58HepMC/Flow.h
59HepMC/GenCrossSection.h
60HepMC/GenEvent.h
61HepMC/GenParticle.h
62HepMC/GenRanges.h
63HepMC/GenVertex.h
64HepMC/HeavyIon.h
65HepMC/HEPEVT_Wrapper.h
66HepMC/HepMCDefs.h
67HepMC/HerwigWrapper.h
68HepMC/IO_AsciiParticles.h
69HepMC/IO_BaseClass.h
70HepMC/IO_Exception.h
71HepMC/IO_GenEvent.h
72HepMC/IO_HEPEVT.h
73HepMC/IO_HERWIG.h
74HepMC/is_arithmetic.h
75HepMC/IteratorRange.h
76HepMC/PdfInfo.h
77HepMC/Polarization.h
78HepMC/PythiaWrapper6_4.h
79HepMC/PythiaWrapper6_4_WIN32.h
80HepMC/PythiaWrapper.h
81HepMC/SearchVector.h
82HepMC/SimpleVector.h
0ca57c2f 83HepMC/StreamHelpers.h
84HepMC/StreamInfo.h
85HepMC/TempParticleMap.h
86HepMC/Units.h
87HepMC/Version.h
88HepMC/WeightContainer.h
89)
90
91set ( EINCLUDE TEvtGen TEvtGen/HepMC)
92
93
94
95