Loading [MathJax]/jax/output/SVG/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
PhysicsAnalysis
JetTagging
JetTagInfoTPCnv
JetTagInfoTPCnv
AtlfInfoCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JETTAGINFOTPCNV_ATLINFOCNV_P1_H
6
#define JETTAGINFOTPCNV_ATLINFOCNV_P1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
JetTagInfoTPCnv/AtlfInfo_p1.h
"
11
#include "
JetTagInfoTPCnv/BaseTagInfoCnv_p1.h
"
12
#include "
JetTagInfo/AtlfInfo.h
"
13
14
class
MsgStream;
15
19
20
21
namespace
Analysis
{
22
23
class
BaseTagInfoCnv_p1;
24
25
class
AtlfInfoCnv_p1
26
:
public
T_AthenaPoolTPPolyCnvBase
<JetTagInfoBase, AtlfInfo, AtlfInfo_p1>
27
{
28
public
:
29
inline
AtlfInfoCnv_p1
(
void
)
30
:
m_baseTagCnv
(0)
31
{}
32
33
virtual
void
persToTrans
(
const
AtlfInfo_p1
*persObj,
34
AtlfInfo
*transObj,
35
MsgStream &
log
);
36
virtual
void
transToPers
(
const
AtlfInfo
*transObj,
37
AtlfInfo_p1
*persObj,
38
MsgStream &
log
);
39
40
private
:
41
BaseTagInfoCnv_p1
*
m_baseTagCnv
;
42
43
};
44
}
45
46
47
#endif
BaseTagInfoCnv_p1.h
Analysis::AtlfInfo_p1
Definition:
AtlfInfo_p1.h:17
Analysis::AtlfInfo
Definition:
AtlfInfo.h:16
TPPolyCnvBase
Definition:
TPConverter.h:674
Analysis::AtlfInfoCnv_p1::transToPers
virtual void transToPers(const AtlfInfo *transObj, AtlfInfo_p1 *persObj, MsgStream &log)
Definition:
AtlfInfoCnv_p1.cxx:17
T_AthenaPoolTPConverter.h
Analysis::AtlfInfoCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition:
AtlfInfoCnv_p1.h:41
AtlfInfo.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
Analysis::AtlfInfoCnv_p1::AtlfInfoCnv_p1
AtlfInfoCnv_p1(void)
Definition:
AtlfInfoCnv_p1.h:29
Analysis::BaseTagInfoCnv_p1
Definition:
BaseTagInfoCnv_p1.h:18
AtlfInfo_p1.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Analysis::AtlfInfoCnv_p1::persToTrans
virtual void persToTrans(const AtlfInfo_p1 *persObj, AtlfInfo *transObj, MsgStream &log)
Definition:
AtlfInfoCnv_p1.cxx:40
Analysis::AtlfInfoCnv_p1
Definition:
AtlfInfoCnv_p1.h:27
Generated on Mon Apr 21 2025 21:07:32 for ATLAS Offline Software by
1.8.18