Skip to content
Snippets Groups Projects

proof-of-concept for a new tupling algorithm

Merged Abhijit Mathad requested to merge newtuplealgo into master
Files
9
+ 33
0
###############################################################################
# (c) Copyright 2020-2021 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
gaudi_subdir(FunTuple)
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_add_module(FunTuple
src/*.cpp
LINK_LIBRARIES DaVinciKernelLib DaVinciMCKernelLib LHCbMathLib LoKiAlgoMCLib LoKiArrayFunctorsLib Boost LoKiPhysLib LoKiPhysMCLib ROOT)
gaudi_add_test(QMTest QMTEST)
#gaudi_install_python_modules()
Loading