ATLAS Offline Software
Loading...
Searching...
No Matches
AlignTrkContainer.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// AlignTrkContainer.cxx
6// Richard Hawkings, started 13/4/04
7
8#include <iostream>
10
13
15
17{
18 std::cout << "Print contents of AlignTrkContainer" << std::endl;
20 t!=this->end(); ++t) (**t).print();
21}
void print() const
Definition AlignTrk.cxx:33
DataModel_detail::const_iterator< DataVector > const_iterator
Standard const_iterator.
Definition DataVector.h:838
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
const_iterator end() const noexcept
const_iterator begin() const noexcept