ATLAS Offline Software
Loading...
Searching...
No Matches
TgcByteStreamErrorContainer.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace Muon {
8
9
12
13TgcByteStreamErrorContainer::TgcByteStreamErrorContainer( const DataVector< std::pair < IdentifierHash, int > > & inputVector )
14 :
15 m_errorVector (inputVector)
16{}
17
20
26
28{
29
30 std::pair<IdentifierHash, int>* err = new std::pair<IdentifierHash, int>(std::make_pair(idh,type));
31 m_errorVector.push_back(err);
32
33}
34
35
36}
Derived DataVector<T>.
Definition DataVector.h:795
This is a "hash" representation of an Identifier.
DataVector< std::pair< IdentifierHash, int > > m_errorVector
const DataVector< std::pair< IdentifierHash, int > > & getAllErrors() const
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.