ATLAS Offline Software
Reconstruction/egamma/egammaEvent/egammaEvent/CaloRingsContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EGAMMAEVENT_CALORINGSCONTAINER_H
6 #define EGAMMAEVENT_CALORINGSCONTAINER_H
7 
8 // INCLUDE HEADER FILES:
9 
11 #include "AthenaKernel/CLASS_DEF.h"
12 #include "egammaEvent/CaloRings.h"
13 
14 class CaloRingsContainer : public DataVector<CaloRings>
15 {
16  public:
17  virtual ~CaloRingsContainer() {};
18 
21 };
22 
24 CLASS_DEF(CaloRingsContainer, 1253285755, 1)
25 
26 #endif
27 
SG_BASE
SG_BASE(CaloRingsContainer, DataVector< CaloRings >)
CaloRingsContainer::CaloRingsContainer
CaloRingsContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
Definition: CaloRingsContainer.cxx:14
CaloRingsContainer
Definition: Reconstruction/egamma/egammaEvent/egammaEvent/CaloRingsContainer.h:15
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
CaloRingsContainer::~CaloRingsContainer
virtual ~CaloRingsContainer()
Definition: Reconstruction/egamma/egammaEvent/egammaEvent/CaloRingsContainer.h:17
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
CaloRings.h
DataVector< CaloRings >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
Return the ownership policy setting for this container.
CLASS_DEF.h
macros to associate a CLID to a type