ATLAS Offline Software
TestBeam
TBRec
src
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
6
#include "
ImpactInCaloCollection.h
"
7
#include "
ImpactInCalo.h
"
8
9
void
ImpactInCaloCollection::print
()
const
{
10
ImpactInCaloCollection::const_iterator
iter
;
11
for
(
iter
=
begin
();
iter
!=
end
(); ++
iter
) (*iter)->print();
12
}
13
createLinkingScheme.iter
iter
Definition:
createLinkingScheme.py:62
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.
Generated on Mon Sep 29 2025 21:11:31 for ATLAS Offline Software by
1.8.18