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
w
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
TruthInfoCnv_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_TRUTHINFOCNV_P1_H
6
#define JETTAGINFOTPCNV_TRUTHINFOCNV_P1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
JetTagInfoTPCnv/TruthInfo_p1.h
"
11
#include "
JetTagInfoTPCnv/BaseTagInfoCnv_p1.h
"
12
#include "
JetTagInfo/TruthInfo.h
"
13
14
class
MsgStream;
15
19
20
21
namespace
Analysis
{
22
class
BaseTagInfoCnv_p1;
23
24
class
TruthInfoCnv_p1
25
:
public
T_AthenaPoolTPPolyCnvBase
<JetTagInfoBase, TruthInfo, TruthInfo_p1>
26
{
27
public
:
28
inline
TruthInfoCnv_p1
(
void
)
29
:
m_baseTagCnv
(0)
30
{}
31
32
virtual
void
persToTrans
(
const
TruthInfo_p1
*persObj,
33
TruthInfo
*transObj,
34
MsgStream &
log
);
35
virtual
void
transToPers
(
const
TruthInfo
*transObj,
36
TruthInfo_p1
*persObj,
37
MsgStream &
log
);
38
39
private
:
40
BaseTagInfoCnv_p1
*
m_baseTagCnv
;
41
};
42
}
43
44
45
#endif
Analysis::TruthInfoCnv_p1::TruthInfoCnv_p1
TruthInfoCnv_p1(void)
Definition:
TruthInfoCnv_p1.h:28
BaseTagInfoCnv_p1.h
Analysis::TruthInfoCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition:
TruthInfoCnv_p1.h:40
TPPolyCnvBase
Definition:
TPConverter.h:674
Analysis::TruthInfoCnv_p1::persToTrans
virtual void persToTrans(const TruthInfo_p1 *persObj, TruthInfo *transObj, MsgStream &log)
Definition:
TruthInfoCnv_p1.cxx:39
T_AthenaPoolTPConverter.h
Analysis::TruthInfo_p1
Definition:
TruthInfo_p1.h:20
TruthInfo_p1.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
Analysis::TruthInfoCnv_p1::transToPers
virtual void transToPers(const TruthInfo *transObj, TruthInfo_p1 *persObj, MsgStream &log)
Definition:
TruthInfoCnv_p1.cxx:17
Analysis::BaseTagInfoCnv_p1
Definition:
BaseTagInfoCnv_p1.h:18
TruthInfo.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Analysis::TruthInfoCnv_p1
Definition:
TruthInfoCnv_p1.h:26
Analysis::TruthInfo
Class TruthInfo: Class to store more truth information about a JetTag (e.g.
Definition:
TruthInfo.h:19
Generated on Sat May 31 2025 21:22:00 for ATLAS Offline Software by
1.8.18