Loading [MathJax]/jax/input/TeX/config.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_EventTPCnv
ALFA_EventTPCnv
ALFA_RawDataContainerCnv_p1.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 ALFAEVENTATHENAPOOL_ALFACONTAINERCNV_P1_H
6
#define ALFAEVENTATHENAPOOL_ALFACONTAINERCNV_P1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
#include "
ALFA_RawEv/ALFA_RawDataContainer.h
"
10
#include "
ALFA_RawDataCollectionCnv_p1.h
"
11
#include "
ALFA_RawDataContainer_p1.h
"
12
13
14
class
MsgStream;
15
16
typedef
T_AthenaPoolTPCnvVector< ALFA_RawDataContainer, ALFA_RawDataContainer_p1, ALFA_RawDataCollectionCnv_p1 >
ALFA_RawDataContainer_Cnvp1_base_t
;
17
18
19
class
ALFA_RawDataContainerCnv_p1
20
:
public
ALFA_RawDataContainer_Cnvp1_base_t
21
{
22
public
:
23
ALFA_RawDataContainerCnv_p1
() {}
24
25
virtual
void
persToTrans
(
const
ALFA_RawDataContainer_p1
* persCont,
ALFA_RawDataContainer
* transCont, MsgStream&
log
);
26
virtual
void
transToPers
(
const
ALFA_RawDataContainer
* transCont,
ALFA_RawDataContainer_p1
* persCont, MsgStream&
log
);
27
};
28
29
#endif
ALFA_RawDataContainer.h
ALFA_RawDataContainer_p1.h
ALFA_RawDataContainerCnv_p1::transToPers
virtual void transToPers(const ALFA_RawDataContainer *transCont, ALFA_RawDataContainer_p1 *persCont, MsgStream &log)
Definition:
ALFA_RawDataContainerCnv_p1.cxx:10
T_AthenaPoolTPConverter.h
ALFA_RawDataContainerCnv_p1::ALFA_RawDataContainerCnv_p1
ALFA_RawDataContainerCnv_p1()
Definition:
ALFA_RawDataContainerCnv_p1.h:23
ALFA_RawDataContainerCnv_p1
Definition:
ALFA_RawDataContainerCnv_p1.h:21
ALFA_RawDataCollectionCnv_p1.h
ALFA_RawDataContainerCnv_p1::persToTrans
virtual void persToTrans(const ALFA_RawDataContainer_p1 *persCont, ALFA_RawDataContainer *transCont, MsgStream &log)
Definition:
ALFA_RawDataContainerCnv_p1.cxx:27
ALFA_RawDataContainer
This container provides acces to the PMF RDOs.
Definition:
ALFA_RawDataContainer.h:21
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TPCnvVector
Definition:
TPConverter.h:1256
ALFA_RawDataContainer_Cnvp1_base_t
T_AthenaPoolTPCnvVector< ALFA_RawDataContainer, ALFA_RawDataContainer_p1, ALFA_RawDataCollectionCnv_p1 > ALFA_RawDataContainer_Cnvp1_base_t
Definition:
ALFA_RawDataContainerCnv_p1.h:14
ALFA_RawDataContainer_p1
Definition:
ALFA_RawDataContainer_p1.h:12
Generated on Sun Apr 6 2025 21:07:05 for ATLAS Offline Software by
1.8.18