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
MuidInterfaces
MuidInterfaces
ICombinedMuonTrackFitter.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// ICombinedMuonTrackFitter
7
// interface to build and fit a combined muon from input track(s)
8
// and/or MeasurementSet, gathering material effects along the
9
// track (in particular for the calorimeter).
10
//
12
13
#ifndef MUIDINTERFACES_ICOMBINEDMUONTRACKFITTER_H
14
#define MUIDINTERFACES_ICOMBINEDMUONTRACKFITTER_H
15
16
#include "GaudiKernel/IAlgTool.h"
17
#include "
TrkEventPrimitives/ParticleHypothesis.h
"
18
#include "
TrkFitterUtils/FitterTypes.h
"
19
#include "
TrkParameters/TrackParameters.h
"
20
21
namespace
Trk
{
22
class
Track
;
23
}
// namespace Trk
24
25
namespace
Rec
{
26
35
class
ICombinedMuonTrackFitter
:
virtual
public
IAlgTool {
36
public
:
38
virtual
~ICombinedMuonTrackFitter
() =
default
;
39
41
static
const
InterfaceID&
interfaceID
() {
42
static
const
InterfaceID IID_ICombinedMuonTrackFitter(
"ICombinedMuonTrackFitter"
, 1, 0);
43
return
IID_ICombinedMuonTrackFitter;
44
}
45
46
/*refit a track*/
47
virtual
std::unique_ptr<Trk::Track>
fit
(
const
EventContext& ctx,
const
Trk::Track
& track,
const
Trk::RunOutlierRemoval
runOutlier =
false
,
48
const
Trk::ParticleHypothesis
particleHypothesis =
Trk::muon
)
const
= 0;
49
};
50
51
}
// namespace Rec
52
53
#endif // MUIDINTERFACES_ICOMBINEDMUONTRACKBUILDER_H
TrackParameters.h
Trk::Track
The ATLAS Track class.
Definition:
Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
Rec::ICombinedMuonTrackFitter::fit
virtual std::unique_ptr< Trk::Track > fit(const EventContext &ctx, const Trk::Track &track, const Trk::RunOutlierRemoval runOutlier=false, const Trk::ParticleHypothesis particleHypothesis=Trk::muon) const =0
FitterTypes.h
Trk::RunOutlierRemoval
bool RunOutlierRemoval
switch to toggle quality processing after fit
Definition:
FitterTypes.h:22
Trk::ParticleHypothesis
ParticleHypothesis
Definition:
ParticleHypothesis.h:25
Rec
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
Definition:
FakeTrackBuilder.h:10
Trk::muon
@ muon
Definition:
ParticleHypothesis.h:28
ParticleHypothesis.h
Rec::ICombinedMuonTrackFitter::interfaceID
static const InterfaceID & interfaceID()
AlgTool and IAlgTool interface methods.
Definition:
ICombinedMuonTrackFitter.h:41
Rec::ICombinedMuonTrackFitter
Interface ID for ICombinedMuonTrackFitter.
Definition:
ICombinedMuonTrackFitter.h:35
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Rec::ICombinedMuonTrackFitter::~ICombinedMuonTrackFitter
virtual ~ICombinedMuonTrackFitter()=default
Virtual destructor.
Track
Definition:
TriggerChamberClusterOnTrackCreator.h:21
Generated on Wed Apr 23 2025 21:11:56 for ATLAS Offline Software by
1.8.18