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
InnerDetector
InDetConditions
InDetByteStreamErrorsAthenaPool
src
IDCInDetBSErrContainerCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDETBYTESTREAMERRORSATHENAPOOL_IDCInDetBSErrContainerCnv_H
6
#define INDETBYTESTREAMERRORSATHENAPOOL_IDCInDetBSErrContainerCnv_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolCnv.h
"
9
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
10
#include "
InDetByteStreamErrorsAthenaPool/InDetBSErrContainer64_p1.h
"
11
#include "
InDetByteStreamErrors/IDCInDetBSErrContainer.h
"
12
#include "
IDCInDetBSErrContainerCnv_p1.h
"
13
14
// the latest persistent representation type of DataCollection:
15
typedef
InDetBSErrContainer64_p1
IDCBSErrContainer_PERS
;
16
typedef
T_AthenaPoolCustomCnv<IDCInDetBSErrContainer, IDCBSErrContainer_PERS >
IDCInDetBSErrContainerCnvBase
;
17
// IDCInDetBSErrContainerCnv
18
class
IDCInDetBSErrContainerCnv
:
public
IDCInDetBSErrContainerCnvBase
{
19
public
:
20
IDCInDetBSErrContainerCnv
(ISvcLocator* svcloc) :
IDCInDetBSErrContainerCnvBase
(svcloc) {}
21
22
protected
:
23
virtual
IDCBSErrContainer_PERS
*
createPersistent
(
IDCInDetBSErrContainer
* transCont);
24
virtual
IDCInDetBSErrContainer
*
createTransient
();
25
26
IDCInDetBSErrContainerCnv_p1
m_TPConverter
;
27
};
28
29
30
#endif
IDCBSErrContainer_PERS
InDetBSErrContainer64_p1 IDCBSErrContainer_PERS
Definition:
IDCInDetBSErrContainerCnv.h:15
IDCInDetBSErrContainerCnv_p1.h
IDCInDetBSErrContainer
IDC like storage for BS errors, TODO, customise implementation further so that we store int rather th...
Definition:
IDCInDetBSErrContainer.h:19
IDCInDetBSErrContainerCnv::createTransient
virtual IDCInDetBSErrContainer * createTransient()
Definition:
IDCInDetBSErrContainerCnv.cxx:16
InDetBSErrContainer64_p1.h
IDCInDetBSErrContainerCnv::createPersistent
virtual IDCBSErrContainer_PERS * createPersistent(IDCInDetBSErrContainer *transCont)
Definition:
IDCInDetBSErrContainerCnv.cxx:8
IDCInDetBSErrContainerCnv::m_TPConverter
IDCInDetBSErrContainerCnv_p1 m_TPConverter
Definition:
IDCInDetBSErrContainerCnv.h:26
InDetBSErrContainer64_p1
Definition:
InDetBSErrContainer64_p1.h:15
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
IDCInDetBSErrContainerCnv
Definition:
IDCInDetBSErrContainerCnv.h:18
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
IDCInDetBSErrContainerCnv::IDCInDetBSErrContainerCnv
IDCInDetBSErrContainerCnv(ISvcLocator *svcloc)
Definition:
IDCInDetBSErrContainerCnv.h:20
T_AthenaPoolCnv.h
his file contains the class definition for the templated T_AthenaPoolCnv class.
IDCInDetBSErrContainerCnvBase
T_AthenaPoolCustomCnv< IDCInDetBSErrContainer, IDCBSErrContainer_PERS > IDCInDetBSErrContainerCnvBase
Definition:
IDCInDetBSErrContainerCnv.h:16
IDCInDetBSErrContainer.h
IDCInDetBSErrContainerCnv_p1
Definition:
IDCInDetBSErrContainerCnv_p1.h:14
Generated on Sat Mar 29 2025 21:11:33 for ATLAS Offline Software by
1.8.18