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
src
FitTool.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__FITTOOL_H
6
#define TRT_CALIBTOOLS__FITTOOL_H
7
/********************************************************************
8
9
NAME: FitTool
10
PACKAGE: TRT_AlignTOOLS
11
12
AUTHORS: Jorgen Beck Hansen
13
CREATED: December 2005
14
15
PURPOSE: Tool to fit accumulated alignment histograms
16
17
********************************************************************/
18
19
// INCLUDES:
20
21
#include <string>
22
#include "
TRT_CalibTools/IFitTool.h
"
23
#include "
AthenaBaseComps/AthAlgTool.h
"
24
25
class
FitTool
:
virtual
public
IFitTool
,
public
AthAlgTool
{
26
public
:
27
28
FitTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
29
30
virtual
~FitTool
() {}
31
32
virtual
StatusCode
initialize
();
33
34
virtual
bool
fit
(std::vector<IdentifierProfileHistogram*>&
histograms
, std::vector<FloatArrayStore>&
results
);
35
36
private
:
37
// MsgStream m_log;
38
};
39
40
#endif // TRT_CALIBTOOLS__FITTOOL_H
covarianceTool.histograms
dictionary histograms
Definition:
covarianceTool.py:53
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
FitTool::FitTool
FitTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
FitTool.cxx:14
IFitTool
Definition:
IFitTool.h:30
FitTool::initialize
virtual StatusCode initialize()
Definition:
FitTool.cxx:21
FitTool::~FitTool
virtual ~FitTool()
Definition:
FitTool.h:40
IFitTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
add-xsec-uncert-quadrature-N.results
dictionary results
Definition:
add-xsec-uncert-quadrature-N.py:39
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
FitTool::fit
virtual bool fit(std::vector< IdentifierProfileHistogram * > &histograms, std::vector< FloatArrayStore > &results)
Definition:
FitTool.cxx:27
AthAlgTool
Definition:
AthAlgTool.h:26
FitTool
Definition:
FitTool.h:25
Generated on Fri May 2 2025 21:09:44 for ATLAS Offline Software by
1.8.18