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
TileBeamElemContainerCnv.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
#ifndef TILEBEAMELEMCONTAINERCNV
6
#define TILEBEAMELEMCONTAINERCNV
7
8
#include "
TileEvent/TileBeamElemContainer.h
"
9
#include "
TileTPCnv/TileBeamElemContainer_p1.h
"
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
11
// typedef to the latest persistent version
12
typedef
TileBeamElemContainer_p1
TileBeamElemContainer_PERS
;
13
14
class
TileBeamElemContainerCnv
:
public
T_AthenaPoolCustomCnv
<TileBeamElemContainer, TileBeamElemContainer_PERS > {
15
friend
class
CnvFactory
<
TileBeamElemContainerCnv
>;
16
public
:
17
TileBeamElemContainerCnv
(ISvcLocator* svcloc) :
18
T_AthenaPoolCustomCnv
<
TileBeamElemContainer
,
TileBeamElemContainer_PERS
>( svcloc) {}
19
protected
:
20
TileBeamElemContainer_PERS
*
createPersistent
(
TileBeamElemContainer
* transCont);
21
TileBeamElemContainer
*
createTransient
();
22
};
23
24
25
#endif
26
27
TileBeamElemContainer_PERS
TileBeamElemContainer_p1 TileBeamElemContainer_PERS
Definition:
TileBeamElemContainerCnv.h:12
TileBeamElemContainerCnv::TileBeamElemContainerCnv
TileBeamElemContainerCnv(ISvcLocator *svcloc)
Definition:
TileBeamElemContainerCnv.h:17
TileBeamElemContainer_p1
Definition:
TileBeamElemContainer_p1.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
TileBeamElemContainer
Definition:
TileBeamElemContainer.h:13
TileBeamElemContainerCnv::createPersistent
TileBeamElemContainer_PERS * createPersistent(TileBeamElemContainer *transCont)
Definition:
TileBeamElemContainerCnv.cxx:10
TileBeamElemContainerCnv::createTransient
TileBeamElemContainer * createTransient()
Definition:
TileBeamElemContainerCnv.cxx:17
TileBeamElemContainer_p1.h
TileBeamElemContainer.h
TileBeamElemContainerCnv
Definition:
TileBeamElemContainerCnv.h:14
Generated on Wed Apr 23 2025 21:20:29 for ATLAS Offline Software by
1.8.18