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
Trigger
TrigEvent
TrigParticleTPCnv
TrigParticleTPCnv
TrigTauCnv_p3.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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigParticleTPCnv
8
* @class : TrigTauCnv_p3
9
*
10
* @brief transient persistent converter for TrigTau
11
*
12
*
13
* File and Version Information:
14
* $Id: TrigTauCnv_p3.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
15
**********************************************************************************/
16
#ifndef TRIGPARTICLETPCNV_TRIGTAUCNV_P3_H
17
#define TRIGPARTICLETPCNV_TRIGTAUCNV_P3_H
18
19
#include "
TrigParticle/TrigTau.h
"
20
#include "
TrigParticleTPCnv/TrigTau_p3.h
"
21
#include "
EventCommonTPCnv/P4PtEtaPhiMCnv_p1.h
"
22
23
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
24
25
class
MsgStream;
26
27
28
class
TrigTauCnv_p3
:
public
T_AthenaPoolTPCnvBase
<TrigTau, TrigTau_p3>
29
{
30
public
:
31
32
TrigTauCnv_p3
():
m_p4PtEtaPhiMCnv
() {}
33
34
virtual
void
persToTrans
(
const
TrigTau_p3
* persObj,
35
TrigTau
* transObj,
36
MsgStream &
log
);
37
virtual
void
transToPers
(
const
TrigTau
* transObj,
38
TrigTau_p3
* persObj,
39
MsgStream &
log
);
40
41
protected
:
42
43
P4PtEtaPhiMCnv_p1
m_p4PtEtaPhiMCnv
;
44
45
};
46
47
48
#endif
TrigTauCnv_p3::m_p4PtEtaPhiMCnv
P4PtEtaPhiMCnv_p1 m_p4PtEtaPhiMCnv
Definition:
TrigTauCnv_p3.h:43
TrigTauCnv_p3::persToTrans
virtual void persToTrans(const TrigTau_p3 *persObj, TrigTau *transObj, MsgStream &log)
Definition:
TrigTauCnv_p3.cxx:10
TrigTauCnv_p3::TrigTauCnv_p3
TrigTauCnv_p3()
Definition:
TrigTauCnv_p3.h:32
P4PtEtaPhiMCnv_p1.h
TrigTau_p3
Definition:
TrigTau_p3.h:26
TPConverterBase
Definition:
TPConverter.h:738
TrigTauCnv_p3::transToPers
virtual void transToPers(const TrigTau *transObj, TrigTau_p3 *persObj, MsgStream &log)
Definition:
TrigTauCnv_p3.cxx:35
TrigTauCnv_p3
Definition:
TrigTauCnv_p3.h:29
TrigTau_p3.h
T_AthenaPoolTPConverter.h
TrigTau.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
P4PtEtaPhiMCnv_p1
Definition:
P4PtEtaPhiMCnv_p1.h:35
TrigTau
File: TrigTau.h.
Definition:
TrigTau.h:37
Generated on Fri Mar 14 2025 21:21:55 for ATLAS Offline Software by
1.8.18