ATLAS Offline Software
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 
10 #include "AthenaKernel/CLASS_DEF.h"
11 
12 
21 namespace InDet {
22  class InDetLowBetaContainer: public DataVector<InDet::InDetLowBetaCandidate>
23  {
24  public:
27  };
28 
29 }
30 /* CLID number as generated with
31 clid InDetLowBetaContainer
32 1286706128 InDetLowBetaContainer None
33 */
34 // CLASS_DEF( InDetLowBetaContainer,1286706128 , 1 )
36 
37 
38 
39 #endif
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
InDet::InDetLowBetaContainer
Definition: InDetLowBetaContainer.h:23
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
InDet::InDetLowBetaContainer::InDetLowBetaContainer
InDetLowBetaContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition: InDetLowBetaContainer.h:25
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
InDet::InDetLowBetaCandidate
Definition: InDetLowBetaCandidate.h:24
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
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:64
InDetLowBetaCandidate.h
InDet::InDetLowBetaContainer::~InDetLowBetaContainer
virtual ~InDetLowBetaContainer()
Definition: InDetLowBetaContainer.h:26
CLASS_DEF.h
macros to associate a CLID to a type