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
TrigMuonEventTPCnv
TrigMuonEventTPCnv
TrigMuonEFInfoTrackCnv_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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigMuonEventTPCnv
8
* @class : TrigMuonEFInfoTrackCnv_p1
9
*
10
* @brief transient-persistent converter for TrigMuonEFInfoTrack_p1
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
* @author Alexander Oh <alexander.oh@cern.ch> - U. Manchester
15
*
16
**********************************************************************************/
17
#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEFINFOTRACKCNV_P1_H
18
#define TRIGMUONEVENTTPCNV_TRIGMUONEFINFOTRACKCNV_P1_H
19
20
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
21
22
#include "
TrigMuonEventTPCnv/TrigMuonEFInfoTrack_p1.h
"
23
24
#include "
TrigMuonEvent/TrigMuonEFInfoTrack.h
"
25
26
class
MsgStream;
27
28
29
class
TrigMuonEFInfoTrackCnv_p1
:
public
T_AthenaPoolTPCnvBase
<TrigMuonEFInfoTrack, TrigMuonEFInfoTrack_p1>
30
{
31
32
public
:
33
34
TrigMuonEFInfoTrackCnv_p1
() :
m_trackCnv
(0),
m_cbTrackCnv
(0) {}
35
36
virtual
void
persToTrans
(
const
TrigMuonEFInfoTrack_p1
* persObj,
TrigMuonEFInfoTrack
* transObj, MsgStream &
log
);
37
virtual
void
transToPers
(
const
TrigMuonEFInfoTrack
* transObj,
TrigMuonEFInfoTrack_p1
* persObj, MsgStream &
log
);
38
39
private
:
40
41
42
protected
:
43
44
ITPConverterFor<TrigMuonEFTrack>
*
m_trackCnv
;
45
ITPConverterFor<TrigMuonEFCbTrack>
*
m_cbTrackCnv
;
46
47
};
48
49
50
#endif
TrigMuonEFInfoTrack_p1
Definition:
TrigMuonEFInfoTrack_p1.h:25
ITPConverterFor< TrigMuonEFTrack >
TPConverterBase
Definition:
TPConverter.h:738
TrigMuonEFInfoTrackCnv_p1::TrigMuonEFInfoTrackCnv_p1
TrigMuonEFInfoTrackCnv_p1()
Definition:
TrigMuonEFInfoTrackCnv_p1.h:34
TrigMuonEFInfoTrackCnv_p1::persToTrans
virtual void persToTrans(const TrigMuonEFInfoTrack_p1 *persObj, TrigMuonEFInfoTrack *transObj, MsgStream &log)
Definition:
TrigMuonEFInfoTrackCnv_p1.cxx:11
TrigMuonEFInfoTrackCnv_p1::m_trackCnv
ITPConverterFor< TrigMuonEFTrack > * m_trackCnv
Definition:
TrigMuonEFInfoTrackCnv_p1.h:44
TrigMuonEFInfoTrack.h
TrigMuonEFInfoTrackCnv_p1::m_cbTrackCnv
ITPConverterFor< TrigMuonEFCbTrack > * m_cbTrackCnv
Definition:
TrigMuonEFInfoTrackCnv_p1.h:45
T_AthenaPoolTPConverter.h
TrigMuonEFInfoTrackCnv_p1::transToPers
virtual void transToPers(const TrigMuonEFInfoTrack *transObj, TrigMuonEFInfoTrack_p1 *persObj, MsgStream &log)
Definition:
TrigMuonEFInfoTrackCnv_p1.cxx:27
TrigMuonEFInfoTrack
Definition:
TrigMuonEFInfoTrack.h:22
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigMuonEFInfoTrack_p1.h
TrigMuonEFInfoTrackCnv_p1
Definition:
TrigMuonEFInfoTrackCnv_p1.h:30
Generated on Thu Apr 24 2025 21:21:54 for ATLAS Offline Software by
1.8.18