ATLAS Offline Software
CaloClusterCellLinkContainer.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef CALOEVENT_CALOCLUSTERCELLLINKCONTAINER_H
8 #define CALOEVENT_CALOCLUSTERCELLLINKCONTAINER_H
9 
19 #include "AthenaKernel/CLASS_DEF.h"
22 
23 class CaloClusterCellLinkContainer : public DataVector<CaloClusterCellLink>
24 {
25  public:
28 
33 
36 
39  void toPersistent();
40 };
41 
44 #endif
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
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type