From 895e404432160eb83966f0b4ba7ecf7d61b5eb29 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Tue, 10 Jan 2023 20:03:47 +0100 Subject: [PATCH] Fic EDM4HEP output module --- DDDigi/io/DigiIO.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DDDigi/io/DigiIO.h b/DDDigi/io/DigiIO.h index 58d7bcf1f..a8eff62e9 100644 --- a/DDDigi/io/DigiIO.h +++ b/DDDigi/io/DigiIO.h @@ -76,7 +76,10 @@ namespace dd4hep { void _to_edm4hep(const FIRST& first, SECOND& second, int hit_type); template <typename FIRST, typename SECOND> static - void _to_edm4hep(const FIRST& cont, SECOND coll, int hit_type); + void _to_edm4hep(const FIRST& first, SECOND& second, int hit_type); + + template <typename FIRST, typename SECOND, typename THIRD> static + void _to_edm4hep(const FIRST& first, const SECOND& second, THIRD& third, int hit_type); template <typename FIRST, typename SECOND, typename THIRD> static void _to_edm4hep(const FIRST& first, const SECOND& second, THIRD& third, int hit_type); -- GitLab