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
TrigSteeringEventTPCnv
TrigSteeringEventTPCnv
Lvl1ResultCnv_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigSteeringEventTPCnv
8
* @class : Lvl1ResultCnv_p1
9
*
10
* @brief The converter for the Lvl1Result_p1 persistent format.
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. of Geneva, Switzerland
13
* @author Francesca Bucci <f.bucci@cern.ch> - U. of Geneva, Switzerland
14
*
15
* File and Version Information:
16
**********************************************************************************/
17
18
#ifndef TrigSteeringEventTPCnv_Lvl1ResultCnv_p2_H
19
#define TrigSteeringEventTPCnv_Lvl1ResultCnv_p2_H
20
21
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
22
23
class
MsgStream;
24
25
namespace
LVL1CTP
{
26
class
Lvl1Result;
27
class
Lvl1Result_p2;
28
}
29
30
namespace
LVL1CTP
{
31
32
class
Lvl1ResultCnv_p2
:
public
T_AthenaPoolTPCnvConstBase
<Lvl1Result, Lvl1Result_p2> {
33
34
public
:
35
using
base_class::persToTrans
;
36
using
base_class::transToPers
;
37
38
Lvl1ResultCnv_p2
() {}
39
virtual
void
persToTrans
(
const
Lvl1Result_p2
* persObj,
Lvl1Result
* transObj, MsgStream&
log
)
const override
;
40
virtual
void
transToPers
(
const
Lvl1Result
* transObj,
Lvl1Result_p2
* persObj, MsgStream&
log
)
const override
;
41
};
42
43
}
44
45
#endif
LVL1CTP::Lvl1ResultCnv_p2::transToPers
virtual void transToPers(const Lvl1Result *transObj, Lvl1Result_p2 *persObj, MsgStream &log) const override
Definition:
Lvl1ResultCnv_p2.cxx:11
LVL1CTP::Lvl1ResultCnv_p2::Lvl1ResultCnv_p2
Lvl1ResultCnv_p2()
Definition:
Lvl1ResultCnv_p2.h:38
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LVL1CTP::Lvl1ResultCnv_p2
Definition:
Lvl1ResultCnv_p2.h:32
T_AthenaPoolTPConverter.h
LVL1CTP::Lvl1Result_p2
Definition:
Lvl1Result_p2.h:45
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
LVL1CTP::Lvl1Result
Definition:
Lvl1Result.h:32
LVL1CTP::Lvl1ResultCnv_p2::persToTrans
virtual void persToTrans(const Lvl1Result_p2 *persObj, Lvl1Result *transObj, MsgStream &log) const override
Definition:
Lvl1ResultCnv_p2.cxx:24
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
LVL1CTP
Definition:
Lvl1ResultAccessTool.h:20
TPConverterConstBase
Definition:
TPConverter.h:776
Generated on Mon Apr 21 2025 21:14:26 for ATLAS Offline Software by
1.8.18