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
sTgcPrepDataCnv_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef sTgcPREPDATACNV_P2_H
6
#define sTgcPREPDATACNV_P2_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: sTgcPrepDataCnv_p2.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
14
15
#include "
MuonPrepRawData/sTgcPrepData.h
"
16
#include "
sTgcPrepData_p2.h
"
17
18
class
MsgStream;
19
20
class
sTgcPrepDataCnv_p2
21
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::PrepRawData, Muon::sTgcPrepData, Muon::sTgcPrepData_p2 >
22
{
23
public
:
24
sTgcPrepDataCnv_p2
() {}
25
26
static
Muon::sTgcPrepData
27
createsTgcPrepData
(
const
Muon::sTgcPrepData_p2
*persObj,
28
const
Identifier
clusId,
29
const
MuonGM::sTgcReadoutElement
* m_detEl,
30
MsgStream &
log
);
31
32
void
persToTrans
(
const
Muon::sTgcPrepData_p2
*persObj,
33
Muon::sTgcPrepData
*transObj,
34
MsgStream &
log
);
35
void
transToPers
(
const
Muon::sTgcPrepData
*transObj,
36
Muon::sTgcPrepData_p2
*persObj,
37
MsgStream &
log
);
38
protected
:
39
};
40
41
#endif
Muon::sTgcPrepData_p2
Definition:
sTgcPrepData_p2.h:19
sTgcPrepDataCnv_p2::sTgcPrepDataCnv_p2
sTgcPrepDataCnv_p2()
Definition:
sTgcPrepDataCnv_p2.h:24
sTgcPrepData.h
TPPolyCnvBase
Definition:
TPConverter.h:674
sTgcPrepDataCnv_p2::createsTgcPrepData
static Muon::sTgcPrepData createsTgcPrepData(const Muon::sTgcPrepData_p2 *persObj, const Identifier clusId, const MuonGM::sTgcReadoutElement *m_detEl, MsgStream &log)
Definition:
sTgcPrepDataCnv_p2.cxx:16
T_AthenaPoolTPConverter.h
MuonGM::sTgcReadoutElement
An sTgcReadoutElement corresponds to a single STGC module; therefore typicaly a barrel muon station c...
Definition:
MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/sTgcReadoutElement.h:30
sTgcPrepDataCnv_p2::persToTrans
void persToTrans(const Muon::sTgcPrepData_p2 *persObj, Muon::sTgcPrepData *transObj, MsgStream &log)
Definition:
sTgcPrepDataCnv_p2.cxx:50
sTgcPrepDataCnv_p2
Definition:
sTgcPrepDataCnv_p2.h:22
sTgcPrepDataCnv_p2::transToPers
void transToPers(const Muon::sTgcPrepData *transObj, Muon::sTgcPrepData_p2 *persObj, MsgStream &log)
Definition:
sTgcPrepDataCnv_p2.cxx:59
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
sTgcPrepData_p2.h
Muon::sTgcPrepData
Class to represent sTgc measurements.
Definition:
sTgcPrepData.h:20
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Mon Apr 21 2025 21:19:03 for ATLAS Offline Software by
1.8.18