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
Event
FourMom
FourMom
ErrorMatrixPtEtaPhiM.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ErrorMatrixPtEtaPhiM_H
6
#define ErrorMatrixPtEtaPhiM_H
7
8
#include "
ErrorMatrixBase.h
"
9
10
#include <cmath>
11
12
class
ErrorMatrixPtEtaPhiM
:
private
ErrorMatrixBase
< ErrorMatrixPtEtaPhiM> {
13
public
:
14
15
typedef
ErrorMatrixBase< ErrorMatrixPtEtaPhiM>
Base
;
16
18
enum
Index
{
ipt
=0,
ieta
=1,
iphi
=2,
im
=3};
19
21
ErrorMatrixPtEtaPhiM
();
22
24
ErrorMatrixPtEtaPhiM
(
const
CLHEP::HepSymMatrix&
mat
);
25
26
using
Base::operator();
27
28
29
};
30
31
#endif
ErrorMatrixPtEtaPhiM::ErrorMatrixPtEtaPhiM
ErrorMatrixPtEtaPhiM()
Default constructor creates zeroed 4x4 matrix.
Definition:
ErrorMatrixPtEtaPhiM.cxx:8
ErrorMatrixBase
Definition:
ErrorMatrixBase.h:11
mat
GeoMaterial * mat
Definition:
LArDetectorConstructionTBEC.cxx:55
ErrorMatrixPtEtaPhiM::iphi
@ iphi
Definition:
ErrorMatrixPtEtaPhiM.h:18
ErrorMatrixPtEtaPhiM::ipt
@ ipt
Definition:
ErrorMatrixPtEtaPhiM.h:18
ErrorMatrixBase.h
ErrorMatrixPtEtaPhiM
Definition:
ErrorMatrixPtEtaPhiM.h:12
ErrorMatrixPtEtaPhiM::Base
ErrorMatrixBase< ErrorMatrixPtEtaPhiM > Base
Definition:
ErrorMatrixPtEtaPhiM.h:15
ErrorMatrixPtEtaPhiM::im
@ im
Definition:
ErrorMatrixPtEtaPhiM.h:18
ErrorMatrixPtEtaPhiM::Index
Index
Enumerator for error parameterization.
Definition:
ErrorMatrixPtEtaPhiM.h:18
ErrorMatrixPtEtaPhiM::ieta
@ ieta
Definition:
ErrorMatrixPtEtaPhiM.h:18
Generated on Sat Apr 12 2025 21:10:31 for ATLAS Offline Software by
1.8.18