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
MuonPhaseII
Event
MuonSpacePoint
MuonSpacePoint
SpacePointPerLayerSorter.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef MUONR4_MUONSPACEPOINT_SPACEPOINTPERLAYERSORTER_H
5
#define MUONR4_MUONSPACEPOINT_SPACEPOINTPERLAYERSORTER_H
6
7
#include <
MuonSpacePoint/SpacePointContainer.h
>
8
#include "
MuonIdHelpers/IMuonIdHelperSvc.h
"
9
#include "
MuonIdHelpers/MuonIdHelper.h
"
10
11
12
namespace
MuonR4
{
18
class
SpacePointPerLayerSorter
{
19
public
:
20
21
SpacePointPerLayerSorter
(
const
Muon::IMuonIdHelperSvc
* idHelperSvc);
22
23
bool
operator()
(
const
std::shared_ptr<SpacePoint>& sp1,
const
std::shared_ptr<SpacePoint>& sp2)
const
;
24
bool
operator()
(
const
std::unique_ptr<SpacePoint>& sp1,
const
std::unique_ptr<SpacePoint>& sp2)
const
;
25
bool
operator()
(
const
SpacePoint
* sp1,
const
SpacePoint
* sp2)
const
;
26
bool
operator()
(
const
SpacePoint
& sp1,
const
SpacePoint
& sp2)
const
;
27
28
// This function computes the layer Identifier.
29
Identifier
detectorLayerId
(
const
Identifier
&
id
)
const
;
30
31
private
:
32
33
const
Muon::IMuonIdHelperSvc
*
m_idHelperSvc
{
nullptr
};
34
};
35
36
}
37
38
39
#endif
MuonIdHelper.h
MuonR4::SpacePointPerLayerSorter
The SpacePointPerLayerSorter sort two given space points by their layer Identifier.
Definition:
SpacePointPerLayerSorter.h:18
MuonR4::SpacePointPerLayerSorter::detectorLayerId
Identifier detectorLayerId(const Identifier &id) const
Definition:
SpacePointPerLayerSorter.cxx:13
MuonR4::SpacePointPerLayerSorter::SpacePointPerLayerSorter
SpacePointPerLayerSorter(const Muon::IMuonIdHelperSvc *idHelperSvc)
Definition:
SpacePointPerLayerSorter.cxx:10
MuonR4::SpacePoint
The muon space point is the combination of two uncalibrated measurements one of them measures the eta...
Definition:
MuonSpectrometer/MuonPhaseII/Event/MuonSpacePoint/MuonSpacePoint/SpacePoint.h:18
MuonR4::SpacePointPerLayerSorter::operator()
bool operator()(const std::shared_ptr< SpacePoint > &sp1, const std::shared_ptr< SpacePoint > &sp2) const
Definition:
SpacePointPerLayerSorter.cxx:86
MuonR4
This header ties the generic definitions in this package.
Definition:
HoughEventData.h:16
MuonR4::SpacePointPerLayerSorter::m_idHelperSvc
const Muon::IMuonIdHelperSvc * m_idHelperSvc
Definition:
SpacePointPerLayerSorter.h:33
SpacePointContainer.h
Muon::IMuonIdHelperSvc
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
Definition:
IMuonIdHelperSvc.h:27
IMuonIdHelperSvc.h
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Wed Apr 23 2025 21:19:16 for ATLAS Offline Software by
1.8.18