ATLAS Offline Software
Loading...
Searching...
No Matches
EMShowerMinimalContainer.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
7NAME: EMShowerMinimalContainer.cxx
8PACKAGE: offline/Reconstruction/egammaEvent
9
10AUTHORS: M.P. Casado
11CREATED: Sep 2003
12
13PURPOSE: This is the Container Class for EMShowerMinimal Objects.
14
15********************************************************************/
16
17// INCLUDE HEADER FILES:
18
21#include <iomanip>
22#include <iostream>
23
24// END OF HEADER FILES INCLUDE
25
26// print objects found in container
28{
29
31
32 std::cout << "Number of EMShowerMinimal objects in container "
33 << this->size() << std::endl;
34
35 for (c_itr=begin(); c_itr!=end(); ++c_itr)
36 {
37 (*c_itr)->print();
38 }
39
40}
DataModel_detail::const_iterator< DataVector > const_iterator
Standard const_iterator.
Definition DataVector.h:838
const_iterator end() const noexcept
const_iterator begin() const noexcept
size_type size() const noexcept