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
CscStripPrepDataContainer_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 CSCSTRIPPREPDATACONTAINER_TLP1_H
6
#define CSCSTRIPPREPDATACONTAINER_TLP1_H
7
8
//-----------------------------------------------------------------------------
9
// MuonPrepRawData
10
//-----------------------------------------------------------------------------
11
#include "
MuonEventTPCnv/MuonPrepRawData/MuonPRD_Container_p1.h
"
12
#include "
MuonEventTPCnv/MuonPrepRawData/CscStripPrepData_p1.h
"
13
#include "
TrkEventTPCnv/TrkPrepRawData/PrepRawData_p1.h
"
14
#include "
TrkEventTPCnv/TrkEventPrimitives/HepSymMatrix_p1.h
"
15
#include "
TrkEventTPCnv/TrkEventPrimitives/LocalPosition_p1.h
"
16
17
18
// Token
19
#include "
AthenaPoolUtilities/TPCnvTokenList_p1.h
"
20
21
namespace
Muon
22
{
23
class
CscStripPrepDataContainer_tlp1
24
{
25
public
:
26
CscStripPrepDataContainer_tlp1
() {}
27
TPCnvTokenList_p1
m_tokenList
;
28
29
// This is the basic info
30
std::vector< Muon::MuonPRD_Container_p1>
m_pixDCCont
;
31
std::vector< Muon::CscStripPrepData_p1 >
m_muonPrds
;
32
// This are the base classes
33
std::vector< Trk::PrepRawData_p1>
m_prepData
;
34
// This is info held by the base class
35
std::vector< Trk::LocalPosition_p1>
m_locPos
;
36
std::vector< Trk::HepSymMatrix_p1>
m_errorMat
;
37
};
38
}
39
40
41
#endif
TPCnvTokenList_p1
Definition:
TPCnvTokenList_p1.h:55
Muon::CscStripPrepDataContainer_tlp1::m_locPos
std::vector< Trk::LocalPosition_p1 > m_locPos
Definition:
CscStripPrepDataContainer_tlp1.h:35
HepSymMatrix_p1.h
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
LocalPosition_p1.h
MuonPRD_Container_p1.h
Muon::CscStripPrepDataContainer_tlp1::m_errorMat
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
Definition:
CscStripPrepDataContainer_tlp1.h:36
Muon::CscStripPrepDataContainer_tlp1::CscStripPrepDataContainer_tlp1
CscStripPrepDataContainer_tlp1()
Definition:
CscStripPrepDataContainer_tlp1.h:26
Muon::CscStripPrepDataContainer_tlp1::m_pixDCCont
std::vector< Muon::MuonPRD_Container_p1 > m_pixDCCont
Definition:
CscStripPrepDataContainer_tlp1.h:30
CscStripPrepData_p1.h
PrepRawData_p1.h
Muon::CscStripPrepDataContainer_tlp1::m_prepData
std::vector< Trk::PrepRawData_p1 > m_prepData
Definition:
CscStripPrepDataContainer_tlp1.h:33
Muon::CscStripPrepDataContainer_tlp1::m_tokenList
TPCnvTokenList_p1 m_tokenList
Definition:
CscStripPrepDataContainer_tlp1.h:27
Muon::CscStripPrepDataContainer_tlp1
Definition:
CscStripPrepDataContainer_tlp1.h:24
TPCnvTokenList_p1.h
Muon::CscStripPrepDataContainer_tlp1::m_muonPrds
std::vector< Muon::CscStripPrepData_p1 > m_muonPrds
Definition:
CscStripPrepDataContainer_tlp1.h:31
Generated on Mon Mar 17 2025 21:09:14 for ATLAS Offline Software by
1.8.18