ATLAS Offline Software
MdtByteStreamErrorContainer.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 
7 namespace Muon {
8 
9 
11 {}
12 
13 MdtByteStreamErrorContainer::MdtByteStreamErrorContainer( const DataVector< std::pair < IdentifierHash, int > > & inputVector )
14  :
15  m_errorVector (inputVector)
16 {}
17 
19 {}
20 
23 {
24  return m_errorVector;
25 }
26 
28 {
29 
30  std::pair<IdentifierHash, int>* err = new std::pair<IdentifierHash, int>(std::make_pair(idh,type));
32 
33 }
34 
35 
36 }
Muon::MdtByteStreamErrorContainer::m_errorVector
DataVector< std::pair< IdentifierHash, int > > m_errorVector
Definition: MdtByteStreamErrorContainer.h:42
Muon::MdtByteStreamErrorContainer::getAllErrors
const DataVector< std::pair< IdentifierHash, int > > & getAllErrors() const
Definition: MdtByteStreamErrorContainer.cxx:22
Muon::MdtByteStreamErrorContainer::MdtByteStreamErrorContainer
MdtByteStreamErrorContainer()
Definition: MdtByteStreamErrorContainer.cxx:10
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MdtByteStreamErrorContainer::addError
void addError(IdentifierHash, int)
Definition: MdtByteStreamErrorContainer.cxx:27
MdtByteStreamErrorContainer.h
dqt_zlumi_pandas.err
err
Definition: dqt_zlumi_pandas.py:193
Muon::MdtByteStreamErrorContainer::~MdtByteStreamErrorContainer
~MdtByteStreamErrorContainer()
Definition: MdtByteStreamErrorContainer.cxx:18
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector::push_back
value_type push_back(value_type pElem)
Add an element to the end of the collection.
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
IdentifierHash
Definition: IdentifierHash.h:38