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
InnerDetector
InDetCalibTools
TRT_CalibTools
TRT_CalibTools
IFitTool.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 TRT_CALIBTOOLS__IFITTOOL_H
6
#define TRT_CALIBTOOLS__IFITTOOL_H
7
/********************************************************************
8
9
NAME: FitTool
10
PACKAGE: TRT_AlignTOOLS
11
12
AUTHORS: Jorgen Beck Hansen
13
CREATED: December 2005
14
15
PURPOSE: Alignment Fit Tool interface
16
17
********************************************************************/
18
19
#include <vector>
20
#include "GaudiKernel/IAlgTool.h"
21
#include "
TRT_CalibData/IdentifiedProfileHistogram.h
"
22
#include "Identifier/Identifier.h"
23
24
typedef
IdentifiedProfileHistogram<Identifier>
IdentifierProfileHistogram
;
25
26
class
FloatArrayStore
;
27
28
static
const
InterfaceID IID_IFitTool(
"IFitTool"
, 1, 0);
29
30
class
IFitTool
:
virtual
public
IAlgTool {
31
public
:
32
33
virtual
bool
fit
(std::vector<IdentifierProfileHistogram*>&
histograms
, std::vector<FloatArrayStore>&
results
) = 0;
34
35
static
const
InterfaceID&
interfaceID
();
36
};
37
38
inline
const
InterfaceID&
IFitTool::interfaceID
()
39
{
40
return
IID_IFitTool;
41
}
42
43
#endif // TRT_CALIBTOOLS__IFITTOOL_H
44
IdentifierProfileHistogram
IdentifiedProfileHistogram< Identifier > IdentifierProfileHistogram
Definition:
IFitTool.h:24
IdentifiedProfileHistogram
Definition:
IdentifiedProfileHistogram.h:34
covarianceTool.histograms
dictionary histograms
Definition:
covarianceTool.py:53
IFitTool::fit
virtual bool fit(std::vector< IdentifierProfileHistogram * > &histograms, std::vector< FloatArrayStore > &results)=0
IFitTool
Definition:
IFitTool.h:30
IdentifiedProfileHistogram.h
add-xsec-uncert-quadrature-N.results
dictionary results
Definition:
add-xsec-uncert-quadrature-N.py:39
IFitTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
IFitTool.h:38
FloatArrayStore
class FloatArrayStore Access and manipulate an indexed storage of float vectors
Definition:
FloatArrayStore.h:34
Generated on Thu Apr 17 2025 21:11:53 for ATLAS Offline Software by
1.8.18