ATLAS Offline Software
TileCalorimeter
TileEvent
TileEvent
TileHitCollection.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TileHitCollection_H
6
#define TileHitCollection_H
7
8
#include "
TileEvent/TileHit.h
"
9
#include "
TileEvent/TileRawDataCollection.h
"
10
11
class
TileHitCollection
:
public
TileRawDataCollection
<TileHit>
12
{
13
friend
class
TileHitContainerCnv
;
14
public
:
15
16
typedef
TileRawDataCollection<TileHit>
MyBase
;
17
typedef
MyBase::ID
ID
;
18
typedef
TileHit
TElement
;
19
20
TileHitCollection
(
ID
id
,
SG::OwnershipPolicy
ownPolicy
=
SG::OWN_ELEMENTS
)
21
:
MyBase
(
id
,
ownPolicy
) { }
22
TileHitCollection
(
SG::OwnershipPolicy
ownPolicy
=
SG::OWN_ELEMENTS
)
23
:
MyBase
(
ownPolicy
) { }
24
25
31
TileHitCollection
(
const
TileHitCollection
&
other
);
32
38
TileHitCollection
(
TileHitCollection
&&
other
) =
default
;
39
40
41
~TileHitCollection
() { }
42
};
43
44
CLASS_DEF
(
TileHitCollection
,2924,0)
45
46
#endif
47
TileHitCollection::TElement
TileHit TElement
Definition:
TileHitCollection.h:18
TileHitCollection::~TileHitCollection
~TileHitCollection()
Definition:
TileHitCollection.h:41
TileRawDataCollection< TileHit >::ID
int ID
Definition:
TileRawDataCollection.h:43
TileRawDataCollection.h
TileHitCollection
Definition:
TileHitCollection.h:12
TileHit.h
TileHitCollection::TileHitCollection
TileHitCollection(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition:
TileHitCollection.h:22
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition:
OwnershipPolicy.h:16
TileHitCollection::MyBase
TileRawDataCollection< TileHit > MyBase
Definition:
TileHitCollection.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition:
OwnershipPolicy.h:17
TileHitCollection::TileHitCollection
TileHitCollection(ID id, SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition:
TileHitCollection.h:20
TileRawDataCollection
Definition:
TileRawDataCollection.h:37
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:227
TileHit
Definition:
TileSimEvent/TileSimEvent/TileHit.h:30
TileHitCollection::ID
MyBase::ID ID
Definition:
TileHitCollection.h:17
InDetDD::other
@ other
Definition:
InDetDD_Defs.h:16
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
DataVector< TileHit >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
Return the ownership policy setting for this container.
TileHitCollection::TileHitCollection
TileHitCollection(TileHitCollection &&other)=default
Move constructor.
TileHitContainerCnv
Definition:
TileHitContainerCnv.h:14
Generated on Fri Jan 10 2025 21:19:12 for ATLAS Offline Software by
1.8.18