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
Acts
ActsToolInterfaces
ActsToolInterfaces
IOnTrackCalibratorTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ACTSTOOLINTERFACES_IONTRACKCALIBRATORTOOL_H
6
#define ACTSTOOLINTERFACES_IONTRACKCALIBRATORTOOL_H
7
8
#include "
IOnBoundStateCalibratorTool.h
"
9
10
namespace
ActsTrk
{
11
12
namespace
detail
{
13
template
<
typename
traj_t>
14
class
OnTrackCalibrator
;
15
}
16
17
template
<
typename
traj_t>
18
class
IOnTrackCalibratorTool
:
virtual
public
IOnBoundStateCalibratorTool
{
19
public
:
20
DeclareInterfaceID
(
IOnTrackCalibratorTool
, 1, 0);
21
22
virtual
void
connect
(
detail::OnTrackCalibrator<traj_t>
& calibrator)
const
= 0;
23
};
24
25
}
// namespace ActsTrk
26
27
#endif
ActsTrk::IOnBoundStateCalibratorTool
Definition:
IOnBoundStateCalibratorTool.h:20
detail
Definition:
extract_histogram_tag.cxx:14
IOnBoundStateCalibratorTool.h
ActsTrk::IOnTrackCalibratorTool
Definition:
IOnTrackCalibratorTool.h:18
ActsTrk::IOnTrackCalibratorTool::DeclareInterfaceID
DeclareInterfaceID(IOnTrackCalibratorTool, 1, 0)
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition:
MuonDetectorBuilderTool.cxx:55
ActsTrk::IOnTrackCalibratorTool::connect
virtual void connect(detail::OnTrackCalibrator< traj_t > &calibrator) const =0
ActsTrk::detail::OnTrackCalibrator
Definition:
IOnTrackCalibratorTool.h:14
Generated on Tue Apr 22 2025 21:12:13 for ATLAS Offline Software by
1.8.18