Skip to content
Snippets Groups Projects
Commit a7da5060 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'pair.CaloEvent-20190326' into 'master'

CaloEvent: Generate pair_base dictionaries.

See merge request atlas/athena!22135
parents 538bda85 f82c79f1
No related branches found
No related tags found
No related merge requests found
/* /*
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{ ...@@ -63,6 +63,8 @@ namespace CaloDict{
ElementLink<CaloShowerContainer> m_link4; ElementLink<CaloShowerContainer> m_link4;
std::pair<ElementLink<CaloShowerContainer>,double> m_pair4; std::pair<ElementLink<CaloShowerContainer>,double> m_pair4;
std::pair<unsigned int,double> m_pair5;
Navigable<CaloCellLinkContainer,double> m_navCellLink; Navigable<CaloCellLinkContainer,double> m_navCellLink;
Navigable<CaloClusterContainer,double> m_navCluster; Navigable<CaloClusterContainer,double> m_navCluster;
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<class name="CaloClusterCellLink" /> <class name="CaloClusterCellLink" />
<class name="std::vector<std::pair<unsigned int,double> >" /> <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="DataVector<CaloClusterCellLink>" />
<class name="CaloClusterCellLinkContainer" <class name="CaloClusterCellLinkContainer"
id="545AC204-2749-4AAC-9783-B1E5A7A0030F" /> id="545AC204-2749-4AAC-9783-B1E5A7A0030F" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment