16 log << MSG::ERROR <<
"LArLATOMEHeaderContainer_p1 is inconsistent! " << std::endl;
23 for (
unsigned i=0;i<nchan;i++) {
36 unsigned int nlatome=trans->
size();
40 pers->
m_BCID.reserve(nlatome);
41 pers->
m_l1ID.reserve(nlatome);
44 pers->
m_sourceID.push_back(transHeader->SourceId());
45 pers->
m_latomeID.push_back(transHeader->LatomeId());
47 pers->
m_BCID.push_back(transHeader->BCId());
48 pers->
m_l1ID.push_back(transHeader->L1Id());
void reserve(size_type n)
Attempt to preallocate enough memory for a specified number of elements.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
size_type size() const noexcept
Returns the number of elements in the collection.
void clear()
Erase all the elements in the collection.