ATLAS Offline Software
Loading...
Searching...
No Matches
D3PDMakerReaderDict.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 D3PDMAKERREADER_D3PDMAKERREADERDICT_H
8#define D3PDMAKERREADER_D3PDMAKERREADERDICT_H 1
9
10#include <vector>
11#include <set>
12
15
17 struct tmp {
18 std::set<D3PD::ObjectMetadata::Variable> m_set;
19 std::vector<D3PD::ObjectMetadata::Variable> m_vector;
20 };
21
22 std::vector<D3PD::ObjectMetadata::Variable>
23 to_vector(const std::set<D3PD::ObjectMetadata::Variable>& v)
24 { return std::vector<D3PD::ObjectMetadata::Variable>(v.begin(), v.end()); }
25
26}
27#endif // not D3PDMAKERREADER_D3PDMAKERREADERDICT_H
std::vector< D3PD::ObjectMetadata::Variable > to_vector(const std::set< D3PD::ObjectMetadata::Variable > &v)
std::set< D3PD::ObjectMetadata::Variable > m_set
std::vector< D3PD::ObjectMetadata::Variable > m_vector