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
Reconstruction
tauEventTPCnv
tauEventTPCnv
TauCommonExtraDetailsCnv_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
17
18
#ifndef TAUEVENTTPCNV_TAUCOMMONEXTRADETAILSCNV_P1_H
19
#define TAUEVENTTPCNV_TAUCOMMONEXTRADETAILSCNV_P1_H
20
21
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
22
#include "
DataModelAthenaPool/ElementLinkCnv_p2.h
"
23
#include "
tauEvent/TauCommonExtraDetails.h
"
24
#include "
tauEventTPCnv/TauCommonExtraDetails_p1.h
"
25
26
class
MsgStream;
27
29
class
TauCommonExtraDetailsCnv_p1
:
30
public
T_AthenaPoolTPPolyCnvBase
<Analysis::TauDetails, Analysis::TauCommonExtraDetails, TauCommonExtraDetails_p1>
31
{
32
public
:
34
TauCommonExtraDetailsCnv_p1
();
35
37
virtual
~TauCommonExtraDetailsCnv_p1
();
38
44
virtual
void
persToTrans
(
45
const
TauCommonExtraDetails_p1
*pers,
46
Analysis::TauCommonExtraDetails
*trans,
47
MsgStream &
msg
);
48
54
virtual
void
transToPers
(
55
const
Analysis::TauCommonExtraDetails
*trans,
56
TauCommonExtraDetails_p1
*pers,
57
MsgStream &
msg
);
58
59
private
:
60
ElementLinkCnv_p2<ElementLink<CaloCellContainer>
>
m_cellCnv
;
61
};
62
63
#endif // TAUEVENTTPCNV_TAUCOMMONEXTRADETAILSCNV_P1_H
TauCommonExtraDetails_p1.h
Analysis::TauCommonExtraDetails
Extra detail class containing information for track and calo seeded tau reconstruction algorithms.
Definition:
TauCommonExtraDetails.h:31
ElementLinkCnv_p2
Definition:
ElementLinkCnv_p2.h:55
TPPolyCnvBase
Definition:
TPConverter.h:674
TauCommonExtraDetails_p1
Persistent class for Analysis::TauCommonExtraDetails.
Definition:
TauCommonExtraDetails_p1.h:31
TauCommonExtraDetails.h
T_AthenaPoolTPConverter.h
TauCommonExtraDetailsCnv_p1::m_cellCnv
ElementLinkCnv_p2< ElementLink< CaloCellContainer > > m_cellCnv
Definition:
TauCommonExtraDetailsCnv_p1.h:60
TauCommonExtraDetailsCnv_p1::TauCommonExtraDetailsCnv_p1
TauCommonExtraDetailsCnv_p1()
Constructor.
Definition:
TauCommonExtraDetailsCnv_p1.cxx:22
TauCommonExtraDetailsCnv_p1::persToTrans
virtual void persToTrans(const TauCommonExtraDetails_p1 *pers, Analysis::TauCommonExtraDetails *trans, MsgStream &msg)
Creates persistent object from transient object.
Definition:
TauCommonExtraDetailsCnv_p1.cxx:34
TauCommonExtraDetailsCnv_p1::~TauCommonExtraDetailsCnv_p1
virtual ~TauCommonExtraDetailsCnv_p1()
Destructor.
Definition:
TauCommonExtraDetailsCnv_p1.cxx:29
TauCommonExtraDetailsCnv_p1::transToPers
virtual void transToPers(const Analysis::TauCommonExtraDetails *trans, TauCommonExtraDetails_p1 *pers, MsgStream &msg)
Creates transient object from persistent object.
Definition:
TauCommonExtraDetailsCnv_p1.cxx:94
TauCommonExtraDetailsCnv_p1
Transient Persistent class converter for Analysis::TauCommonExtraDetails.
Definition:
TauCommonExtraDetailsCnv_p1.h:31
ElementLinkCnv_p2.h
This file contains the class definition for the ElementLinkCnv_p2 class.
python.AutoConfigFlags.msg
msg
Definition:
AutoConfigFlags.py:7
Generated on Thu Apr 24 2025 21:19:28 for ATLAS Offline Software by
1.8.18