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
ForwardDetectors
LUCID
LUCID_Cnv
LUCID_EventAthenaPool
src
LUCID_DigitContainerCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LUCID_DigitContainerCnv_H
6
#define LUCID_DigitContainerCnv_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
9
#include "
LUCID_RawEvent/LUCID_DigitContainer.h
"
10
#include "
LUCID_EventTPCnv/LUCID_DigitContainerCnv_p2.h
"
11
#include "GaudiKernel/MsgStream.h"
12
13
typedef
LUCID_DigitContainer_p2
LUCID_DigitContainer_PERS
;
14
15
typedef
T_AthenaPoolCustomCnv < LUCID_DigitContainer, LUCID_DigitContainer_PERS >
LUCID_DigitContainerCnvBase
;
16
17
class
LUCID_DigitContainerCnv
:
public
LUCID_DigitContainerCnvBase
{
18
19
friend
class
CnvFactory
<
LUCID_DigitContainerCnv
>;
20
21
protected
:
22
23
public
:
24
LUCID_DigitContainerCnv
(ISvcLocator* svcloc):
LUCID_DigitContainerCnvBase
(svcloc) {}
25
protected
:
26
27
virtual
LUCID_DigitContainer_PERS
*
createPersistent
(
LUCID_DigitContainer
* transCont);
28
virtual
LUCID_DigitContainer
*
createTransient
();
29
};
30
31
#endif
32
33
LUCID_DigitContainer
Definition:
LUCID_DigitContainer.h:13
LUCID_DigitContainerCnv::createPersistent
virtual LUCID_DigitContainer_PERS * createPersistent(LUCID_DigitContainer *transCont)
Definition:
LUCID_DigitContainerCnv.cxx:7
LUCID_DigitContainerCnv
Definition:
LUCID_DigitContainerCnv.h:17
LUCID_DigitContainerCnvBase
T_AthenaPoolCustomCnv< LUCID_DigitContainer, LUCID_DigitContainer_PERS > LUCID_DigitContainerCnvBase
Definition:
LUCID_DigitContainerCnv.h:15
LUCID_DigitContainerCnv::LUCID_DigitContainerCnv
LUCID_DigitContainerCnv(ISvcLocator *svcloc)
Definition:
LUCID_DigitContainerCnv.h:24
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
LUCID_DigitContainer_PERS
LUCID_DigitContainer_p2 LUCID_DigitContainer_PERS
Definition:
LUCID_DigitContainerCnv.h:13
LUCID_DigitContainerCnv_p2.h
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
LUCID_DigitContainer_p2
Definition:
LUCID_DigitContainer_p2.h:16
LUCID_DigitContainerCnv::createTransient
virtual LUCID_DigitContainer * createTransient()
Definition:
LUCID_DigitContainerCnv.cxx:19
LUCID_DigitContainer.h
Generated on Wed Apr 23 2025 21:14:36 for ATLAS Offline Software by
1.8.18