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
TestBeam
TBEventAthenaPool
src
TBLArCalibDigitContainerCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TBLArCalibDigitContainerCnv_H
6
#define TBLArCalibDigitContainerCnv_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolCnv.h
"
9
#include "
TBEvent/TBLArCalibDigitContainer.h
"
10
11
typedef
T_AthenaPoolCnv<TBLArCalibDigitContainer>
TBLArCalibDigitContainerCnvBase
;
12
13
class
TBLArCalibDigitContainerCnv
:
public
TBLArCalibDigitContainerCnvBase
14
{
15
friend
class
CnvFactory
<
TBLArCalibDigitContainerCnv
>;
16
public
:
17
TBLArCalibDigitContainerCnv
(ISvcLocator* svcloc);
18
virtual
~TBLArCalibDigitContainerCnv
();
19
21
virtual
StatusCode
initialize
()
override
;
22
24
virtual
StatusCode
PoolToDataObject
(DataObject*& pObj,
25
const
Token
* token,
26
const
std::string&
key
)
override
;
27
};
28
29
#endif
30
31
T_AthenaPoolCnv
This templated class provides the converter to translate an object to/from its persistent POOL repres...
Definition:
T_AthenaPoolCnv.h:61
TBLArCalibDigitContainerCnv::~TBLArCalibDigitContainerCnv
virtual ~TBLArCalibDigitContainerCnv()
Definition:
TBLArCalibDigitContainerCnv.cxx:22
TBLArCalibDigitContainerCnv
Definition:
TBLArCalibDigitContainerCnv.h:14
Token
This class provides a token that identifies in a unique way objects on the persistent storage.
Definition:
Token.h:21
TBLArCalibDigitContainerCnvBase
T_AthenaPoolCnv< TBLArCalibDigitContainer > TBLArCalibDigitContainerCnvBase
Definition:
TBLArCalibDigitContainerCnv.h:11
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TBLArCalibDigitContainer.h
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
TBLArCalibDigitContainerCnv::PoolToDataObject
virtual StatusCode PoolToDataObject(DataObject *&pObj, const Token *token, const std::string &key) override
Extend base-class conversion method to modify when reading in.
Definition:
TBLArCalibDigitContainerCnv.cxx:38
TBLArCalibDigitContainerCnv::TBLArCalibDigitContainerCnv
TBLArCalibDigitContainerCnv(ISvcLocator *svcloc)
Definition:
TBLArCalibDigitContainerCnv.cxx:15
T_AthenaPoolCnv.h
his file contains the class definition for the templated T_AthenaPoolCnv class.
mapkey::key
key
Definition:
TElectronEfficiencyCorrectionTool.cxx:37
TBLArCalibDigitContainerCnv::initialize
virtual StatusCode initialize() override
initialization
Definition:
TBLArCalibDigitContainerCnv.cxx:25
Generated on Thu Apr 24 2025 21:19:40 for ATLAS Offline Software by
1.8.18