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
TrigMuonEFIsolationCnv_p1.h
Go to the documentation of this file.
1
// dear emacs, this is -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef TRIGMUONEVENT_TRIGMUONEFISOLATIONCNV_P1_H__
8
#define TRIGMUONEVENT_TRIGMUONEFISOLATIONCNV_P1_H__
9
18
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
19
20
#include "
TrigMuonEvent/TrigMuonEFIsolation.h
"
21
#include "
TrigMuonEventTPCnv/TrigMuonEFIsolation_p1.h
"
22
23
class
TrigMuonEFIsolationCnv_p1
:
public
T_AthenaPoolTPCnvBase
<TrigMuonEFIsolation, TrigMuonEFIsolation_p1> {
24
25
public
:
26
28
TrigMuonEFIsolationCnv_p1
() {}
29
31
virtual
void
persToTrans
(
const
TrigMuonEFIsolation_p1
* persObj,
TrigMuonEFIsolation
* transObj, MsgStream &
log
);
33
virtual
void
transToPers
(
const
TrigMuonEFIsolation
* transObj,
TrigMuonEFIsolation_p1
* persObj, MsgStream &
log
);
34
35
36
};
//class TrigMuonEFIsolationCnv_p1
37
38
#endif //TRIGMUONEVENT_TRIGMUONEFISOLATIONCNV_P1_H__
TrigMuonEFIsolationCnv_p1::TrigMuonEFIsolationCnv_p1
TrigMuonEFIsolationCnv_p1()
Default constructor.
Definition:
TrigMuonEFIsolationCnv_p1.h:28
TrigMuonEFIsolationCnv_p1
T/P Converter for TrigMuonEFIsolation_p1.
Definition:
TrigMuonEFIsolationCnv_p1.h:23
TPConverterBase
Definition:
TPConverter.h:738
TrigMuonEFIsolation_p1.h
TrigMuonEFIsolationCnv_p1::persToTrans
virtual void persToTrans(const TrigMuonEFIsolation_p1 *persObj, TrigMuonEFIsolation *transObj, MsgStream &log)
Convert from persistent to transient.
Definition:
TrigMuonEFIsolationCnv_p1.cxx:13
TrigMuonEFIsolation.h
TrigMuonEFIsolation
Definition:
TrigMuonEFIsolation.h:24
TrigMuonEFIsolation_p1
Persistent partner class for TrigMuonEFIsolation.
Definition:
TrigMuonEFIsolation_p1.h:18
T_AthenaPoolTPConverter.h
TrigMuonEFIsolationCnv_p1::transToPers
virtual void transToPers(const TrigMuonEFIsolation *transObj, TrigMuonEFIsolation_p1 *persObj, MsgStream &log)
Convert from transient to persistent.
Definition:
TrigMuonEFIsolationCnv_p1.cxx:27
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Generated on Thu Apr 24 2025 21:21:54 for ATLAS Offline Software by
1.8.18