ATLAS Offline Software
Loading...
Searching...
No Matches
MuonByteStreamErrorsDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONBYTESTREAMERRORS_MUONBYTESTREAMERRORCONTAINERDICT_H
6#define MUONBYTESTREAMERRORS_MUONBYTESTREAMERRORCONTAINERDICT_H
7// containers
12
14{
15 struct tmp
16 {
17 std::pair <IdentifierHash, int> m_mypair;
18 std::vector <std::pair<IdentifierHash, int>* > m_myvector_ppair;
19 DataVector <std::pair <IdentifierHash, int> > m_mydatavector;
20 };
21
22
23
24}
25
26
27#endif // MUONBYTESTREAMERRORS_MUONBYTESTREAMERRORCONTAINERDICT_H
std::vector< std::pair< IdentifierHash, int > * > m_myvector_ppair
std::pair< IdentifierHash, int > m_mypair
DataVector< std::pair< IdentifierHash, int > > m_mydatavector