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
MuonReconstruction
MuonRecEvent
MuonEDM_AssociationObjects
MuonEDM_AssociationObjects
MuonSegPatAssMap.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
// MuonSegPatAssMap.h, (c) ATLAS Detector software
8
9
#ifndef MUONSEGMENT_MUONSEGPATASSMAP_H
10
#define MUONSEGMENT_MUONSEGPATASSMAP_H
11
12
#include "
AthLinks/AssociationMap.h
"
13
#include "
MuonSegment/MuonSegmentCombinationCollection.h
"
14
#include "
MuonPattern/MuonPatternCombinationCollection.h
"
15
#include "
AthenaKernel/CLASS_DEF.h
"
16
17
18
namespace
Muon
{
19
20
// See doc/mainpage.h for usage instructions
21
102
class
MuonSegPatAssMap
:
public
AssociationMap
< MuonPatternCombinationCollection, MuonSegmentCombinationCollection > {
103
public
:
104
MuonSegPatAssMap
() :
AssociationMap
<
MuonPatternCombinationCollection
,
MuonSegmentCombinationCollection
>()
105
{
106
}
107
108
virtual
~MuonSegPatAssMap
() {}
109
110
111
112
private
:
113
114
};
115
116
117
118
}
119
120
CLASS_DEF
(
Muon::MuonSegPatAssMap
, 102492935, 1 )
121
122
123
#endif
AssociationMap.h
AssociationMap
templated base class for a look-up map for associations
Definition:
AssociationMap.h:39
Muon::MuonSegPatAssMap::MuonSegPatAssMap
MuonSegPatAssMap()
Definition:
MuonSegPatAssMap.h:104
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MuonSegPatAssMap
Class stores associations between a MuonPatternCombination and a MuonSegmentCombination.
Definition:
MuonSegPatAssMap.h:102
MuonSegmentCombinationCollection.h
MuonPatternCombinationCollection.h
DataVector< Muon::MuonPatternCombination >
Muon::MuonSegPatAssMap::~MuonSegPatAssMap
virtual ~MuonSegPatAssMap()
Definition:
MuonSegPatAssMap.h:108
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 Sun May 11 2025 21:14:54 for ATLAS Offline Software by
1.8.18