ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
Muon::MdtByteStreamErrorContainer Class Reference

#include <MdtByteStreamErrorContainer.h>

Collaboration diagram for Muon::MdtByteStreamErrorContainer:

Public Member Functions

 MdtByteStreamErrorContainer ()
 
 MdtByteStreamErrorContainer (const DataVector< std::pair< IdentifierHash, int > > &errorVector)
 
 ~MdtByteStreamErrorContainer ()
 
void addError (IdentifierHash, int)
 
const DataVector< std::pair< IdentifierHash, int > > & getAllErrors () const
 

Private Attributes

DataVector< std::pair< IdentifierHash, int > > m_errorVector
 

Detailed Description

Definition at line 32 of file MdtByteStreamErrorContainer.h.

Constructor & Destructor Documentation

◆ MdtByteStreamErrorContainer() [1/2]

Muon::MdtByteStreamErrorContainer::MdtByteStreamErrorContainer ( )

Definition at line 10 of file MdtByteStreamErrorContainer.cxx.

11 {}

◆ MdtByteStreamErrorContainer() [2/2]

Muon::MdtByteStreamErrorContainer::MdtByteStreamErrorContainer ( const DataVector< std::pair< IdentifierHash, int > > &  errorVector)

Definition at line 13 of file MdtByteStreamErrorContainer.cxx.

14  :
15  m_errorVector (inputVector)
16 {}

◆ ~MdtByteStreamErrorContainer()

Muon::MdtByteStreamErrorContainer::~MdtByteStreamErrorContainer ( )

Definition at line 18 of file MdtByteStreamErrorContainer.cxx.

19 {}

Member Function Documentation

◆ addError()

void Muon::MdtByteStreamErrorContainer::addError ( IdentifierHash  idh,
int  type 
)

Definition at line 27 of file MdtByteStreamErrorContainer.cxx.

28 {
29 
30  std::pair<IdentifierHash, int>* err = new std::pair<IdentifierHash, int>(std::make_pair(idh,type));
32 
33 }

◆ getAllErrors()

const DataVector< std::pair< IdentifierHash, int > > & Muon::MdtByteStreamErrorContainer::getAllErrors ( ) const

Definition at line 22 of file MdtByteStreamErrorContainer.cxx.

23 {
24  return m_errorVector;
25 }

Member Data Documentation

◆ m_errorVector

DataVector<std::pair<IdentifierHash, int> > Muon::MdtByteStreamErrorContainer::m_errorVector
private

Definition at line 42 of file MdtByteStreamErrorContainer.h.


The documentation for this class was generated from the following files:
Muon::MdtByteStreamErrorContainer::m_errorVector
DataVector< std::pair< IdentifierHash, int > > m_errorVector
Definition: MdtByteStreamErrorContainer.h:42
dqt_zlumi_pandas.err
err
Definition: dqt_zlumi_pandas.py:193
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