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
TileCalorimeter
TileSvc
TileEventAthenaPool
src
TileL2ContainerCnv.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// TileL2ContainerCnv.h
8
// Header file for class TileL2ContainerCnv
9
// Author: Aranzazu Ruiz <aranzazu.ruiz.martinez@cern.ch>
10
// Date: July 2008
12
#ifndef TILEEVENTATHENAPOOL_TILEL2CONTAINERCNV_H
13
#define TILEEVENTATHENAPOOL_TILEL2CONTAINERCNV_H
14
15
// AthenaPoolCnvSvc includes
16
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
17
18
// TileTPCnv includes
19
#include "
TileTPCnv/TileL2Container_p1.h
"
20
#include "
TileTPCnv/TileL2Container_p2.h
"
21
22
// TileEvent includes
23
#include "
TileEvent/TileL2Container.h
"
24
25
typedef
TileL2Container_p2
TileL2Container_PERS
;
26
27
class
TileL2ContainerCnv
:
public
T_AthenaPoolCustomCnv
<
28
TileL2Container,
29
TileL2Container_PERS
30
>
31
32
{
33
34
// make the factory for this converter our friend
35
friend
class
CnvFactory
<
TileL2ContainerCnv
>;
36
37
protected
:
38
41
public
:
42
TileL2ContainerCnv
(ISvcLocator* svcloc);
43
protected
:
44
47
virtual
TileL2Container_PERS
*
48
createPersistent
(
TileL2Container
* transCont );
49
52
virtual
TileL2Container
*
createTransient
();
53
54
};
55
56
inline
TileL2ContainerCnv::TileL2ContainerCnv
( ISvcLocator* svcLocator ) :
57
T_AthenaPoolCustomCnv
<
TileL2Container
,
TileL2Container_PERS
>(svcLocator)
58
{}
59
60
#endif //> TILEEVENTATHENAPOOL_TILEL2CONTAINERCNV_H
TileL2Container_PERS
TileL2Container_p2 TileL2Container_PERS
Definition:
TileL2ContainerCnv.h:25
TileL2ContainerCnv
Definition:
TileL2ContainerCnv.h:32
TileL2Container_p2
Definition:
TileL2Container_p2.h:19
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
TileL2ContainerCnv::createTransient
virtual TileL2Container * createTransient()
Build the transient representation from a persistent one.
Definition:
TileL2ContainerCnv.cxx:36
TileL2ContainerCnv::createPersistent
virtual TileL2Container_PERS * createPersistent(TileL2Container *transCont)
Build the persistent representation from the transient one.
Definition:
TileL2ContainerCnv.cxx:24
TileL2Container_p1.h
TileL2Container_p2.h
TileL2ContainerCnv::TileL2ContainerCnv
TileL2ContainerCnv(ISvcLocator *svcloc)
Create the converter from the service locator.
Definition:
TileL2ContainerCnv.h:56
TileContainer
Definition:
TileContainer.h:38
TileL2Container.h
Generated on Mon Apr 21 2025 21:20:22 for ATLAS Offline Software by
1.8.18