From bc98783094515dfdd1e0423dc8b77be93f28fc6f Mon Sep 17 00:00:00 2001 From: manthony <matthew.thomas.anthony@cern.ch> Date: Wed, 14 Oct 2020 12:41:37 +0200 Subject: [PATCH] patch clids --- Event/xAOD/xAODPFlow/CMakeLists.txt | 2 ++ Event/xAOD/xAODPFlow/Root/clids.cxx | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 Event/xAOD/xAODPFlow/Root/clids.cxx diff --git a/Event/xAOD/xAODPFlow/CMakeLists.txt b/Event/xAOD/xAODPFlow/CMakeLists.txt index aad1df5cc882..d5a3754372bf 100644 --- a/Event/xAOD/xAODPFlow/CMakeLists.txt +++ b/Event/xAOD/xAODPFlow/CMakeLists.txt @@ -25,3 +25,5 @@ atlas_add_dictionary( xAODPFlowDict ${_selectionFile} LINK_LIBRARIES AthLinks xAODCore xAODPFlow EXTRA_FILES Root/dict/*.cxx ) + +atlas_generate_cliddb( xAODPFlow) \ No newline at end of file diff --git a/Event/xAOD/xAODPFlow/Root/clids.cxx b/Event/xAOD/xAODPFlow/Root/clids.cxx new file mode 100644 index 000000000000..2c9289573aec --- /dev/null +++ b/Event/xAOD/xAODPFlow/Root/clids.cxx @@ -0,0 +1,11 @@ +/* + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration +*/ + +// Ensure that the headers for the interface classes get included +// by some object in this library, so that CLID registration will take +// place properly. + +#include "xAODPFlow/FlowElementContainer.h" +#include "xAODPFlow/PFOContainer.h" +#include "xAODPFlow/TrackCaloClusterContainer.h" -- GitLab