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_EventTPCnv
ALFA_EventTPCnv
ALFA_RawDataCollectionCnv_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 ALFA_RAWDATACOLLECTIONCNV_P1_H
6
#define ALFA_RAWDATACOLLECTIONCNV_P1_H
7
8
#include "
ALFA_RawDataCollection_p1.h
"
9
#include "
ALFA_RawEv/ALFA_RawDataCollection.h
"
10
#include "
ALFA_EventTPCnv/ALFA_RawDataCnv_p1.h
"
11
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
12
13
14
class
MsgStream;
15
16
typedef
T_AthenaPoolTPCnvVector< ALFA_RawDataCollection, ALFA_RawDataCollection_p1, ALFA_RawDataCnv_p1>
ALFA_RawDataCollection_Cnvp1_base_t
;
17
18
class
ALFA_RawDataCollectionCnv_p1
:
public
ALFA_RawDataCollection_Cnvp1_base_t
{
19
20
//public T_AthenaPoolTPCnvBase<ALFA_RawDataCollection, ALFA_RawDataCollection_p1> {
21
22
public
:
23
24
ALFA_RawDataCollectionCnv_p1
() {}
25
26
virtual
void
persToTrans
(
const
ALFA_RawDataCollection_p1
* persColl,
ALFA_RawDataCollection
* transColl, MsgStream&
log
);
27
virtual
void
transToPers
(
const
ALFA_RawDataCollection
* transColl,
ALFA_RawDataCollection_p1
* persColl, MsgStream&
log
);
28
};
29
30
/*template<> class T_TPCnv<ALFA_RawDataCollection, ALFA_RawDataCollection_p1>: public ALFA_RawDataCollectionCnv_p1 {
31
32
public:
33
};
34
*/
35
36
37
#endif
ALFA_RawDataCollectionCnv_p1
Definition:
ALFA_RawDataCollectionCnv_p1.h:18
ALFA_RawDataCollectionCnv_p1::transToPers
virtual void transToPers(const ALFA_RawDataCollection *transColl, ALFA_RawDataCollection_p1 *persColl, MsgStream &log)
Definition:
ALFA_RawDataCollectionCnv_p1.cxx:12
ALFA_RawDataCollection_Cnvp1_base_t
T_AthenaPoolTPCnvVector< ALFA_RawDataCollection, ALFA_RawDataCollection_p1, ALFA_RawDataCnv_p1 > ALFA_RawDataCollection_Cnvp1_base_t
Definition:
ALFA_RawDataCollectionCnv_p1.h:14
ALFA_RawDataCollectionCnv_p1::ALFA_RawDataCollectionCnv_p1
ALFA_RawDataCollectionCnv_p1()
Definition:
ALFA_RawDataCollectionCnv_p1.h:24
T_AthenaPoolTPConverter.h
ALFA_RawDataCollection
RDOs : Chamber Service Module, collection of RawData.
Definition:
ALFA_RawDataCollection.h:19
ALFA_RawDataCollection_p1.h
ALFA_RawDataCollectionCnv_p1::persToTrans
virtual void persToTrans(const ALFA_RawDataCollection_p1 *persColl, ALFA_RawDataCollection *transColl, MsgStream &log)
Definition:
ALFA_RawDataCollectionCnv_p1.cxx:30
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TPCnvVector
Definition:
TPConverter.h:1256
ALFA_RawDataCollection.h
ALFA_RawDataCollection_p1
Definition:
ALFA_RawDataCollection_p1.h:14
ALFA_RawDataCnv_p1.h
Generated on Sun Apr 13 2025 21:07:01 for ATLAS Offline Software by
1.8.18