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
TrkEventPrimitives
TrkEventPrimitives
TransportJacobian.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// TransportJacobian.h, (c) ATLAS Detector software
8
9
#ifndef TRKEXUTILS_TRANSPORTJACOBIAN_H
10
#define TRKEXUTILS_TRANSPORTJACOBIAN_H
11
12
13
// CLHEP
14
#include "
EventPrimitives/EventPrimitives.h
"
15
16
class
MsgStream;
17
18
namespace
Trk
{
19
45
class
TransportJacobian
final
:
public
AmgMatrix
(5, 5)
46
{
47
public
:
49
TransportJacobian
(
const
double
*);
50
TransportJacobian
(
const
AmgMatrix
(5, 5) &);
52
TransportJacobian
() =
default
;
53
TransportJacobian
(
const
TransportJacobian
&) =
default
;
54
TransportJacobian
(
TransportJacobian
&&) =
default
;
55
TransportJacobian
&
operator=
(
const
TransportJacobian
&) =
default
;
56
TransportJacobian
&
operator=
(
TransportJacobian
&&) =
default
;
57
~TransportJacobian
() =
default
;
58
};
59
63
MsgStream&
64
operator<<
(MsgStream& sl,
const
TransportJacobian
& jac);
65
std::ostream&
66
operator<<
(std::ostream& sl,
const
TransportJacobian
& jac);
67
68
}
// end of namespace
69
70
#endif // TRKEXUTILS_TRANSPORTJACOBIAN_H
Trk::TransportJacobian
Definition:
TransportJacobian.h:46
Trk::AmgMatrix
AmgMatrix(3, 3) NeutralParticleParameterCalculator
Definition:
NeutralParticleParameterCalculator.cxx:233
Trk::TransportJacobian::~TransportJacobian
~TransportJacobian()=default
Trk::TransportJacobian::TransportJacobian
TransportJacobian()=default
default all calling AmgMatrix methods
Trk::TransportJacobian::operator=
TransportJacobian & operator=(TransportJacobian &&)=default
Trk::TransportJacobian::TransportJacobian
TransportJacobian(TransportJacobian &&)=default
EventPrimitives.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
columnar::final
CM final
Definition:
ColumnAccessor.h:106
Trk::operator<<
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output
Definition:
AlignModule.cxx:204
Trk::TransportJacobian::TransportJacobian
TransportJacobian(const TransportJacobian &)=default
Trk::TransportJacobian::operator=
TransportJacobian & operator=(const TransportJacobian &)=default
Generated on Sun Mar 23 2025 21:21:10 for ATLAS Offline Software by
1.8.18