diff --git a/k4FWCore/include/k4FWCore/Transformer.h b/k4FWCore/include/k4FWCore/Transformer.h index 323c0246..bc942c7a 100644 --- a/k4FWCore/include/k4FWCore/Transformer.h +++ b/k4FWCore/include/k4FWCore/Transformer.h @@ -44,10 +44,10 @@ namespace k4FWCore { using Gaudi::Functional::details::DataHandleMixin, std::tuple<>, Traits_>::DataHandleMixin; static_assert(((std::is_base_of_v || isVectorLike_v)&&...), - "Transformer and Producer input types must be EDM4hep collections or maps to collections"); + "Transformer and Producer input types must be EDM4hep collections or vectors of collections"); static_assert((std::is_base_of_v || isVectorLike_v || std::is_same_v, Out>), - "Transformer and Producer output types must be EDM4hep collections or maps to collections"); + "Transformer and Producer output types must be EDM4hep collections or vectors of collections"); template using InputHandle_t = Gaudi::Functional::details::InputHandle_t>; @@ -184,9 +184,9 @@ namespace k4FWCore { using Gaudi::Functional::details::DataHandleMixin, std::tuple<>, Traits_>::DataHandleMixin; static_assert(((std::is_base_of_v || isVectorLike::value) && ...), - "Transformer and Producer input types must be EDM4hep collections or maps to collections"); + "Transformer and Producer input types must be EDM4hep collections or vectors of collections"); static_assert(((std::is_base_of_v || isVectorLike::value) && ...), - "Transformer and Producer output types must be EDM4hep collections or maps to collections"); + "Transformer and Producer output types must be EDM4hep collections or vectors of collections"); template using InputHandle_t = Gaudi::Functional::details::InputHandle_t>;