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
TileDigitsContainerCnv.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 TILEDIGITSCONTAINERCNV
6
#define TILEDIGITSCONTAINERCNV
7
8
#include "
TileEvent/TileDigitsContainer.h
"
9
#include "
TileTPCnv/TileDigitsContainer_p1.h
"
10
#include "
TileTPCnv/TileDigitsContainer_p2.h
"
11
#include "
TileTPCnv/TileDigitsContainer_p3.h
"
12
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
13
// typedef to the latest persistent version
14
typedef
TileDigitsContainer_p3
TileDigitsContainer_PERS
;
15
16
class
TileDigitsContainerCnv
:
public
T_AthenaPoolCustomCnv
<TileDigitsContainer, TileDigitsContainer_PERS > {
17
friend
class
CnvFactory
<
TileDigitsContainerCnv
>;
18
public
:
19
TileDigitsContainerCnv
(ISvcLocator* svcloc);
20
21
protected
:
22
TileDigitsContainer_PERS
*
createPersistent
(
TileDigitsContainer
* transCont);
23
TileDigitsContainer
*
createTransient
();
24
};
25
26
27
#endif
TileDigitsContainer_p1.h
TileDigitsContainerCnv
Definition:
TileDigitsContainerCnv.h:16
TileDigitsContainer
Definition:
TileDigitsContainer.h:13
TileDigitsContainerCnv::TileDigitsContainerCnv
TileDigitsContainerCnv(ISvcLocator *svcloc)
Definition:
TileDigitsContainerCnv.cxx:12
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
TileDigitsContainer.h
TileDigitsContainerCnv::createPersistent
TileDigitsContainer_PERS * createPersistent(TileDigitsContainer *transCont)
Definition:
TileDigitsContainerCnv.cxx:21
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TileDigitsContainer_PERS
TileDigitsContainer_p3 TileDigitsContainer_PERS
Definition:
TileDigitsContainerCnv.h:14
TileDigitsContainerCnv::createTransient
TileDigitsContainer * createTransient()
Definition:
TileDigitsContainerCnv.cxx:28
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
TileDigitsContainer_p3
Definition:
TileDigitsContainer_p3.h:19
TileDigitsContainer_p3.h
TileDigitsContainer_p2.h
Generated on Wed Apr 23 2025 21:20:37 for ATLAS Offline Software by
1.8.18