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
TrkEvent
VxJetVertex
src
VxJetFitterDebugInfo.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
VxJetVertex/VxJetFitterDebugInfo.h
"
6
7
namespace
Trk
{
8
9
VxJetFitterDebugInfo::VxJetFitterDebugInfo
():
10
m_numFitIterations(0),
11
m_numSignFlipFitIterations(0) {}
12
13
MsgStream&
VxJetFitterDebugInfo::dump
(MsgStream& sl)
const
{
14
sl <<
"VxJetFitterDebugInfo: numFitIterations "
<<
m_numFitIterations
<<
15
" numSignFlipFitIterations "
<<
m_numSignFlipFitIterations
<<
endmsg
;
16
//" numSignFlip " << m_numSignFlips << endmsg;
17
return
sl;
18
}
19
20
std::ostream&
VxJetFitterDebugInfo::dump
(std::ostream& sl)
const
{
21
sl <<
"VxJetFitterDebugInfo: numFitIterations "
<<
m_numFitIterations
<<
22
" numSignFlipFitIterations "
<<
m_numSignFlipFitIterations
<< std::endl;
23
return
sl;
24
}
25
26
}
27
VxJetFitterDebugInfo.h
endmsg
#define endmsg
Definition:
AnalysisConfig_Ntuple.cxx:63
Trk::VxJetFitterDebugInfo::m_numSignFlipFitIterations
int m_numSignFlipFitIterations
Definition:
VxJetFitterDebugInfo.h:94
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::VxJetFitterDebugInfo::VxJetFitterDebugInfo
VxJetFitterDebugInfo()
Definition:
VxJetFitterDebugInfo.cxx:9
Trk::VxJetFitterDebugInfo::m_numFitIterations
int m_numFitIterations
Definition:
VxJetFitterDebugInfo.h:93
Trk::VxJetFitterDebugInfo::dump
MsgStream & dump(MsgStream &sl) const
Output Method for MsgStream, to be overloaded by child classes.
Definition:
VxJetFitterDebugInfo.cxx:13
Generated on Wed Apr 2 2025 21:23:04 for ATLAS Offline Software by
1.8.18