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
IPTrackInfoCnv_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_IPTRACKINFOCNV_P1_H
6
#define JETTAGINFOTPCNV_IPTRACKINFOCNV_P1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
#include "
DataModelAthenaPool/ElementLinkCnv_p1.h
"
10
11
#include "
JetTagInfoTPCnv/IPTrackInfo_p1.h
"
12
#include "
JetTagInfo/IPTrackInfo.h
"
13
14
class
MsgStream;
15
16
namespace
Analysis
{
17
18
class
IPTrackInfoCnv_p1
:
public
T_AthenaPoolTPCnvBase
<IPTrackInfo, IPTrackInfo_p1> {
19
public
:
20
IPTrackInfoCnv_p1
()
21
{}
22
23
virtual
void
persToTrans
(
const
IPTrackInfo_p1
* persObj,
IPTrackInfo
* transObj, MsgStream &
log
);
24
virtual
void
transToPers
(
const
IPTrackInfo
* transObj,
IPTrackInfo_p1
* persObj, MsgStream &
log
);
25
26
private
:
27
ElementLinkCnv_p1<ElementLink<Rec::TrackParticleContainer>
>
m_elementLinkCnv
;
28
29
};
30
}
31
#endif
32
ElementLinkCnv_p1.h
This file contains the class definition for the ElementLinkCnv_p1 class.
TPConverterBase
Definition:
TPConverter.h:738
IPTrackInfo_p1.h
Analysis::IPTrackInfoCnv_p1::m_elementLinkCnv
ElementLinkCnv_p1< ElementLink< Rec::TrackParticleContainer > > m_elementLinkCnv
Definition:
IPTrackInfoCnv_p1.h:27
Analysis::IPTrackInfoCnv_p1
Definition:
IPTrackInfoCnv_p1.h:18
Analysis::IPTrackInfoCnv_p1::IPTrackInfoCnv_p1
IPTrackInfoCnv_p1()
Definition:
IPTrackInfoCnv_p1.h:20
Analysis::IPTrackInfoCnv_p1::transToPers
virtual void transToPers(const IPTrackInfo *transObj, IPTrackInfo_p1 *persObj, MsgStream &log)
Definition:
IPTrackInfoCnv_p1.cxx:14
T_AthenaPoolTPConverter.h
Analysis::IPTrackInfoCnv_p1::persToTrans
virtual void persToTrans(const IPTrackInfo_p1 *persObj, IPTrackInfo *transObj, MsgStream &log)
Definition:
IPTrackInfoCnv_p1.cxx:30
ElementLinkCnv_p1
Definition:
ElementLinkCnv_p1.h:27
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
IPTrackInfo.h
Analysis::IPTrackInfo
Definition:
IPTrackInfo.h:18
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Analysis::IPTrackInfo_p1
Definition:
IPTrackInfo_p1.h:15
Generated on Mon Apr 21 2025 21:12:22 for ATLAS Offline Software by
1.8.18