ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkEvent
VxMultiVertex
VxMultiVertex
MVFVxContainer.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 VXMULTIVERTEX_VXCONTAINER_H
6
#define VXMULTIVERTEX_VXCONTAINER_H
7
8
#include "
AthContainers/DataVector.h
"
9
#include "
VxMultiVertex/MVFVxCandidate.h
"
10
#include "
AthenaKernel/CLASS_DEF.h
"
11
12
27
28
29
30
class
MVFVxContainer
:
public
DataVector
<Trk::MVFVxCandidate>
31
{
32
public
:
33
MVFVxContainer
(
SG::OwnershipPolicy
own =
SG::OWN_ELEMENTS
) :
DataVector
<
Trk
::MVFVxCandidate>(own) {}
34
virtual
~MVFVxContainer
() {}
35
};
36
37
/* Define CLID and version (not used for now) for VxContainer
38
the CLID for "Tutorial objects" must be in the range 9900-9999
39
http://atlas.web.cern.ch/Atlas/GROUPS/DATABASE/documentation/CLID1.txt */
40
41
//obtained through ./clid MVxContainer on 18-08-2006
42
CLASS_DEF
(
MVFVxContainer
,1943140, 1 )
43
44
#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.
MVFVxCandidate.h
DataVector< Trk::MVFVxCandidate >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
MVFVxContainer
Definition
MVFVxContainer.h:31
MVFVxContainer::~MVFVxContainer
virtual ~MVFVxContainer()
Definition
MVFVxContainer.h:34
MVFVxContainer::MVFVxContainer
MVFVxContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition
MVFVxContainer.h:33
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