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_RawDataContainerCnv_charge.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_RawDataContainerCnv_charge_H
6
#define ALFA_RawDataContainerCnv_charge_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
9
#include "
ALFA_RawEv/ALFA_RawDataContainer_charge.h
"
10
#include "
ALFA_EventTPCnv/ALFA_RawDataContainerCnv_charge_p1.h
"
11
#include "
ALFA_EventTPCnv/ALFA_RawDataContainer_charge_p1.h
"
12
#include "GaudiKernel/MsgStream.h"
13
#include "
StoreGate/StoreGateSvc.h
"
14
15
16
typedef
ALFA_RawDataContainer_charge_p1
ALFA_RawDataContainer_charge_PERS
;
17
18
typedef
T_AthenaPoolCustomCnv<ALFA_RawDataContainer_charge,ALFA_RawDataContainer_charge_PERS>
ALFA_RawDataContainerCnvBase_charge
;
19
20
21
class
ALFA_RawDataContainerCnv_charge
:
public
ALFA_RawDataContainerCnvBase_charge
{
22
23
24
friend
class
CnvFactory
<
ALFA_RawDataContainerCnv_charge
>;
25
26
protected
:
27
28
ALFA_RawDataContainerCnv_charge
(ISvcLocator* svcloc):
ALFA_RawDataContainerCnvBase_charge
(svcloc) {}
29
30
virtual
ALFA_RawDataContainer_charge_PERS
*
createPersistent
(
ALFA_RawDataContainer_charge
* transCont);
31
virtual
ALFA_RawDataContainer_charge
*
createTransient
();
32
33
34
};
35
36
#endif
37
38
ALFA_RawDataContainer_charge.h
ALFA_RawDataContainerCnv_charge::ALFA_RawDataContainerCnv_charge
ALFA_RawDataContainerCnv_charge(ISvcLocator *svcloc)
Definition:
ALFA_RawDataContainerCnv_charge.h:28
ALFA_RawDataContainer_charge_p1
Definition:
ALFA_RawDataContainer_charge_p1.h:11
ALFA_RawDataContainer_charge_p1.h
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
ALFA_RawDataContainerCnv_charge
Definition:
ALFA_RawDataContainerCnv_charge.h:21
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
ALFA_RawDataContainerCnv_charge_p1.h
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
ALFA_RawDataContainer_charge_PERS
ALFA_RawDataContainer_charge_p1 ALFA_RawDataContainer_charge_PERS
Definition:
ALFA_RawDataContainerCnv_charge.h:16
ALFA_RawDataContainerCnv_charge::createTransient
virtual ALFA_RawDataContainer_charge * createTransient()
Definition:
ALFA_RawDataContainerCnv_charge.cxx:20
ALFA_RawDataContainerCnvBase_charge
T_AthenaPoolCustomCnv< ALFA_RawDataContainer_charge, ALFA_RawDataContainer_charge_PERS > ALFA_RawDataContainerCnvBase_charge
Definition:
ALFA_RawDataContainerCnv_charge.h:18
ALFA_RawDataContainer_charge
This container provides acces to the PMF RDOs.
Definition:
ALFA_RawDataContainer_charge.h:21
ALFA_RawDataContainerCnv_charge::createPersistent
virtual ALFA_RawDataContainer_charge_PERS * createPersistent(ALFA_RawDataContainer_charge *transCont)
Definition:
ALFA_RawDataContainerCnv_charge.cxx:7
StoreGateSvc.h
Generated on Fri Apr 25 2025 21:07:01 for ATLAS Offline Software by
1.8.18