From fefe90c79a6565045707da0b3f844f3999ebb431 Mon Sep 17 00:00:00 2001 From: Abhijit Mathad <amathad@cern.ch> Date: Thu, 17 Feb 2022 13:27:16 +0100 Subject: [PATCH] support bool --- Phys/FunTuple/src/FunTuple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phys/FunTuple/src/FunTuple.cpp b/Phys/FunTuple/src/FunTuple.cpp index e46af994b..e876f235b 100755 --- a/Phys/FunTuple/src/FunTuple.cpp +++ b/Phys/FunTuple/src/FunTuple.cpp @@ -262,7 +262,7 @@ namespace LHCb { // list the supported types const auto map_valtype_callcolfun = - make_map<short int, unsigned short int, int, unsigned int, long int, unsigned long int, long long int, + make_map<bool, short int, unsigned short int, int, unsigned int, long int, unsigned long int, long long int, unsigned long long int, SIMDWrapper::scalar::int_v, float, double, SIMDWrapper::scalar::float_v, Gaudi::LorentzVector, Gaudi::XYZVector, Gaudi::XYZPoint, Gaudi::SymMatrix3x3, Gaudi::SymMatrix4x4, Gaudi::SymMatrix5x5, std::vector<double>, std::vector<float>, LHCb::LinAlg::Vec<double, 3>, -- GitLab