Loading [MathJax]/jax/input/TeX/config.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
CaloCnv
CaloTPCnv
CaloTPCnv
CaloClusterMomentContainerCnv_p1.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINERCNV_P1_H
8
#define CALOATHENAPOOL_CALOCLUSTERMOMENTCONTAINERCNV_P1_H
9
10
11
#include "
CaloTPCnv/CaloClusterMomentContainer_p1.h
"
12
//class CaloClusterMomentContainer_p1;
13
//class CaloClusterMomentContainer_p1::const_iterator;
14
15
class
CaloClusterMomentStore
;
16
17
class
CaloClusterMomentContainerCnv_p1
{
18
19
public
:
20
CaloClusterMomentContainerCnv_p1
();
21
//~CaloClusterMomentContainerCnv_p1 {};
22
23
void
persToTrans
(
const
CaloClusterMomentContainer_p1
* pers,
24
CaloClusterMomentStore
* trans,
25
CaloClusterMomentContainer_p1::const_iterator
& momentStoreIterator)
const
;
26
27
28
void
transToPers
(
const
CaloClusterMomentStore
* trans,
29
CaloClusterMomentContainer_p1
* pers)
const
;
30
31
//To be called at the begining of the container for a P->T conversion
32
bool
setIterator
(
const
CaloClusterMomentContainer_p1
* pers,
33
unsigned
int
ncluster,
34
CaloClusterMomentContainer_p1::const_iterator
& momentStoreIterator)
const
;
35
};
36
37
#endif
CaloClusterMomentContainer_p1::const_iterator
std::vector< ClusterMoment_p >::const_iterator const_iterator
Definition:
CaloClusterMomentContainer_p1.h:20
CaloClusterMomentStore
Stores CaloClusterMoment in a keyed map.
Definition:
CaloClusterMomentStore.h:15
CaloClusterMomentContainer_p1
Definition:
CaloClusterMomentContainer_p1.h:10
CaloClusterMomentContainerCnv_p1::CaloClusterMomentContainerCnv_p1
CaloClusterMomentContainerCnv_p1()
Definition:
CaloClusterMomentContainerCnv_p1.cxx:10
CaloClusterMomentContainerCnv_p1
Definition:
CaloClusterMomentContainerCnv_p1.h:17
CaloClusterMomentContainerCnv_p1::persToTrans
void persToTrans(const CaloClusterMomentContainer_p1 *pers, CaloClusterMomentStore *trans, CaloClusterMomentContainer_p1::const_iterator &momentStoreIterator) const
Definition:
CaloClusterMomentContainerCnv_p1.cxx:27
CaloClusterMomentContainerCnv_p1::transToPers
void transToPers(const CaloClusterMomentStore *trans, CaloClusterMomentContainer_p1 *pers) const
Definition:
CaloClusterMomentContainerCnv_p1.cxx:14
CaloClusterMomentContainer_p1.h
CaloClusterMomentContainerCnv_p1::setIterator
bool setIterator(const CaloClusterMomentContainer_p1 *pers, unsigned int ncluster, CaloClusterMomentContainer_p1::const_iterator &momentStoreIterator) const
Definition:
CaloClusterMomentContainerCnv_p1.cxx:47
Generated on Sat Mar 29 2025 21:08:01 for ATLAS Offline Software by
1.8.18