ATLAS Offline Software
Loading...
Searching...
No Matches
InDetLowBetaContainer.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 INDETLOWBETACONTAINER_H
6#define INDETLOWBETACONTAINER_H
7
11
12
21namespace InDet {
22 class InDetLowBetaContainer: public DataVector<InDet::InDetLowBetaCandidate>
23 {
24 public:
27 };
28
29}
30/* CLID number as generated with
31clid InDetLowBetaContainer
321286706128 InDetLowBetaContainer None
33*/
34// CLASS_DEF( InDetLowBetaContainer,1286706128 , 1 )
36
37
38
39#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)
InDetLowBetaContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Primary Vertex Finder.
OwnershipPolicy
@ OWN_ELEMENTS
this data object owns its elements