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
PhysicsAnalysis
JetTagging
JetTagInfoTPCnv
JetTagInfoTPCnv
JetProbInfoBaseCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JETTAGINFOTPCNV_JetProbInfoBASECNV_P1_H
6
#define JETTAGINFOTPCNV_JetProbInfoBASECNV_P1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
JetTagInfoTPCnv/JetProbInfoBase_p1.h
"
11
#include "
JetTagInfo/JetProbInfoBase.h
"
12
13
class
MsgStream;
14
15
namespace
Analysis
{
16
17
class
BaseTagInfoCnv_p1;
18
19
class
JetProbInfoBaseCnv_p1
20
:
public
T_AthenaPoolTPPolyCnvBase
<JetTagInfoBase, JetProbInfoBase, JetProbInfoBase_p1> {
21
public
:
22
JetProbInfoBaseCnv_p1
()
23
:
m_baseTagCnv
(0)
24
{}
25
26
virtual
void
persToTrans
(
const
JetProbInfoBase_p1
* persObj,
JetProbInfoBase
* transObj, MsgStream &
log
);
27
virtual
void
transToPers
(
const
JetProbInfoBase
* transObj,
JetProbInfoBase_p1
* persObj, MsgStream &
log
);
28
29
BaseTagInfoCnv_p1
*
m_baseTagCnv
;
30
};
31
}
32
#endif
33
Analysis::JetProbInfoBase_p1
Definition:
JetProbInfoBase_p1.h:20
Analysis::JetProbInfoBaseCnv_p1::transToPers
virtual void transToPers(const JetProbInfoBase *transObj, JetProbInfoBase_p1 *persObj, MsgStream &log)
Definition:
JetProbInfoBaseCnv_p1.cxx:17
TPPolyCnvBase
Definition:
TPConverter.h:674
Analysis::JetProbInfoBaseCnv_p1::JetProbInfoBaseCnv_p1
JetProbInfoBaseCnv_p1()
Definition:
JetProbInfoBaseCnv_p1.h:22
JetProbInfoBase_p1.h
T_AthenaPoolTPConverter.h
Analysis::JetProbInfoBase
Definition:
JetProbInfoBase.h:21
JetProbInfoBase.h
Analysis::JetProbInfoBaseCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition:
JetProbInfoBaseCnv_p1.h:29
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
Analysis::JetProbInfoBaseCnv_p1::persToTrans
virtual void persToTrans(const JetProbInfoBase_p1 *persObj, JetProbInfoBase *transObj, MsgStream &log)
Definition:
JetProbInfoBaseCnv_p1.cxx:22
Analysis::BaseTagInfoCnv_p1
Definition:
BaseTagInfoCnv_p1.h:18
Analysis::JetProbInfoBaseCnv_p1
Definition:
JetProbInfoBaseCnv_p1.h:20
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Generated on Tue Apr 22 2025 21:12:56 for ATLAS Offline Software by
1.8.18