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
MuonRDO
NSW_TrigRawDataSegmentCnv_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 MUONEVENTTPCNV_NSW_TRIGRAWDATASEGMENTCNV_P1_H
6
#define MUONEVENTTPCNV_NSW_TRIGRAWDATASEGMENTCNV_P1_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
#include "
MuonRDO/NSW_TrigRawDataSegment.h
"
10
#include "
MuonEventTPCnv/MuonRDO/NSW_TrigRawDataSegment_p1.h
"
11
12
class
MsgStream;
13
14
namespace
Muon
{
15
class
NSW_TrigRawDataSegmentCnv_p1
:
public
T_AthenaPoolTPCnvBase
<NSW_TrigRawDataSegment, NSW_TrigRawDataSegment_p1> {
16
public
:
17
virtual
NSW_TrigRawDataSegment
*
createTransient
(
const
NSW_TrigRawDataSegment_p1
* persObj, MsgStream &
log
)
override
final
;
18
virtual
void
persToTrans
(
const
NSW_TrigRawDataSegment_p1
* persObj,
NSW_TrigRawDataSegment
* transObj, MsgStream &
log
)
override
final
;
19
virtual
void
transToPers
(
const
NSW_TrigRawDataSegment
* transObj,
NSW_TrigRawDataSegment_p1
* persObj, MsgStream &
log
)
override
final
;
20
};
21
}
22
23
#endif
TPConverterBase
Definition:
TPConverter.h:738
Muon::NSW_TrigRawDataSegment_p1
Definition:
NSW_TrigRawDataSegment_p1.h:12
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::NSW_TrigRawDataSegmentCnv_p1
Definition:
NSW_TrigRawDataSegmentCnv_p1.h:15
Muon::NSW_TrigRawDataSegmentCnv_p1::transToPers
virtual void transToPers(const NSW_TrigRawDataSegment *transObj, NSW_TrigRawDataSegment_p1 *persObj, MsgStream &log) override final
Definition:
NSW_TrigRawDataSegmentCnv_p1.cxx:29
T_AthenaPoolTPConverter.h
Muon::NSW_TrigRawDataSegment
Definition:
NSW_TrigRawDataSegment.h:15
NSW_TrigRawDataSegment_p1.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Muon::NSW_TrigRawDataSegmentCnv_p1::persToTrans
virtual void persToTrans(const NSW_TrigRawDataSegment_p1 *persObj, NSW_TrigRawDataSegment *transObj, MsgStream &log) override final
Definition:
NSW_TrigRawDataSegmentCnv_p1.cxx:16
NSW_TrigRawDataSegment.h
Muon::NSW_TrigRawDataSegmentCnv_p1::createTransient
virtual NSW_TrigRawDataSegment * createTransient(const NSW_TrigRawDataSegment_p1 *persObj, MsgStream &log) override final
Definition:
NSW_TrigRawDataSegmentCnv_p1.cxx:8
Generated on Sat Mar 15 2025 21:16:05 for ATLAS Offline Software by
1.8.18