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
ALFA
ALFA_EventCnv
ALFA_EventAthenaPool
src
ALFA_GloRecEvCollectionCnv.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 ALFA_GloRecEvCollectionCnv_h
6
#define ALFA_GloRecEvCollectionCnv_h
7
8
#include "
ALFA_GloRecEv/ALFA_GloRecEvCollection.h
"
9
#include "
ALFA_EventTPCnv/ALFA_GloRecEvCollection_p1.h
"
10
11
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
12
13
// Gaudi
14
#include "GaudiKernel/MsgStream.h"
15
16
17
typedef
ALFA_GloRecEvCollection_p1
ALFA_GloRecEvCollection_PERS
;
18
19
//typedef T_AthenaPoolCustomCnv < LUCID_DigitContainer, LUCID_DigitContainer_PERS > LUCID_DigitContainerCnvBase;
20
21
class
ALFA_GloRecEvCollectionCnv
:
public
T_AthenaPoolCustomCnv
<ALFA_GloRecEvCollection, ALFA_GloRecEvCollection_PERS>
22
{
23
friend
class
CnvFactory
<
ALFA_GloRecEvCollectionCnv
>;
24
25
protected
:
26
27
public
:
28
ALFA_GloRecEvCollectionCnv
(ISvcLocator* svcloc) :
T_AthenaPoolCustomCnv
<
ALFA_GloRecEvCollection
,
ALFA_GloRecEvCollection_PERS
>(svcloc) {}
29
protected
:
30
31
ALFA_GloRecEvCollection_PERS
*
createPersistent
(
ALFA_GloRecEvCollection
*transCont);
32
ALFA_GloRecEvCollection
*
createTransient
();
33
34
};
35
36
#endif // ALFA_GLoRecEvCollectionCnv_h
ALFA_GloRecEvCollectionCnv::createPersistent
ALFA_GloRecEvCollection_PERS * createPersistent(ALFA_GloRecEvCollection *transCont)
Definition:
ALFA_GloRecEvCollectionCnv.cxx:10
ALFA_GloRecEvCollection_p1
Definition:
ALFA_GloRecEvCollection_p1.h:16
ALFA_GloRecEvCollection
Definition:
ALFA_GloRecEvCollection.h:13
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.
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
ALFA_GloRecEvCollectionCnv
Definition:
ALFA_GloRecEvCollectionCnv.h:22
ALFA_GloRecEvCollection_p1.h
ALFA_GloRecEvCollection_PERS
ALFA_GloRecEvCollection_p1 ALFA_GloRecEvCollection_PERS
Definition:
ALFA_GloRecEvCollectionCnv.h:17
ALFA_GloRecEvCollectionCnv::createTransient
ALFA_GloRecEvCollection * createTransient()
Definition:
ALFA_GloRecEvCollectionCnv.cxx:18
ALFA_GloRecEvCollectionCnv::ALFA_GloRecEvCollectionCnv
ALFA_GloRecEvCollectionCnv(ISvcLocator *svcloc)
Definition:
ALFA_GloRecEvCollectionCnv.h:28
ALFA_GloRecEvCollection.h
Generated on Thu Apr 24 2025 21:06:59 for ATLAS Offline Software by
1.8.18