ATLAS Offline Software
InnerDetector
InDetRecEvent
InDetLowBetaInfo
InDetLowBetaInfo
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
8
#include "
AthContainers/DataVector.h
"
9
#include "
InDetLowBetaInfo/InDetLowBetaCandidate.h
"
10
#include "
AthenaKernel/CLASS_DEF.h
"
11
12
21
namespace
InDet
{
22
class
InDetLowBetaContainer
:
public
DataVector
<InDet::InDetLowBetaCandidate>
23
{
24
public
:
25
InDetLowBetaContainer
(
SG::OwnershipPolicy
own =
SG::OWN_ELEMENTS
) :
DataVector
<
InDet
::
InDetLowBetaCandidate
>(own) {}
26
virtual
~InDetLowBetaContainer
() {}
27
};
28
29
}
30
/* CLID number as generated with
31
clid InDetLowBetaContainer
32
1286706128 InDetLowBetaContainer None
33
*/
34
// CLASS_DEF( InDetLowBetaContainer,1286706128 , 1 )
35
CLASS_DEF
(
InDet::InDetLowBetaContainer
,1096598165, 1 )
36
37
38
39
#endif
InDet
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
Generated on Thu Nov 7 2024 21:16:58 for ATLAS Offline Software by
1.8.18