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
TrackAssociationCnv_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_TrackAssociationCNV_P1_H
6
#define JETTAGINFOTPCNV_TrackAssociationCNV_P1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
JetTagEvent/TrackAssociation.h
"
11
#include "
JetTagInfoTPCnv/NavAssociationCommon_p1.h
"
12
#include "
DataModelAthenaPool/NavigableCnv_p1.h
"
13
14
class
MsgStream;
15
19
20
21
namespace
Analysis
{
22
class
TrackAssociationCnv_p1
23
:
public
T_AthenaPoolTPPolyCnvBase
<JetAssociationBase, TrackAssociation, NavAssociationCommon_p1>
24
{
25
public
:
26
inline
TrackAssociationCnv_p1
(
void
)
27
:
m_navAssCnv
(0)
28
{}
29
30
virtual
void
persToTrans
(
const
NavAssociationCommon_p1
*persObj,
31
TrackAssociation
*transObj,
32
MsgStream &
log
);
33
virtual
void
transToPers
(
const
TrackAssociation
*transObj,
34
NavAssociationCommon_p1
*persObj,
35
MsgStream &
log
);
36
37
private
:
38
39
NavigableCnv_p1<Navigable<Rec::TrackParticleContainer,double>
,
float
> *
m_navAssCnv
;
40
};
41
}
42
43
44
#endif
Analysis::TrackAssociationCnv_p1
Definition:
TrackAssociationCnv_p1.h:24
TrackAssociation.h
TPPolyCnvBase
Definition:
TPConverter.h:674
Analysis::TrackAssociation
Definition:
TrackAssociation.h:19
Analysis::TrackAssociationCnv_p1::TrackAssociationCnv_p1
TrackAssociationCnv_p1(void)
Definition:
TrackAssociationCnv_p1.h:26
T_AthenaPoolTPConverter.h
NavAssociationCommon_p1.h
Analysis::TrackAssociationCnv_p1::m_navAssCnv
NavigableCnv_p1< Navigable< Rec::TrackParticleContainer, double >, float > * m_navAssCnv
Definition:
TrackAssociationCnv_p1.h:39
Analysis::NavAssociationCommon_p1
Definition:
NavAssociationCommon_p1.h:20
Analysis::TrackAssociationCnv_p1::persToTrans
virtual void persToTrans(const NavAssociationCommon_p1 *persObj, TrackAssociation *transObj, MsgStream &log)
Convert to trans form.
Definition:
TrackAssociationCnv_p1.cxx:16
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Analysis::TrackAssociationCnv_p1::transToPers
virtual void transToPers(const TrackAssociation *transObj, NavAssociationCommon_p1 *persObj, MsgStream &log)
Definition:
TrackAssociationCnv_p1.cxx:27
NavigableCnv_p1.h
This file contains the class definition for the NavigableCnv_p1 class. NOTE: it should be included fi...
NavigableCnv_p1
Definition:
NavigableCnv_p1.h:29
Generated on Wed Apr 23 2025 21:21:08 for ATLAS Offline Software by
1.8.18