ATLAS Offline Software
Loading...
Searching...
No Matches
SGToolsDict.h
Go to the documentation of this file.
1
2
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
15namespace 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
Hold a pointer to the current event store.
std::vector< SG::DataProxy * > m_sg_data_proxies
Definition SGToolsDict.h:18
std::vector< const SG::DataProxy * > m_const_sg_data_proxies
Definition SGToolsDict.h:19