ATLAS Offline Software
V0Container.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
14 #ifndef TRKV0VERTEX_V0CONTAINER_H
15 #define TRKV0VERTEX_V0CONTAINER_H
16 
19 #include "AthenaKernel/CLASS_DEF.h"
20 
21  class V0Container : public DataVector<Trk::V0Candidate>
22  {
23  public:
25  virtual ~V0Container() {}
26  };
27 
28 CLASS_DEF( V0Container, 1317684620, 1 )
29 
30 #endif
V0Candidate.h
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
V0Container
Definition: V0Container.h:22
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
V0Container::~V0Container
virtual ~V0Container()
Definition: V0Container.h:25
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
V0Container::V0Container
V0Container(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition: V0Container.h:24
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
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