From f82c79f183e039d06953fedf6f0e7ae31f72d4b5 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Tue, 26 Mar 2019 04:07:58 +0100 Subject: [PATCH] CaloEvent: Generate pair_base dictionaries. Adjust selection file to generate dictionaries for std:__pair_base classes needed for persistency. --- Calorimeter/CaloEvent/CaloEvent/CaloEventDict.h | 4 +++- Calorimeter/CaloEvent/CaloEvent/selection.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Calorimeter/CaloEvent/CaloEvent/CaloEventDict.h b/Calorimeter/CaloEvent/CaloEvent/CaloEventDict.h index d8a11adf072..e03d3b90afe 100644 --- a/Calorimeter/CaloEvent/CaloEvent/CaloEventDict.h +++ b/Calorimeter/CaloEvent/CaloEvent/CaloEventDict.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ /*************************************************************************** @@ -63,6 +63,8 @@ namespace CaloDict{ ElementLink<CaloShowerContainer> m_link4; std::pair<ElementLink<CaloShowerContainer>,double> m_pair4; + std::pair<unsigned int,double> m_pair5; + Navigable<CaloCellLinkContainer,double> m_navCellLink; Navigable<CaloClusterContainer,double> m_navCluster; diff --git a/Calorimeter/CaloEvent/CaloEvent/selection.xml b/Calorimeter/CaloEvent/CaloEvent/selection.xml index 778b68a7fde..d3bda1520a8 100644 --- a/Calorimeter/CaloEvent/CaloEvent/selection.xml +++ b/Calorimeter/CaloEvent/CaloEvent/selection.xml @@ -54,7 +54,7 @@ <class name="CaloClusterCellLink" /> <class name="std::vector<std::pair<unsigned int,double> >" /> - <class name="std::pair<unsigned int,double>" /> + <class pattern="std::*pair*<unsigned int*double>" /> <class name="DataVector<CaloClusterCellLink>" /> <class name="CaloClusterCellLinkContainer" id="545AC204-2749-4AAC-9783-B1E5A7A0030F" /> -- GitLab