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.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
IDCInDetBSErrContainerCnv.h
"
6
7
IDCBSErrContainer_PERS
*
8
IDCInDetBSErrContainerCnv::createPersistent
(
IDCInDetBSErrContainer
* transCont) {
9
MsgStream
log
(
msgSvc
(),
"IDCInDetBSErrContainer"
);
10
IDCBSErrContainer_PERS
*persObj =
m_TPConverter
.
createPersistent
( transCont,
log
);
11
return
persObj;
12
}
13
14
15
IDCInDetBSErrContainer
*
16
IDCInDetBSErrContainerCnv::createTransient
() {
17
MsgStream
log
(
msgSvc
(),
"IDC_BSErrContainerCnv"
);
18
const
pool::Guid
p1_guid(
"84056f02-9d9f-4d0c-8d5a-c6c686f5cf76"
);
19
if
(
compareClassGuid
(p1_guid) ) {
20
// using unique_ptr ensures deletion of the persistent object
21
std::unique_ptr< InDetBSErrContainer64_p1 > col_vect( poolReadObject< InDetBSErrContainer64_p1 >() );
22
return
m_TPConverter
.
createTransient
( col_vect.get(),
log
);
23
}
24
throw
std::runtime_error(
"Unsupported persistent version of Data Collection"
);
25
}
26
27
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
TPAbstractPolyCnvBase::createPersistent
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
IDCInDetBSErrContainerCnv::createPersistent
virtual IDCBSErrContainer_PERS * createPersistent(IDCInDetBSErrContainer *transCont)
Definition:
IDCInDetBSErrContainerCnv.cxx:8
IDCInDetBSErrContainerCnv::m_TPConverter
IDCInDetBSErrContainerCnv_p1 m_TPConverter
Definition:
IDCInDetBSErrContainerCnv.h:26
pool::Guid
::Guid Guid
Definition:
T_AthenaPoolCustCnv.h:19
InDetBSErrContainer64_p1
Definition:
InDetBSErrContainer64_p1.h:15
StdJOSetup.msgSvc
msgSvc
Provide convenience handles for various services.
Definition:
StdJOSetup.py:36
IDCInDetBSErrContainerCnv.h
IDCInDetBSErrContainerCnv_p1::createTransient
virtual IDCInDetBSErrContainer * createTransient(const InDetBSErrContainer64_p1 *persObj, MsgStream &log)
Definition:
IDCInDetBSErrContainerCnv_p1.cxx:23
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
T_AthenaPoolCustCnv::compareClassGuid
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.
Generated on Sat Mar 29 2025 21:11:33 for ATLAS Offline Software by
1.8.18