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
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkMaterialOnTrack
EnergyLoss_p1.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 ENERGYLOSS_P1_TRK_H
6
#define ENERGYLOSS_P1_TRK_H
7
8
namespace
Trk
9
{
13
class
EnergyLoss_p1
14
{
15
public
:
16
EnergyLoss_p1
() :
m_deltaE
(0.0),
m_sigmaDeltaE
(0.0),
m_sigmaMinusDeltaE
(0.0),
m_sigmaPlusDeltaE
(0.0) {}
17
18
float
m_deltaE
;
19
float
m_sigmaDeltaE
;
20
float
m_sigmaMinusDeltaE
;
21
float
m_sigmaPlusDeltaE
;
22
23
};
24
}
25
26
#endif
Trk::EnergyLoss_p1
Persistent representation of class EnergyLoss.h.
Definition:
EnergyLoss_p1.h:14
Trk::EnergyLoss_p1::EnergyLoss_p1
EnergyLoss_p1()
Definition:
EnergyLoss_p1.h:16
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::EnergyLoss_p1::m_sigmaMinusDeltaE
float m_sigmaMinusDeltaE
Definition:
EnergyLoss_p1.h:20
Trk::EnergyLoss_p1::m_sigmaPlusDeltaE
float m_sigmaPlusDeltaE
Definition:
EnergyLoss_p1.h:21
Trk::EnergyLoss_p1::m_deltaE
float m_deltaE
Definition:
EnergyLoss_p1.h:18
Trk::EnergyLoss_p1::m_sigmaDeltaE
float m_sigmaDeltaE
Definition:
EnergyLoss_p1.h:19
Generated on Thu Mar 13 2025 21:10:22 for ATLAS Offline Software by
1.8.18