From 0f4e225e695d47502a2796d1fe9f79f6627787d2 Mon Sep 17 00:00:00 2001 From: Leonhard Reichenbach Date: Thu, 19 Oct 2023 13:46:05 +0200 Subject: [PATCH] explicitly add EventHeader conversion --- CLDConfig/CLDReconstruction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CLDConfig/CLDReconstruction.py b/CLDConfig/CLDReconstruction.py index cd2bf38..7d08a83 100644 --- a/CLDConfig/CLDReconstruction.py +++ b/CLDConfig/CLDReconstruction.py @@ -129,6 +129,7 @@ EDM4hep2Lcio = EDM4hep2LcioTool("EDM4hep2Lcio") EDM4hep2Lcio.convertAll = False EDM4hep2Lcio.collNameMapping = { + 'EventHeader': 'EventHeader', 'MCParticles': 'MCParticle', 'VertexBarrelCollection': 'VertexBarrelCollection', 'VertexEndcapCollection': 'VertexEndcapCollection',