Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Calorimeter
CaloEvent
CaloEvent
CaloClusterCellLinkContainer.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef CALOEVENT_CALOCLUSTERCELLLINKCONTAINER_H
8
#define CALOEVENT_CALOCLUSTERCELLLINKCONTAINER_H
9
19
#include "
AthenaKernel/CLASS_DEF.h
"
20
#include "
AthContainers/DataVector.h
"
21
#include "
CaloEvent/CaloClusterCellLink.h
"
22
23
class
CaloClusterCellLinkContainer
:
public
DataVector
<CaloClusterCellLink>
24
{
25
public
:
27
CaloClusterCellLinkContainer
();
28
30
CaloClusterCellLinkContainer
(
CaloClusterCellLinkContainer::iterator
it1
,
31
CaloClusterCellLinkContainer::iterator
it2,
32
SG::OwnershipPolicy
plc);
33
35
virtual
~CaloClusterCellLinkContainer
();
36
39
void
toPersistent
();
40
};
41
42
CLASS_DEF
(
CaloClusterCellLinkContainer
,1134620868,1)
43
SG_BASE
(
CaloClusterCellLinkContainer
,
DataVector
<
CaloClusterCellLink
> );
44
#endif
CaloClusterCellLinkContainer
Container class for CaloCellLink.
Definition:
CaloClusterCellLinkContainer.h:24
CaloClusterCellLinkContainer::toPersistent
void toPersistent()
Prepare for writing.
Definition:
CaloClusterCellLinkContainer.cxx:16
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition:
OwnershipPolicy.h:16
CaloClusterCellLink
Bookkeeping of cells that make up a cluster Simplified replacement for CaloCellLink,...
Definition:
CaloClusterCellLink.h:24
CaloClusterCellLinkContainer::~CaloClusterCellLinkContainer
virtual ~CaloClusterCellLinkContainer()
destructor
DataModel_detail::iterator
(Non-const) Iterator class for DataVector/DataList.
Definition:
DVLIterator.h:184
DetDescrDictionaryDict::it1
std::vector< HWIdentifier >::iterator it1
Definition:
DetDescrDictionaryDict.h:17
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
CaloClusterCellLinkContainer::CaloClusterCellLinkContainer
CaloClusterCellLinkContainer()
constructor
Definition:
CaloClusterCellLinkContainer.cxx:8
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CaloClusterCellLink.h
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:67
SG_BASE
SG_BASE(CaloClusterCellLinkContainer, DataVector< CaloClusterCellLink >)
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Apr 24 2025 21:08:00 for ATLAS Offline Software by
1.8.18