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
PhysicsAnalysis
D3PDMaker
TrackD3PDMaker
src
VertexCovarianceAssociationTool.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
// $Id: VertexCovarianceAssociationTool.cxx 281348 2010-02-24 23:15:11Z zaidan $
13
#include "
VertexCovarianceAssociationTool.h
"
14
#include "
VxVertex/VxCandidate.h
"
15
16
namespace
D3PD
{
17
24
VertexCovarianceAssociationTool::VertexCovarianceAssociationTool
25
(
const
std::string&
type
,
26
const
std::string&
name
,
27
const
IInterface*
parent
)
28
:
Base
(
type
,
name
,
parent
)
29
{
30
}
31
32
39
const
AmgSymMatrix
(3) *
VertexCovarianceAssociationTool::get
(
const
Trk::VxCandidate
&
p
)
40
{
41
return
&(
p
.recVertex().covariancePosition());
42
}
43
44
51
const
AmgSymMatrix
(3)*
52
VertexCovarianceAssociationTool::get
(
const
xAOD::Vertex
&
p
)
53
{
54
return
&
p
.covariancePosition();
55
}
56
57
58
}
// namespace D3PD
D3PD::SingleAssociationTool< Types< Trk::VxCandidate, xAOD::Vertex >, AmgSymMatrix(3)>::get
virtual const AmgSymMatrix(3) * get(const Types< Trk::VxCandidate, xAOD::Vertex > &p)=0
Return the target object.
D3PD::SingleAssociationTool< Types< Trk::VxCandidate, xAOD::Vertex >, AmgSymMatrix(3)>
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
D3PD::AmgSymMatrix
const AmgSymMatrix(5) *PerigeeCovarianceAssociationTool
Return the target object.
Definition:
PerigeeCovarianceAssociationTool.cxx:43
D3PD
Block filler tool for noisy FEB information.
Definition:
CaloCellDetailsFillerTool.cxx:29
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
VxCandidate.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
xAOD::Vertex_v1
Class describing a Vertex.
Definition:
Vertex_v1.h:42
Trk::VxCandidate
Definition:
VxCandidate.h:27
VertexCovarianceAssociationTool.h
D3PD::VertexCovarianceAssociationTool::VertexCovarianceAssociationTool
VertexCovarianceAssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition:
VertexCovarianceAssociationTool.cxx:25
Generated on Sat Mar 22 2025 21:22:56 for ATLAS Offline Software by
1.8.18