ATLAS Offline Software
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 
6 
7 
10 {}
11 
13 
17 {
18  for (auto p : *this)
19  p->toPersistent();
20 }
21 
24  SG::OwnershipPolicy policy) :
25  DataVector<CaloClusterCellLink>(it1,it2,policy)
26 {}
27 
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
DataModel_detail::iterator
(Non-const) Iterator class for DataVector/DataList.
Definition: DVLIterator.h:184
DetDescrDictionaryDict::it1
std::vector< HWIdentifier >::iterator it1
Definition: DetDescrDictionaryDict.h:17
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581