ATLAS Offline Software
Loading...
Searching...
No Matches
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
20
21 class V0Container : public DataVector<Trk::V0Candidate>
22 {
23 public:
25 virtual ~V0Container() {}
26 };
27
28CLASS_DEF( V0Container, 1317684620, 1 )
29
30#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
virtual ~V0Container()
Definition V0Container.h:25
V0Container(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition V0Container.h:24
OwnershipPolicy
@ OWN_ELEMENTS
this data object owns its elements
Ensure that the ATLAS eigen extensions are properly loaded.