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
MuonEventTPCnv
MuonEventTPCnv
MuonRDO
NSW_PadTriggerDataContainerCnv_p1.h
Go to the documentation of this file.
1
#ifndef MUONEVENTTPCNV_NSW_PADTRIGGERDATACONTAINERCNV_P1_H
2
#define MUONEVENTTPCNV_NSW_PADTRIGGERDATACONTAINERCNV_P1_H
3
4
#include "
MuonRDO/NSW_PadTriggerDataContainer.h
"
5
#include "
MuonEventTPCnv/MuonRDO/NSW_PadTriggerDataContainer_p1.h
"
6
#include "
MuonEventTPCnv/MuonRDO/NSW_PadTriggerSegmentCnv_p1.h
"
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include <array>
11
12
namespace
Muon
{
13
class
NSW_PadTriggerDataContainerCnv_p1
:
public
T_AthenaPoolTPCnvBase
<NSW_PadTriggerDataContainer, NSW_PadTriggerDataContainer_p1> {
14
public
:
15
void
persToTrans
(
const
NSW_PadTriggerDataContainer_p1
* persistentObj,
NSW_PadTriggerDataContainer
* transientObj, MsgStream &
log
)
final
;
16
void
transToPers
(
const
NSW_PadTriggerDataContainer
* transientObj,
NSW_PadTriggerDataContainer_p1
* persistentObj, MsgStream &
log
)
final
;
17
private
:
18
NSW_PadTriggerSegmentCnv_p1
m_segmentConverter
;
19
};
20
}
// namespace Muon
21
22
#endif // MUONEVENTTPCNV_NSW_PADTRIGGERDATACONTAINERCNV_P1_H
NSW_PadTriggerSegmentCnv_p1.h
Muon::NSW_PadTriggerSegmentCnv_p1
Definition:
NSW_PadTriggerSegmentCnv_p1.h:14
NSW_PadTriggerDataContainer.h
Muon::NSW_PadTriggerDataContainer_p1
Definition:
NSW_PadTriggerDataContainer_p1.h:10
Muon::NSW_PadTriggerDataContainer
Definition:
NSW_PadTriggerDataContainer.h:15
TPConverterBase
Definition:
TPConverter.h:738
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
T_AthenaPoolTPConverter.h
Muon::NSW_PadTriggerDataContainerCnv_p1
Definition:
NSW_PadTriggerDataContainerCnv_p1.h:13
Muon::NSW_PadTriggerDataContainerCnv_p1::persToTrans
void persToTrans(const NSW_PadTriggerDataContainer_p1 *persistentObj, NSW_PadTriggerDataContainer *transientObj, MsgStream &log) final
Definition:
NSW_PadTriggerDataContainerCnv_p1.cxx:4
Muon::NSW_PadTriggerDataContainerCnv_p1::m_segmentConverter
NSW_PadTriggerSegmentCnv_p1 m_segmentConverter
Definition:
NSW_PadTriggerDataContainerCnv_p1.h:18
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
NSW_PadTriggerDataContainer_p1.h
Muon::NSW_PadTriggerDataContainerCnv_p1::transToPers
void transToPers(const NSW_PadTriggerDataContainer *transientObj, NSW_PadTriggerDataContainer_p1 *persistentObj, MsgStream &log) final
Definition:
NSW_PadTriggerDataContainerCnv_p1.cxx:51
Generated on Wed May 14 2025 21:15:19 for ATLAS Offline Software by
1.8.18