Skip to content
Snippets Groups Projects
Commit f82c79f1 authored by scott snyder's avatar scott snyder
Browse files

CaloEvent: Generate pair_base dictionaries.

Adjust selection file to generate dictionaries for std:__pair_base classes
needed for persistency.
parent ec0b6df7
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{
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;
......
......@@ -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" />
......
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