  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   10 #include "GaudiKernel/MsgStream.h" 
   82   std::vector<TBElement>::const_iterator itr=
vec.begin();
 
   83   std::vector<TBElement>::const_iterator 
end=
vec.end();
 
   85   for ( ; itr!=
end; ++itr) {
 
   86     unsigned int iid = itr->id();
 
  100   std::vector<TBElement> 
vec;
 
  102   for (; itr!=
end; ++itr)
 
  103     vec.push_back(*(*itr));
 
  110   std::vector<TBElement>::const_iterator itr=
m_TBElementVec.begin();
 
  113   for ( ; itr!=
end; ++itr) {
 
  116       pTBElementContainer->
push_back(pTBElement);
 
  130   unsigned int iid = element.
id();
 
  148   std::vector<TBElement>::const_iterator itr=
m_TBElementVec.begin();
 
  152       << 
"Total number of TBElements in TBDetDescrManager = " 
  156   for ( ; itr!=
end; ++itr) {
 
  159           << (std::string) (*itr)
 
  
Const iterator class for DataVector/DataList.
 
std::vector< size_t > vec
 
void setElement(const TBElement &element)
 
const TBElement & getElement(TBElementID::TBElementID id) const
 
void initialize(const std::vector< TBElement > &vec)
 
void getAll(TBElementContainer *pTBElementContainer) const
 
void print(MsgStream &log) const
 
typename vecDetail::vec_typedef< T, N >::type vec
Define a nice alias for the vectorized type.
 
std::vector< TBElement > m_TBElementVec
 
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.
 
TBElementID::TBElementID id() const
 
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.