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
CscStripPrepDataContainerCnv_tlp1.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 CSCSTRIPPREPDATACONTAINERCNV_TLP1_H
6
#define CSCSTRIPPREPDATACONTAINERCNV_TLP1_H
7
8
9
#include "
AthenaPoolCnvSvc/AthenaPoolTopLevelTPConverter.h
"
10
11
#include "
CscStripPrepDataContainer_tlp1.h
"
12
13
#include "
MuonEventTPCnv/MuonPrepRawData/CscStripPrepDataContainerCnv_p1.h
"
14
#include "
MuonEventTPCnv/MuonPrepRawData/CscStripPrepDataCnv_p1.h
"
15
#include "
TrkEventTPCnv/TrkPrepRawData/PrepRawDataCnv_p1.h
"
16
#include "
TrkEventTPCnv/TrkEventPrimitives/ErrorMatrixCnv_p1.h
"
17
#include "
TrkEventTPCnv/TrkEventPrimitives/LocalPositionCnv_p1.h
"
18
19
#include <iostream>
20
21
class
CscStripPrepDataContainerCnv_tlp1
22
:
public
AthenaPoolTopLevelTPConverter
<Muon::CscStripPrepDataContainerCnv_p1, Muon::CscStripPrepDataContainer_tlp1 >
23
{
24
public
:
25
26
CscStripPrepDataContainerCnv_tlp1
();
27
virtual
~CscStripPrepDataContainerCnv_tlp1
() {}
28
29
virtual
void
setPStorage
(
Muon::CscStripPrepDataContainer_tlp1
*storage );
30
// return list of tokens to extending persistent objects
31
// it is stored in m_tokenList member of the Track persistent rep
32
virtual
TPCnvTokenList_p1
*
getTokenListVar
() {
return
&(
getTLPersObject
()->m_tokenList); }
33
34
protected
:
35
36
CscStripPrepDataCnv_p1
m_muonPrdCnv
;
37
PrepRawDataCnv_p1
m_prepDataCnv
;
38
LocalPositionCnv_p1
m_locPosCnv
;
39
ErrorMatrixCnv_p1
m_errorMatCnv
;
40
};
41
42
43
#endif
44
45
PrepRawDataCnv_p1.h
TPCnvTokenList_p1
Definition:
TPCnvTokenList_p1.h:55
CscStripPrepDataContainer_tlp1.h
CscStripPrepDataContainerCnv_tlp1::m_muonPrdCnv
CscStripPrepDataCnv_p1 m_muonPrdCnv
Definition:
CscStripPrepDataContainerCnv_tlp1.h:36
CscStripPrepDataContainerCnv_tlp1::m_prepDataCnv
PrepRawDataCnv_p1 m_prepDataCnv
Definition:
CscStripPrepDataContainerCnv_tlp1.h:37
CscStripPrepDataContainerCnv_p1.h
CscStripPrepDataContainerCnv_tlp1::~CscStripPrepDataContainerCnv_tlp1
virtual ~CscStripPrepDataContainerCnv_tlp1()
Definition:
CscStripPrepDataContainerCnv_tlp1.h:27
ErrorMatrixCnv_p1
Definition:
ErrorMatrixCnv_p1.h:33
CscStripPrepDataCnv_p1
Definition:
CscStripPrepDataCnv_p1.h:23
TopLevelTPCnvBaseP::getTLPersObject
TL_PERS * getTLPersObject()
Definition:
TopLevelTPCnvBaseP.h:72
PrepRawDataCnv_p1
Definition:
PrepRawDataCnv_p1.h:26
CscStripPrepDataContainerCnv_tlp1::getTokenListVar
virtual TPCnvTokenList_p1 * getTokenListVar()
Return the list of tokens to the objects extending the object owned by this converter.
Definition:
CscStripPrepDataContainerCnv_tlp1.h:32
CscStripPrepDataContainerCnv_tlp1::setPStorage
virtual void setPStorage(Muon::CscStripPrepDataContainer_tlp1 *storage)
Definition:
CscStripPrepDataContainerCnv_tlp1.cxx:22
AthenaPoolTopLevelTPConverter.h
LocalPositionCnv_p1.h
LocalPositionCnv_p1
Definition:
LocalPositionCnv_p1.h:31
CscStripPrepDataContainerCnv_tlp1::m_locPosCnv
LocalPositionCnv_p1 m_locPosCnv
Definition:
CscStripPrepDataContainerCnv_tlp1.h:38
CscStripPrepDataContainerCnv_tlp1::m_errorMatCnv
ErrorMatrixCnv_p1 m_errorMatCnv
Definition:
CscStripPrepDataContainerCnv_tlp1.h:39
ErrorMatrixCnv_p1.h
CscStripPrepDataContainerCnv_tlp1
Definition:
CscStripPrepDataContainerCnv_tlp1.h:23
CscStripPrepDataContainerCnv_tlp1::CscStripPrepDataContainerCnv_tlp1
CscStripPrepDataContainerCnv_tlp1()
Definition:
CscStripPrepDataContainerCnv_tlp1.cxx:7
Muon::CscStripPrepDataContainer_tlp1
Definition:
CscStripPrepDataContainer_tlp1.h:24
TopLevelTPConverter
Definition:
TopLevelTPConverter.h:35
CscStripPrepDataCnv_p1.h
Generated on Thu Mar 13 2025 21:09:08 for ATLAS Offline Software by
1.8.18