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
Reconstruction
Jet
JetEventTPCnv
JetEventTPCnv
JetMomentMapCnv_p1.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 JETEVENTTPCNV_JETMOMENTMAPCNV_P1_H
6
#define JETEVENTTPCNV_JETMOMENTMAPCNV_P1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
JetEventTPCnv/JetMomentMapConverterBase.h
"
11
#include "
JetEventTPCnv/JetMomentMap_p1.h
"
12
#include "
JetEvent/JetMomentMap.h
"
13
14
#include <string>
15
#include <vector>
16
17
template
<>
18
class
JetMomentMapConverterBase
<
JetMomentMap_p1
>
19
:
public
T_AthenaPoolTPCnvConstBase
<JetMomentMap, JetMomentMap_p1>
20
{
21
public
:
22
using
base_class::transToPers;
23
using
base_class::persToTrans;
24
25
26
JetMomentMapConverterBase
() { };
27
virtual
~JetMomentMapConverterBase
() { };
28
29
void
persToTrans(
const
JetMomentMap_p1
* persObj,
30
JetMomentMap
* transObj,
31
MsgStream& reporter )
const override
;
32
36
void
transToPers(
const
JetMomentMap
* transObj,
37
JetMomentMap_p1
* persObj,
38
MsgStream& reporter )
const override
;
39
};
40
41
typedef
JetMomentMapConverterBase<JetMomentMap_p1>
JetMomentMapCnv_p1
;
42
43
#endif
JetMomentMap
Definition:
JetMomentMap.h:21
JetMomentMap.h
JetMomentMapConverterBase< JetMomentMap_p1 >::~JetMomentMapConverterBase
virtual ~JetMomentMapConverterBase()
Definition:
JetMomentMapCnv_p1.h:27
JetMomentMapCnv_p1
JetMomentMapConverterBase< JetMomentMap_p1 > JetMomentMapCnv_p1
Definition:
JetMomentMapCnv_p1.h:41
JetMomentMap_p1
Definition:
JetMomentMap_p1.h:14
JetMomentMapConverterBase.h
JetMomentMapConverterBase< JetMomentMap_p1 >::JetMomentMapConverterBase
JetMomentMapConverterBase()
Definition:
JetMomentMapCnv_p1.h:26
JetMomentMapConverterBase
Definition:
JetMomentMapConverterBase.h:10
T_AthenaPoolTPConverter.h
JetMomentMap_p1.h
TPConverterConstBase
Definition:
TPConverter.h:776
JetMomentMapConverterBase< JetMomentMap_p1 >
Definition:
JetMomentMapCnv_p1.h:20
Generated on Sun Mar 23 2025 21:12:52 for ATLAS Offline Software by
1.8.18