From 02f6b2442a1f03405e8023cdf774c843edb51cdf Mon Sep 17 00:00:00 2001 From: Eric Torrence <eric.torrence@cern.ch> Date: Wed, 10 Mar 2021 21:42:27 -0800 Subject: [PATCH] Forgot this --- xAOD/xAODFaserWaveform/Root/dict/ContainerProxies.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xAOD/xAODFaserWaveform/Root/dict/ContainerProxies.cxx diff --git a/xAOD/xAODFaserWaveform/Root/dict/ContainerProxies.cxx b/xAOD/xAODFaserWaveform/Root/dict/ContainerProxies.cxx new file mode 100644 index 00000000..5ef691ac --- /dev/null +++ b/xAOD/xAODFaserWaveform/Root/dict/ContainerProxies.cxx @@ -0,0 +1,8 @@ +// EDM include(s): +#include "xAODCore/AddDVProxy.h" + +// Local include(s): +#include "xAODFaserWaveform/WaveformHitContainer.h" + +// Set up the collection proxies: +ADD_NS_DV_PROXY( xAOD, WaveformHitContainer ); -- GitLab