diff --git a/Calorimeter/CaloEvent/CaloEvent/CaloEventDict.h b/Calorimeter/CaloEvent/CaloEvent/CaloEventDict.h index d8a11adf072aee204739b544d025212c5047adc5..e03d3b90afee13bb98f618425d047d3debe3a0a6 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 778b68a7fdefdf00518ef5661f414fd1e1fb7ec2..d3bda1520a875e14fece5773c91acbd1af11a4ce 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" />