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
w
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
MuonEventAthenaPool
src
MdtCsmCnv_p1.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 MUONEVENTATHENAPOOL_MDTCSMCNV_P1_H
6
#define MUONEVENTATHENAPOOL_MDTCSMCNV_P1_H
7
8
/*
9
Transient/Persistent converter for the Collection of MdtAmtHits
10
@author edward.moyse@cern.ch
11
*/
12
#include "
MuonRDO/MdtCsm.h
"
13
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
14
#include "
MuonEventAthenaPool/MdtCsm_p1.h
"
15
#include "
MdtAmtHitCnv_p1.h
"
16
#include "
MuonIdHelpers/MdtIdHelper.h
"
17
18
19
using
MdtCsm_Cnvp1_base_t
=
T_AthenaPoolTPCnvVector< MdtCsm, MdtCsm_p1, MdtAmtHitCnv_p1 >
;
20
21
class
MdtCsmCnv_p1
22
:
public
MdtCsm_Cnvp1_base_t
23
{
24
public
:
25
MdtCsmCnv_p1
();
26
virtual
void
persToTrans
(
const
MdtCsm_p1
* persColl,
MdtCsm
* transColl, MsgStream &
log
) ;
27
virtual
void
transToPers
(
const
MdtCsm
* transColl,
MdtCsm_p1
* persColl, MsgStream &
log
) ;
28
29
const
MdtIdHelper
*
m_idHelper
{
nullptr
};
30
bool
m_2CSM_Mod
{
false
};
31
};
32
33
34
#endif
35
36
37
38
MdtCsmCnv_p1::m_2CSM_Mod
bool m_2CSM_Mod
Definition:
MdtCsmCnv_p1.h:30
MdtCsm
MDT RDOs : Chamber Service Module, container of AmtHits of a single Mdt chamber.
Definition:
MdtCsm.h:19
MdtCsmCnv_p1
Definition:
MdtCsmCnv_p1.h:23
MdtCsm_p1
Definition:
MdtCsm_p1.h:17
T_AthenaPoolTPConverter.h
MdtCsmCnv_p1::MdtCsmCnv_p1
MdtCsmCnv_p1()
Definition:
MdtCsmCnv_p1.cxx:14
MdtIdHelper
Definition:
MdtIdHelper.h:61
MdtIdHelper.h
MdtCsmCnv_p1::m_idHelper
const MdtIdHelper * m_idHelper
Definition:
MdtCsmCnv_p1.h:29
MdtAmtHitCnv_p1.h
MdtCsmCnv_p1::persToTrans
virtual void persToTrans(const MdtCsm_p1 *persColl, MdtCsm *transColl, MsgStream &log)
Definition:
MdtCsmCnv_p1.cxx:24
MdtCsm.h
MdtCsmCnv_p1::transToPers
virtual void transToPers(const MdtCsm *transColl, MdtCsm_p1 *persColl, MsgStream &log)
Definition:
MdtCsmCnv_p1.cxx:48
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TPCnvVector
Definition:
TPConverter.h:1256
MdtCsm_p1.h
Generated on Wed May 28 2025 21:13:46 for ATLAS Offline Software by
1.8.18