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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonPrepRawData
MdtPrepDataCnv_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 MDTPREPDATACNV_P1_H
6
#define MDTPREPDATACNV_P1_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: MdtPrepDataCnv_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include "
MuonPrepRawData/MdtPrepData.h
"
15
#include "
MdtPrepData_p1.h
"
16
17
#include "
TrkEventTPCnv/TrkPrepRawData/PrepRawDataCnv_p1.h
"
18
19
class
MsgStream;
20
21
class
MdtPrepDataCnv_p1
22
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::PrepRawData, Muon::MdtPrepData, Muon::MdtPrepData_p1 >
23
{
24
public
:
25
MdtPrepDataCnv_p1
() :
m_prdCnv
(0) {}
26
27
void
persToTrans
(
const
Muon::MdtPrepData_p1
*persObj,
28
Muon::MdtPrepData
*transObj,
29
MsgStream &
log
);
30
void
transToPers
(
const
Muon::MdtPrepData
*transObj,
31
Muon::MdtPrepData_p1
*persObj,
32
MsgStream &
log
);
33
34
protected
:
35
PrepRawDataCnv_p1
*
m_prdCnv
;
36
};
37
38
#endif
PrepRawDataCnv_p1.h
MdtPrepDataCnv_p1::m_prdCnv
PrepRawDataCnv_p1 * m_prdCnv
Definition:
MdtPrepDataCnv_p1.h:35
MdtPrepData.h
Muon::MdtPrepData_p1
Definition:
MdtPrepData_p1.h:19
PrepRawDataCnv_p1
Definition:
PrepRawDataCnv_p1.h:26
TPPolyCnvBase
Definition:
TPConverter.h:674
Muon::MdtPrepData
Class to represent measurements from the Monitored Drift Tubes.
Definition:
MdtPrepData.h:33
MdtPrepDataCnv_p1
Definition:
MdtPrepDataCnv_p1.h:23
MdtPrepDataCnv_p1::persToTrans
void persToTrans(const Muon::MdtPrepData_p1 *persObj, Muon::MdtPrepData *transObj, MsgStream &log)
Definition:
MdtPrepDataCnv_p1.cxx:15
MdtPrepData_p1.h
MdtPrepDataCnv_p1::MdtPrepDataCnv_p1
MdtPrepDataCnv_p1()
Definition:
MdtPrepDataCnv_p1.h:25
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
MdtPrepDataCnv_p1::transToPers
void transToPers(const Muon::MdtPrepData *transObj, Muon::MdtPrepData_p1 *persObj, MsgStream &log)
Definition:
MdtPrepDataCnv_p1.cxx:32
Generated on Tue Apr 1 2025 21:14:39 for ATLAS Offline Software by
1.8.18