ATLAS Offline Software
Tracking
TrkEvent
TrkV0Vertex
TrkV0Vertex
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
17
#include "
AthContainers/DataVector.h
"
18
#include "
TrkV0Vertex/V0Candidate.h
"
19
#include "
AthenaKernel/CLASS_DEF.h
"
20
21
class
V0Container
:
public
DataVector
<Trk::V0Candidate>
22
{
23
public
:
24
V0Container
(
SG::OwnershipPolicy
own =
SG::OWN_ELEMENTS
) :
DataVector
<
Trk
::V0Candidate>(own) {}
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:794
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
Generated on Sun Dec 22 2024 21:22:16 for ATLAS Offline Software by
1.8.18