ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellLinkContainer.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef CALOEVENT_CALOCELLLINKCONTAINER_H
8#define CALOEVENT_CALOCELLLINKCONTAINER_H
16
17
18
20
22
24
25class CaloCellLinkContainer : public DataVector<CaloCellLink>
26{
27 public:
30
33
35 bool ownElements() const
36 {return (this->m_ownPolicy == SG::OWN_ELEMENTS);}
37};
38
41#endif
#define SG_BASE(D, B)
Declare that class D derives from class B.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
Derived DataVector<T>.
Definition DataVector.h:795
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
@ OWN_ELEMENTS
this data object owns its elements