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
MuonReconstruction
MuonRecTools
MuonTGRecTools
MuonTGRecTools
MuonTGHits.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// MuonTGHits.h, (c) ATLAS Detector Softwareop
8
9
#ifndef MUONTGRECTOOLS_MUONTGHITS_H
10
#define MUONTGRECTOOLS_MUONTGHITS_H
11
12
#include "
AthContainers/DataVector.h
"
13
#include "
AthenaKernel/CLASS_DEF.h
"
14
#include "
TrkGeometry/DetachedTrackingVolume.h
"
15
#include "
TrkGeometry/Layer.h
"
16
#include "
TrkPrepRawData/PrepRawData.h
"
17
18
namespace
Muon
{
19
20
typedef
std::pair<const Trk::Layer*, std::vector<const Trk::PrepRawData*>*>
PairOfLayerPrd
;
21
typedef
std::pair<const Trk::DetachedTrackingVolume*, std::vector<PairOfLayerPrd*>*>
StationPrd
;
22
typedef
DataVector<StationPrd>
MuonTGHits
;
23
}
// namespace Muon
24
CLASS_DEF
(
Muon::MuonTGHits
, 55556, 1)
25
26
#endif // MUONTGRECTOOLS_MUONTGHITS_H
Layer.h
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
PrepRawData.h
Muon::PairOfLayerPrd
std::pair< const Trk::Layer *, std::vector< const Trk::PrepRawData * > * > PairOfLayerPrd
Definition:
MuonTGHits.h:20
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
DetachedTrackingVolume.h
Muon::MuonTGHits
DataVector< StationPrd > MuonTGHits
Definition:
MuonTGHits.h:22
Muon::StationPrd
std::pair< const Trk::DetachedTrackingVolume *, std::vector< PairOfLayerPrd * > * > StationPrd
Definition:
MuonTGHits.h:21
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Mon May 5 2025 21:15:21 for ATLAS Offline Software by
1.8.18