Skip to content
Snippets Groups Projects

proof-of-concept for a new tupling algorithm

Merged Abhijit Mathad requested to merge newtuplealgo into master
1 file
+ 8
10
Compare changes
  • Side-by-side
  • Inline
@@ -11,20 +11,18 @@
gaudi_subdir(FunTuple)
gaudi_depends_on_subdirs(Phys/DaVinciKernel
Phys/DaVinciMCKernel
Kernel/LHCbMath
Phys/LoKiMC
Phys/LoKiAlgoMC
Phys/LoKiArrayFunctors
Phys/LoKiPhys
)
gaudi_depends_on_subdirs(Phys/DaVinciKernel Phys/DaVinciMCKernel Kernel/LHCbMath
Phys/LoKiMC
Phys/LoKiAlgoMC
Phys/LoKiArrayFunctors
Phys/LoKiPhys
)
find_package(Boost)
find_package(ROOT COMPONENTS RIO Tree)
include_directories(SYSTEM ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS})
gaudi_install_headers(CombKernel)
#gaudi_install_headers(CombKernel)
gaudi_add_module(FunTuple
src/*.cpp
@@ -32,4 +30,4 @@ gaudi_add_module(FunTuple
gaudi_add_test(QMTest QMTEST)
gaudi_install_python_modules()
#gaudi_install_python_modules()
Loading