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
Tracking
TrkTools
TrkToolInterfaces
TrkToolInterfaces
ITrkAlignmentDeviationTool.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 ITRKALIGNMENTDEVIATIONTOOL_H
6
#define ITRKALIGNMENTDEVIATIONTOOL_H
7
8
#include "GaudiKernel/IAlgTool.h"
9
#include "
TrkParameters/TrackParameters.h
"
10
#include <vector>
11
12
static
const
InterfaceID IID_ITrkAlignmentDeviationTool(
"Trk::ITrkAlignmentDeviationTool"
, 1, 0);
13
14
namespace
Trk
{
15
16
class
Track
;
17
class
MeasurementBase;
18
class
AlignmentDeviation;
19
23
class
ITrkAlignmentDeviationTool
:
virtual
public
IAlgTool
24
{
25
public
:
26
27
static
const
InterfaceID&
interfaceID
( ) ;
28
32
virtual
void
makeAlignmentDeviations
(
const
Trk::Track
& track, std::vector<Trk::AlignmentDeviation*>& deviations)
const
= 0;
33
};
34
35
}
36
37
inline
const
InterfaceID&
Trk::ITrkAlignmentDeviationTool::interfaceID
()
38
{
39
return
IID_ITrkAlignmentDeviationTool;
40
}
41
42
#endif
Trk::ITrkAlignmentDeviationTool
Interface for tool to add alignmenties to a global chi2 fit.
Definition:
ITrkAlignmentDeviationTool.h:24
Trk::ITrkAlignmentDeviationTool::makeAlignmentDeviations
virtual void makeAlignmentDeviations(const Trk::Track &track, std::vector< Trk::AlignmentDeviation * > &deviations) const =0
Compute alignment deviations, given a track as input.
TrackParameters.h
Trk::Track
The ATLAS Track class.
Definition:
Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h:73
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::ITrkAlignmentDeviationTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
ITrkAlignmentDeviationTool.h:37
Track
Definition:
TriggerChamberClusterOnTrackCreator.h:21
Generated on Thu Apr 24 2025 21:12:28 for ATLAS Offline Software by
1.8.18