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
TileMuonReceiverContainerCnv.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
// TileMuonReceiverContainerCnv.h
8
// Header file for class TileMuonReceiverContainerCnv
9
// Author: Joao Gentil Saraiva <joao.gentil.saraiva@cern.ch>
10
// Date: March 2014
12
#ifndef TILEEVENTATHENAPOOL_TILEMUONRECEIVERCONTAINERCNV_H
13
#define TILEEVENTATHENAPOOL_TILEMUONRECEIVERCONTAINERCNV_H
14
15
// AthenaPoolCnvSvc includes
16
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
17
18
// TileTPCnv includes
19
#include "
TileTPCnv/TileMuonReceiverContainer_p1.h
"
20
21
// TileEvent includes
22
#include "
TileEvent/TileMuonReceiverContainer.h
"
23
24
typedef
TileMuonReceiverContainer_p1
TileMuonReceiverContainer_PERS
;
25
26
class
TileMuonReceiverContainerCnv
:
public
T_AthenaPoolCustomCnv
<
27
TileMuonReceiverContainer,
28
TileMuonReceiverContainer_PERS
29
>
30
{
31
32
// make the factory for this converter our friend
33
friend
class
CnvFactory
<
TileMuonReceiverContainerCnv
>;
34
35
protected
:
36
39
public
:
40
TileMuonReceiverContainerCnv
(ISvcLocator* svcloc);
41
protected
:
42
45
virtual
TileMuonReceiverContainer_PERS
*
46
createPersistent
(
TileMuonReceiverContainer
* transCont );
47
50
virtual
TileMuonReceiverContainer
*
createTransient
();
51
52
};
53
54
inline
TileMuonReceiverContainerCnv::TileMuonReceiverContainerCnv
( ISvcLocator* svcLocator ) :
55
T_AthenaPoolCustomCnv
<
TileMuonReceiverContainer
,
TileMuonReceiverContainer_PERS
>(svcLocator)
56
{}
57
58
#endif
TileMuonReceiverContainer_p1
Definition:
TileMuonReceiverContainer_p1.h:19
TileMuonReceiverContainerCnv::TileMuonReceiverContainerCnv
TileMuonReceiverContainerCnv(ISvcLocator *svcloc)
Create the converter from the service locator.
Definition:
TileMuonReceiverContainerCnv.h:54
TileMuonReceiverContainer.h
TileMuonReceiverContainerCnv::createPersistent
virtual TileMuonReceiverContainer_PERS * createPersistent(TileMuonReceiverContainer *transCont)
Build the persistent representation from the transient one.
Definition:
TileMuonReceiverContainerCnv.cxx:23
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
TileMuonReceiverContainer_PERS
TileMuonReceiverContainer_p1 TileMuonReceiverContainer_PERS
Definition:
TileMuonReceiverContainerCnv.h:24
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
TileMuonReceiverContainerCnv::createTransient
virtual TileMuonReceiverContainer * createTransient()
Build the transient representation from a persistent one.
Definition:
TileMuonReceiverContainerCnv.cxx:35
TileMuonReceiverContainerCnv
Definition:
TileMuonReceiverContainerCnv.h:30
TileContainer
Definition:
TileContainer.h:38
TileMuonReceiverContainer_p1.h
Generated on Thu Apr 24 2025 21:20:32 for ATLAS Offline Software by
1.8.18