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
Reconstruction
MuonIdentification
MuonCombinedToolInterfaces
MuonCombinedToolInterfaces
IMuonMomentumBalanceSignificance.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// IMuonMomentumBalanceSignificance.h, (c) ATLAS Detector software
8
#ifndef IMUONMOMENTUMBALANCESIGNIFICANCE_H
9
#define IMUONMOMENTUMBALANCESIGNIFICANCE_H
10
11
#include "GaudiKernel/IAlgTool.h"
12
#include "
xAODMuon/Muon.h
"
13
14
namespace
Trk
{
15
class
Track
;
16
}
17
18
namespace
Rec
{
19
20
static
const
InterfaceID IID_IMuonMomentumBalanceSignificance(
"Rec::IMuonScatteringAngleSignificance"
, 1, 0);
21
29
class
IMuonMomentumBalanceSignificance
:
virtual
public
IAlgTool {
30
public
:
31
static
const
InterfaceID&
interfaceID
();
32
35
virtual
double
momentumBalanceSignificance
(
const
xAOD::Muon
& muon)
const
= 0;
36
40
virtual
double
momentumBalanceSignificance
(
const
Trk::Track
& track)
const
= 0;
41
};
42
43
inline
const
InterfaceID&
Rec::IMuonMomentumBalanceSignificance::interfaceID
() {
return
IID_IMuonMomentumBalanceSignificance; }
44
45
}
// namespace Rec
46
47
#endif
Rec::IMuonMomentumBalanceSignificance
interface providing a significance value for the balance between the separate ID and MS momentum meas...
Definition:
IMuonMomentumBalanceSignificance.h:29
Trk::Track
The ATLAS Track class.
Definition:
Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
Muon.h
Rec::IMuonMomentumBalanceSignificance::momentumBalanceSignificance
virtual double momentumBalanceSignificance(const xAOD::Muon &muon) const =0
return significance of momentum (im-)balance, starting from the full muon object
xAOD::Muon_v1
Class describing a Muon.
Definition:
Muon_v1.h:38
Rec
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
Definition:
FakeTrackBuilder.h:10
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Rec::IMuonMomentumBalanceSignificance::momentumBalanceSignificance
virtual double momentumBalanceSignificance(const Trk::Track &track) const =0
return significance of momentum (im-)balance, starting from the track object (which needs to be a ful...
Track
Definition:
TriggerChamberClusterOnTrackCreator.h:21
Rec::IMuonMomentumBalanceSignificance::interfaceID
static const InterfaceID & interfaceID()
Definition:
IMuonMomentumBalanceSignificance.h:43
Generated on Fri Apr 25 2025 21:11:49 for ATLAS Offline Software by
1.8.18