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.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/********************************************************************
6
7
8
********************************************************************/
9
10
// INCLUDES:
11
#include "
FitTool.h
"
12
#include "
TRT_ConditionsData/FloatArrayStore.h
"
13
14
FitTool::FitTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
) :
15
AthAlgTool
(
type
,
name
,
parent
)
16
17
{
18
declareInterface<IFitTool>(
this
);
19
}
20
21
StatusCode
FitTool::initialize
()
22
{
23
msg
(MSG::INFO) <<
"initialize()"
<<
endmsg
;
24
return
StatusCode::SUCCESS;
25
}
26
27
bool
FitTool::fit
(std::vector<IdentifierProfileHistogram*>&
histograms
, std::vector<FloatArrayStore>&
results
) {
28
msg
(MSG::INFO) <<
"dummy fit"
<<
endmsg
;
29
if
(
histograms
.size()==0) {};
30
if
(
results
.size()==0) {};
31
return
true
;
32
}
33
FloatArrayStore.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
FitTool::initialize
virtual StatusCode initialize()
Definition:
FitTool.cxx:21
endmsg
#define endmsg
Definition:
AnalysisConfig_Ntuple.cxx:63
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
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
FitTool.h
AthCommonMsg< AlgTool >::msg
MsgStream & msg() const
Definition:
AthCommonMsg.h:24
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Sun May 4 2025 21:09:43 for ATLAS Offline Software by
1.8.18