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
MuonCombinedEvaluationTools
src
MuonMomentumBalanceSignificanceTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONMOMENTUMBALANCESIGNIFICANCETOOL_H
6
#define MUONMOMENTUMBALANCESIGNIFICANCETOOL_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "GaudiKernel/ServiceHandle.h"
10
#include "GaudiKernel/ToolHandle.h"
11
#include "
MuonCombinedToolInterfaces/IMuonMomentumBalanceSignificance.h
"
12
13
namespace
Rec
{
14
20
class
MuonMomentumBalanceSignificanceTool
:
public
AthAlgTool
,
virtual
public
IMuonMomentumBalanceSignificance
{
21
public
:
22
MuonMomentumBalanceSignificanceTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
23
~MuonMomentumBalanceSignificanceTool
() =
default
;
24
26
double
momentumBalanceSignificance
(
const
xAOD::Muon
& muon)
const
;
27
29
double
momentumBalanceSignificance
(
const
Trk::Track
& track)
const
;
30
31
private
:
32
};
33
34
}
// namespace Rec
35
36
#endif
Rec::IMuonMomentumBalanceSignificance
interface providing a significance value for the balance between the separate ID and MS momentum meas...
Definition:
IMuonMomentumBalanceSignificance.h:29
Rec::MuonMomentumBalanceSignificanceTool::MuonMomentumBalanceSignificanceTool
MuonMomentumBalanceSignificanceTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
MuonMomentumBalanceSignificanceTool.cxx:19
Trk::Track
The ATLAS Track class.
Definition:
Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
xAOD::Muon_v1
Class describing a Muon.
Definition:
Muon_v1.h:38
Rec::MuonMomentumBalanceSignificanceTool::~MuonMomentumBalanceSignificanceTool
~MuonMomentumBalanceSignificanceTool()=default
Rec
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
Definition:
FakeTrackBuilder.h:10
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
Rec::MuonMomentumBalanceSignificanceTool::momentumBalanceSignificance
double momentumBalanceSignificance(const xAOD::Muon &muon) const
Calculate momentum (im)balance significance of a muon (method will simply step down to the relevant t...
Definition:
MuonMomentumBalanceSignificanceTool.cxx:25
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
Rec::MuonMomentumBalanceSignificanceTool
Tool to calculate the momentum balance significance from the detailed information (parameters,...
Definition:
MuonMomentumBalanceSignificanceTool.h:20
IMuonMomentumBalanceSignificance.h
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Sun Apr 27 2025 21:15:44 for ATLAS Offline Software by
1.8.18