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
TrkVertexFitter
TrkVertexFitters
src
AdaptiveVertexFitterTestAlg.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
/*
3
* Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
4
*/
13
#ifndef TRKVERTEXFITTERS_ADAPTIVEVERTEXFITTERTESTALG_H
14
#define TRKVERTEXFITTERS_ADAPTIVEVERTEXFITTERTESTALG_H
15
16
17
#include "
AthenaBaseComps/AthAlgorithm.h
"
18
#include "
TrkVertexFitterInterfaces/IVertexFitter.h
"
19
#include "GaudiKernel/ToolHandle.h"
20
21
22
23
namespace
Trk
{
24
25
26
class
AdaptiveVertexFitterTestAlg
27
:
public
AthAlgorithm
28
{
29
public
:
30
using
AthAlgorithm::AthAlgorithm
;
31
32
34
virtual
StatusCode
initialize
()
override
;
35
37
virtual
StatusCode
execute
()
override
;
38
39
40
private
:
41
StatusCode
test1
();
42
StatusCode
test2
();
43
StatusCode
test3
();
44
StatusCode
test4
();
45
StatusCode
test5
();
46
StatusCode
test6
();
47
48
49
ToolHandle<Trk::IVertexFitter>
m_fitter
50
{
this
,
"Tool"
,
"Trk::AdaptiveVertexFitter"
,
"Tool to test."
};
51
};
52
53
54
}
// namespace Trk
55
56
57
#endif // not TRKVERTEXFITTERS_ADAPTIVEVERTEXFITTERTESTALG_H
Trk::AdaptiveVertexFitterTestAlg::test1
StatusCode test1()
Definition:
AdaptiveVertexFitterTestAlg.cxx:449
Trk::AdaptiveVertexFitterTestAlg::test5
StatusCode test5()
AthAlgorithm.h
Trk::AdaptiveVertexFitterTestAlg::test4
StatusCode test4()
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::AdaptiveVertexFitterTestAlg
Definition:
AdaptiveVertexFitterTestAlg.h:28
IVertexFitter.h
Trk::AdaptiveVertexFitterTestAlg::test2
StatusCode test2()
Definition:
AdaptiveVertexFitterTestAlg.cxx:470
Trk::AdaptiveVertexFitterTestAlg::initialize
virtual StatusCode initialize() override
Standard Gaudi initialize method.
Definition:
AdaptiveVertexFitterTestAlg.cxx:430
Trk::AdaptiveVertexFitterTestAlg::execute
virtual StatusCode execute() override
Execute the algorithm.
Definition:
AdaptiveVertexFitterTestAlg.cxx:438
Trk::AdaptiveVertexFitterTestAlg::test3
StatusCode test3()
Definition:
AdaptiveVertexFitterTestAlg.cxx:562
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
Trk::AdaptiveVertexFitterTestAlg::test6
StatusCode test6()
Trk::AdaptiveVertexFitterTestAlg::m_fitter
ToolHandle< Trk::IVertexFitter > m_fitter
Definition:
AdaptiveVertexFitterTestAlg.h:50
Generated on Sun Apr 27 2025 21:06:52 for ATLAS Offline Software by
1.8.18