ATLAS Offline Software
egDetailContainer.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_EGDETAILCONTAINER_H
6 #define EGAMMAEVENT_EGDETAILCONTAINER_H
7 
14 #include "AthenaKernel/CLASS_DEF.h"
15 #include "egammaEvent/egDetail.h"
16 
17 class egDetailContainer : public DataVector<egDetail>
18 {
19  public:
21  virtual ~egDetailContainer() {};
22 
25 };
26 
27 CLASS_DEF(egDetailContainer, 1180687045, 1)
28 
29 #endif
30 
egDetailContainer::~egDetailContainer
virtual ~egDetailContainer()
Destructor.
Definition: egDetailContainer.h:21
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
egDetailContainer::egDetailContainer
egDetailContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
Definition: egDetailContainer.cxx:23
egDetail.h
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
DataVector< egDetail >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
Return the ownership policy setting for this container.
CLASS_DEF.h
macros to associate a CLID to a type
egDetailContainer
Definition: egDetailContainer.h:18