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
AdaptiveMultiVertexFitterTestAlg.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_ADAPTIVEMULTIVERTEXFITTERTESTALG_H
14
#define TRKVERTEXFITTERS_ADAPTIVEMULTIVERTEXFITTERTESTALG_H
15
16
17
#include "
AthenaBaseComps/AthAlgorithm.h
"
18
#include "
TrkVertexFitters/AdaptiveMultiVertexFitter.h
"
19
#include "GaudiKernel/ToolHandle.h"
20
21
22
23
namespace
Trk
{
24
25
26
class
AdaptiveMultiVertexFitterTestAlg
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
43
44
ToolHandle<Trk::AdaptiveMultiVertexFitter>
m_fitter
45
{
this
,
"Tool"
,
"Trk::AdaptiveMultiVertexFitter"
,
"Tool to test."
};
46
};
47
48
49
}
// namespace Trk
50
51
52
#endif // not TRKVERTEXFITTERS_ADAPTIVEMULTIVERTEXFITTERTESTALG_H
Trk::AdaptiveMultiVertexFitterTestAlg::execute
virtual StatusCode execute() override
Execute the algorithm.
Definition:
AdaptiveMultiVertexFitterTestAlg.cxx:324
Trk::AdaptiveMultiVertexFitterTestAlg
Definition:
AdaptiveMultiVertexFitterTestAlg.h:28
Trk::AdaptiveMultiVertexFitterTestAlg::test1
StatusCode test1()
Definition:
AdaptiveMultiVertexFitterTestAlg.cxx:334
AdaptiveMultiVertexFitter.h
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Trk::AdaptiveMultiVertexFitterTestAlg::m_fitter
ToolHandle< Trk::AdaptiveMultiVertexFitter > m_fitter
Definition:
AdaptiveMultiVertexFitterTestAlg.h:45
AthAlgorithm
Definition:
AthAlgorithm.h:47
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
Trk::AdaptiveMultiVertexFitterTestAlg::initialize
virtual StatusCode initialize() override
Standard Gaudi initialize method.
Definition:
AdaptiveMultiVertexFitterTestAlg.cxx:314
Generated on Thu Mar 13 2025 21:06:51 for ATLAS Offline Software by
1.8.18