ATLAS Offline Software
Loading...
Searching...
No Matches
Calorimeter
CaloEvent
src
CaloClusterCellLinkContainer.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CaloEvent/CaloClusterCellLinkContainer.h
"
6
7
8
CaloClusterCellLinkContainer::CaloClusterCellLinkContainer
() :
9
DataVector
<
CaloClusterCellLink
>()
10
{}
11
12
CaloClusterCellLinkContainer::~CaloClusterCellLinkContainer
() =
default
;
13
16
void
CaloClusterCellLinkContainer::toPersistent
()
17
{
18
for
(
auto
p : *
this
)
19
p->toPersistent();
20
}
21
22
CaloClusterCellLinkContainer::CaloClusterCellLinkContainer
(
CaloClusterCellLinkContainer::iterator
it1,
23
CaloClusterCellLinkContainer::iterator
it2,
24
SG::OwnershipPolicy
policy) :
25
DataVector
<
CaloClusterCellLink
>(it1,it2,policy)
26
{}
27
CaloClusterCellLinkContainer.h
CaloClusterCellLinkContainer::CaloClusterCellLinkContainer
CaloClusterCellLinkContainer()
constructor
Definition
CaloClusterCellLinkContainer.cxx:8
CaloClusterCellLinkContainer::~CaloClusterCellLinkContainer
virtual ~CaloClusterCellLinkContainer()
destructor
CaloClusterCellLinkContainer::toPersistent
void toPersistent()
Prepare for writing.
Definition
CaloClusterCellLinkContainer.cxx:16
CaloClusterCellLink
Bookkeeping of cells that make up a cluster Simplified replacement for CaloCellLink,...
Definition
CaloClusterCellLink.h:24
DataVector< CaloClusterCellLink >::iterator
DataModel_detail::iterator< DataVector > iterator
Definition
DataVector.h:842
DataVector< CaloClusterCellLink >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
Generated on
for ATLAS Offline Software by
1.14.0