|
ATLAS Offline Software
|
Go to the documentation of this file.
15 m_errorVector (inputVector)
30 std::pair<IdentifierHash, int>*
err =
new std::pair<IdentifierHash, int>(std::make_pair(idh,
type));
44 for (;myIt!=myItE;++myIt)
48 errorCode= (*myIt)->second;
60 std::vector<IdentifierHash> myList;
61 for (;myIt!=myItE;++myIt)
64 myList.push_back(myPadId);
int getError(IdentifierHash) const
RpcByteStreamErrorContainer()
~RpcByteStreamErrorContainer()
std::vector< IdentifierHash > getPadsWithError() const
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
const DataVector< std::pair< IdentifierHash, int > > & getAllErrors() const
DataVector< std::pair< IdentifierHash, int > >::const_iterator rpcErrorIterator
void clear()
Erase all the elements in the collection.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
DataVector< std::pair< IdentifierHash, int > > m_errorVector
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
size_type size() const noexcept
Returns the number of elements in the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
void addError(IdentifierHash, int)