Loading [MathJax]/jax/output/SVG/config.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
InnerDetector
InDetConditions
InDetByteStreamErrorsAthenaPool
src
InDetBSErrContainerCnv.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
13
#ifndef INDETBYTESTREAMERRORSATHENAPOOL_InDetBSErrContainerCnv_H
14
#define INDETBYTESTREAMERRORSATHENAPOOL_InDetBSErrContainerCnv_H
15
16
#include "
AthenaPoolCnvSvc/T_AthenaPoolCnv.h
"
17
#include "
InDetByteStreamErrors/InDetBSErrContainer.h
"
18
19
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
20
#include "
InDetByteStreamErrorsAthenaPool/InDetBSErrContainer_p1.h
"
21
#include "
InDetBSErrContainerCnv_p1.h
"
22
#include "
InDetBSErrContainerCnv_p2.h
"
23
25
typedef
InDetBSErrContainer_p2
InDetBSErrContainer_PERS
;
26
typedef
T_AthenaPoolCustomCnv<InDetBSErrContainer, InDetBSErrContainer_PERS >
InDetBSErrContainerCnvBase
;
27
28
class
InDetBSErrContainerCnv
:
public
InDetBSErrContainerCnvBase
{
29
public
:
30
InDetBSErrContainerCnv
(ISvcLocator* svcloc) :
InDetBSErrContainerCnvBase
(svcloc) {}
31
32
protected
:
33
virtual
InDetBSErrContainer_PERS
*
createPersistent
(
InDetBSErrContainer
* transCont);
34
virtual
InDetBSErrContainer
*
createTransient
();
35
36
InDetBSErrContainerCnv_p1
m_TPConverter_p1
;
37
InDetBSErrContainerCnv_p2
m_TPConverter_PERS
;
// The latest one should be PERS. Currently p2 is PERS.
38
};
39
#endif
InDetBSErrContainerCnvBase
T_AthenaPoolCustomCnv< InDetBSErrContainer, InDetBSErrContainer_PERS > InDetBSErrContainerCnvBase
Definition:
InDetBSErrContainerCnv.h:26
InDetBSErrContainerCnv::m_TPConverter_PERS
InDetBSErrContainerCnv_p2 m_TPConverter_PERS
Definition:
InDetBSErrContainerCnv.h:37
InDetBSErrContainerCnv::InDetBSErrContainerCnv
InDetBSErrContainerCnv(ISvcLocator *svcloc)
Definition:
InDetBSErrContainerCnv.h:30
InDetBSErrContainerCnv::m_TPConverter_p1
InDetBSErrContainerCnv_p1 m_TPConverter_p1
Definition:
InDetBSErrContainerCnv.h:36
InDetBSErrContainerCnv::createPersistent
virtual InDetBSErrContainer_PERS * createPersistent(InDetBSErrContainer *transCont)
Definition:
InDetBSErrContainerCnv.cxx:14
InDetBSErrContainerCnv_p2
Definition:
InDetBSErrContainerCnv_p2.h:15
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.
InDetBSErrContainerCnv::createTransient
virtual InDetBSErrContainer * createTransient()
Definition:
InDetBSErrContainerCnv.cxx:21
InDetBSErrContainerCnv
Definition:
InDetBSErrContainerCnv.h:28
InDetBSErrContainer_p1.h
DataVector< std::pair< IdentifierHash, int > >
InDetBSErrContainer.h
InDetBSErrContainerCnv_p1
Definition:
InDetBSErrContainerCnv_p1.h:16
InDetBSErrContainer_p2
Definition:
InDetBSErrContainer_p2.h:16
T_AthenaPoolCnv.h
his file contains the class definition for the templated T_AthenaPoolCnv class.
InDetBSErrContainerCnv_p2.h
InDetBSErrContainerCnv_p1.h
InDetBSErrContainer_PERS
InDetBSErrContainer_p2 InDetBSErrContainer_PERS
the latest persistent representation type of DataCollection:
Definition:
InDetBSErrContainerCnv.h:25
Generated on Sat Mar 29 2025 21:11:45 for ATLAS Offline Software by
1.8.18