ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
egamma
egammaEvent
src
egammaContainer.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
7
NAME: egammaContainer.cxx
8
PACKAGE: offline/Reconstruction/egammaEvent
9
10
AUTHORS: H. Ma
11
CREATED: Nov. 2000
12
13
PURPOSE: This is the Container Class for egamma Objects.
14
Updated: Moved to egammaEvent
15
May 5, 2003 (MW)
16
make code compliant for gcc-3.2
17
********************************************************************/
18
19
// INCLUDE HEADER FILES:
20
21
#include "
egammaEvent/egammaContainer.h
"
22
#include "
egammaEvent/egamma.h
"
23
#include <iomanip>
24
#include <iostream>
25
26
// END OF HEADER FILES INCLUDE
27
28
egammaContainer::egammaContainer
(
SG::OwnershipPolicy
ownPolicy
) :
29
DataVector
<
egamma
>(
ownPolicy
)
30
{}
31
32
// print objects found in container
33
void
egammaContainer::print
()
34
{
35
36
DataVector<egamma>::const_iterator
c_itr;
37
38
for
(c_itr=
begin
(); c_itr!=
end
(); ++c_itr)
39
{
40
(*c_itr)->print();
41
}
42
43
}
DataVector::const_iterator
DataModel_detail::const_iterator< DataVector > const_iterator
Standard const_iterator.
Definition
DataVector.h:838
DataVector< egamma >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector< egamma >::end
const_iterator end() const noexcept
DataVector< egamma >::begin
const_iterator begin() const noexcept
DataVector< egamma >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
egammaContainer::print
void print()
Definition
egammaContainer.cxx:33
egammaContainer::egammaContainer
egammaContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
Definition
egammaContainer.cxx:28
egamma
elec/gamma data class.
Definition
egamma.h:59
egammaContainer.h
egamma.h
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
Generated on
for ATLAS Offline Software by
1.17.0