ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
13
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
CLASS_DEF.h
macros to associate a CLID to a type
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:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
V0Candidate.h
DataVector< Trk::V0Candidate >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
V0Container
Definition
V0Container.h:22
V0Container::~V0Container
virtual ~V0Container()
Definition
V0Container.h:25
V0Container::V0Container
V0Container(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition
V0Container.h:24
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition
OwnershipPolicy.h:17
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Generated on
for ATLAS Offline Software by
1.17.0