ATLAS Offline Software
ImpactInCaloCollection.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
7 #include "ImpactInCalo.h"
8 
11  for( iter=begin(); iter!=end(); ++iter ) (*iter)->print();
12 }
13 
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition: DVLIterator.h:82
ImpactInCalo.h
DataVector< ImpactInCalo >::end
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
ImpactInCaloCollection.h
ImpactInCaloCollection::print
void print() const
Definition: ImpactInCaloCollection.cxx:9
DataVector< ImpactInCalo >::begin
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.