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
Trigger
TrigTools
TrigInDetToolInterfaces
TrigInDetToolInterfaces
ITrigInDetTrackFitter.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef __ITRIGINDETTRACKFITTER_H__
6
#define __ITRIGINDETTRACKFITTER_H__
7
8
#include <vector>
9
#include "GaudiKernel/IAlgTool.h"
10
#include "
TrkTrack/TrackCollection.h
"
11
12
namespace
Trk
{
13
class
Track
;
14
}
15
16
class
TrigL2HitResidual
;
17
18
static
const
InterfaceID IID_ITrigInDetTrackFitter(
"ITrigInDetTrackFitter"
, 1 , 0);
19
20
class
ITrigInDetTrackFitter
:
virtual
public
IAlgTool
21
{
22
public
:
23
24
static
const
InterfaceID&
interfaceID
() {
25
return
IID_ITrigInDetTrackFitter;
26
}
27
virtual
void
fit
(
const
TrackCollection
&,
TrackCollection
&,
const
EventContext&,
const
Trk::ParticleHypothesis
& matEffects)
const
= 0;
28
virtual
void
fit
(
const
TrackCollection
&,
TrackCollection
&,
TrackCollection
&,
const
EventContext&,
const
Trk::ParticleHypothesis
& matEffects,
const
bool
)
const
= 0;
29
virtual
StatusCode
getUnbiasedResiduals
(
const
Trk::Track
&, std::vector<TrigL2HitResidual>&,
const
EventContext&)
const
= 0;
30
};
31
32
#endif
33
34
Trk::Track
The ATLAS Track class.
Definition:
Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
ITrigInDetTrackFitter::fit
virtual void fit(const TrackCollection &, TrackCollection &, TrackCollection &, const EventContext &, const Trk::ParticleHypothesis &matEffects, const bool) const =0
ITrigInDetTrackFitter::interfaceID
static const InterfaceID & interfaceID()
Definition:
ITrigInDetTrackFitter.h:24
Trk::ParticleHypothesis
ParticleHypothesis
Definition:
ParticleHypothesis.h:25
ITrigInDetTrackFitter::fit
virtual void fit(const TrackCollection &, TrackCollection &, const EventContext &, const Trk::ParticleHypothesis &matEffects) const =0
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrackCollection.h
DataVector< Trk::Track >
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
TrigL2HitResidual
Definition:
TrigL2HitResidual.h:24
Track
Definition:
TriggerChamberClusterOnTrackCreator.h:21
ITrigInDetTrackFitter
Definition:
ITrigInDetTrackFitter.h:21
ITrigInDetTrackFitter::getUnbiasedResiduals
virtual StatusCode getUnbiasedResiduals(const Trk::Track &, std::vector< TrigL2HitResidual > &, const EventContext &) const =0
Generated on Sat Mar 29 2025 21:12:18 for ATLAS Offline Software by
1.8.18