ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkEvent
VxVertex
VxVertex
VxContainer.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
6
#ifndef VXVERTEX_VXCONTAINER_H
7
#define VXVERTEX_VXCONTAINER_H
8
9
#include "
AthContainers/DataVector.h
"
10
#include "
VxVertex/VxCandidate.h
"
11
#include "
AthenaKernel/CLASS_DEF.h
"
27
class
VxContainer
:
public
DataVector
<Trk::VxCandidate>
28
{
29
public
:
30
VxContainer
(
SG::OwnershipPolicy
own =
SG::OWN_ELEMENTS
) :
DataVector
<
Trk
::VxCandidate>(own) {}
31
virtual
~VxContainer
() {}
32
};
33
34
/* Define CLID and version (not used for now) for VxContainer
35
the CLID for "Tutorial objects" must be in the range 9900-9999
36
http://atlas.web.cern.ch/Atlas/GROUPS/DATABASE/documentation/CLID1.txt */
37
38
/* CLID number as generated with
39
clid.py InDetPriVx
40
in RecExCommon 01-58
41
9327453 InDetPriVx
42
*/
43
44
CLASS_DEF
(
VxContainer
, 9327453, 1 )
45
46
#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.
VxCandidate.h
DataVector< Trk::VxCandidate >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
VxContainer
Definition
VxContainer.h:28
VxContainer::VxContainer
VxContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition
VxContainer.h:30
VxContainer::~VxContainer
virtual ~VxContainer()
Definition
VxContainer.h:31
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