ATLAS Offline Software
SGToolsDict.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef SGTOOLS_SGTOOLSDICT_H
8 #define SGTOOLS_SGTOOLSDICT_H
9 
10 #include <vector>
11 #include "SGTools/DataProxy.h"
13 
14 // Need to instantiate iterators
15 namespace SGToolsDict
16 {
17  struct _tmp {
18  std::vector< SG::DataProxy*> m_sg_data_proxies;
19  std::vector<const SG::DataProxy*> m_const_sg_data_proxies;
20  };
21 }
22 
23 #endif // not SGTOOLS_SGTOOLSDICT_H
CurrentEventStore.h
Hold a pointer to the current event store.
SGToolsDict::_tmp
Definition: SGToolsDict.h:17
SGToolsDict::_tmp::m_const_sg_data_proxies
std::vector< const SG::DataProxy * > m_const_sg_data_proxies
Definition: SGToolsDict.h:19
SGToolsDict::_tmp::m_sg_data_proxies
std::vector< SG::DataProxy * > m_sg_data_proxies
Definition: SGToolsDict.h:18
SGToolsDict
Definition: SGToolsDict.h:16
DataProxy.h